/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */
p, a, img, li, ol, ul, caption, section { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }

ol, ul {list-style: none;}



#featured { 
	width: 960px;
	height: 240px;
	background: #000 url('images/loading.gif') no-repeat center center; overflow: hidden; }

#featured>img,  
#featured>div,
#featured>a { display: none; }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; 
	background:url('images/caption_background.png') no-repeat;
	width: 285px;
	height: 94px;
	}

.orbit-wrapper .orbit-caption {
    z-index: 1000;
    color: #00612b;
	text-align: justify;
	padding: 7px 0;
    font-size: 11px;
	font-weight:bold;
    position: absolute;
    right: 20px;
    top: 20px;;
	}

.caption_text {width: 250px; height: 70px; margin-left: 15px;}
.caption_title {font-size: 14px; font-weight:bold;}
	
.caption_link {background:url('images/caption_arrow.png') no-repeat; width: 20px; height:20px; display: block; position:absolute; right: 20px; bottom: 35px;}

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 10px;
	right: 20px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 0px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url('images/bullets.jpg') no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: 0px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 54px;
    height: 54px; 
	}

.orbit-bullets li.active.has-thumb {
    background-size: 54px 54px;
    width: 54px;
	height: 54px;
	}
.orbit-bullets li.has-thumb {width: 54px; height: 54px; }	


/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
