	
.js-disabled img { width:730px; height:165px; display:block;  margin:30px 0 0; }
#outerContainer { width:730px; height:200px; margin:auto; float:left; position:relative; background: none; }
#imageScroller { width:730px; height:165px; position:relative; background:no-repeat;}
#viewer { width:730px; height:165px ; overflow: hidden; margin:auto;  position:relative; background: none; }
#imageScroller a:active, #imageScroller a:visited {color:#000000;}
#imageScroller a img { border:0; }
#controls { width:730px; height:35px; background:#387a2c no-repeat; position:absolute; top:-10px; z-index:10;
border-bottom:1px solid #CCCCCC; }
#controls a { width:37px; float:none; height:35px; position:absolute; top:0px; }
#controls a:active, #controls a:visited { color:#0d0d0d; }
#title {color:#FFFFFF !important; font-family: "Myriad Pro"; font-size:14px; font-weight: normal; width:100%; text-align:center; margin-top:3px; }
#rtl { background:url(../images/rtl.png) no-repeat; left:30px; }
#rtl:hover { background:url(../images/rtl_over.png) no-repeat;  }
#ltr { background:url(../images/ltr.png) no-repeat; right:30px; }
#ltr:hover { background:url(../images/ltr_over.png) no-repeat; }/* CSS Document */

.slider
{
width:990px;
float:left;
background-attachment:scroll;
margin-top:10px;
background:#F5F5F6; border-radius:5px;
}
.clear {
	clear:both;
}

#gallery {
width:990px;
	position:relative;
	height:386px;
	float:left;border-radius:5px;

}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;border-radius:5px;
		opacity: 1;
		float:left;
		width:990px;
		margin:0px 0px 0px 0px ;
}
	
	#gallery a.show {
		z-index:500;
	}

	#gallery .caption {
		z-index:600; 
		color:#ffffff; 
		height:65px; 
		width:990px; 
		position:absolute;
		bottom:0;
		font-size:14px;
		font-family: "Trebuchet MS";
		
	}

	#gallery .caption .content {
		margin:3px;

	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
		font-size:22px;
		opacity: 1.4;
	}
	
	#holder{
	position:relative;
}