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;
	
}