div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 860px; 
	height: 302px;
	overflow: hidden;
	background: #e1ebf4;
	margin: 10px 20px 10px 0px;
	padding: 5px;
	float: right;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:860px;
	height:302px;
	overflow:hidden;
	float:left;
	/*padding:1em;*/		
}
div.section a {
	text-decoration: none;
}
div.scroller div.content {
	width: 10000px;
}

div.section img {
	float: right;
	padding-right: 0px; 
	display: block;
	border: solid 1px #FFF;

}

div.caption {
	/*bottom:60px;*/
			
	padding:0px 10px;
	width: 230px;
	/*position:relative;*/
		
	/* for IE 
  	filter:alpha(opacity=60);
  	/* CSS3 standard 
  	opacity:0.6;
	position:relative;*/
}

div.caption p {
	color:#000;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, sans-serif;
	font-size:12px;
	line-height: 17px; 
	font-weight: normal;
}
div.caption p strong {
	font-family: Century Gothic, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, sans-serif;
	font-size: 16px;
}


div.controls {
	margin: 10px 0px 10px 10px;	
	float: left;
}

div.controls a {

}
div.controls p {
	padding: 0px;
	border: solid 5px #e1ebf4;
	width: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
div.controls a img {
	
	height: 35px;
	width:  70px;
	display: block;
	margin:  0px -30px 0px -10px;
	
}
div.controls a p {
	/* for IE */
  	filter:alpha(opacity=40);
  	/* CSS3 standard */
  	opacity:0.4;
}

div.controls a.active p {
	/*border: solid 5px #f5f9fc;*/
	
	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1;
} 



/* New Styles */

#home #content .main,
div.scroller {
	background: #071425;
	
}
#home #content .main {
	padding: 0px;
}
#home .col {
	background: #FFF;

}
#home li.features,
#home li.sb,
#home li.sidebar {
	padding: 20px;
}
div.scroller {
	
	margin-right: 10px;
}
div.scroller img {
	border: solid 1px #000;
}
div.caption p {
	color: #FFF;
}
div.controls {
margin-top: 20px;
margin-left: 20px;
	
}



/*----- MAIN SCROLLER -----*/

#in_section {
	width: 550px; 
	height: 363px;
	overflow: hidden;
	background: url(/images/backgrounds/main_slidder_bg.jpg) no-repeat;
	background-color: none !important;
	margin: 0px;
	padding: 0px;
	float: none;
}


#in_section div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:550px;
	height:363px;
	overflow:hidden;
	float:none;
	/*padding:1em;*/		
}


#in_section div.section img {
	float: none;
	padding-right: 0px; 
	display: block;
	border: none;
	border-top:  solid 1px #000;
	border-bottom: solid 1px #FFF;
	height: 275px;
	width:  550px;
}

#in_section div.caption {
		
	padding: 10px 0px;
	display: block;
	margin: -51px 0px 51px 0px;
	background: #FFF;	
	overflow: auto;
	display: block;
	position: relative;
	z-index: 100;
	width: 550px;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
  	filter:alpha(opacity=75);
  	
  	opacity:0.75;

}
#in_section div.caption p {
	color: #000;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#in_section h2 {
	padding:  12px;
	color: #FFF;
}

#in_section_nav {
	margin: -44px 22px 44px !important;	
	padding: 3px 0px;
	float: none !important; 
	overflow: auto;
}

#in_section_nav p {
	padding: 3px;
	background: #FFF;
	border: solid 1px #BBB;
	width: 43px;
	overflow: hidden;
	margin: 0px 25px;
	float: left;
}
#in_section_nav a img {
	
	height: 28px;
	width:  43px;
	display: block;
	margin:  0px 0px 0px 0px;
	
}


