div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 850px; 
	height: 300px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: right;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:850px;
	height:300px;
	overflow:hidden;
	float:left;
	/*padding:1em;*/		
}
div.section p {
	margin: 0px;
}
div.section a {
	text-decoration: none;
}
div.scroller div.content {
	width: 10000px;
}

div.section img {
	float: right;
	padding-right: 0px; 
	display: block;
	border:none;
	

}

div.caption {
	/*bottom:60px;*/
			
	padding:10px 20px 10px 10px;
	width: 220px;
	/*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: 18px; 
	font-weight: normal;
}
div.caption p strong {
/*	font-family: Century Gothic, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, sans-serif;*/
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
	
}
.section a:hover {
	text-decoration: none !important;
}

div.controls {
	
	float: left;
}

div.controls a {
	
}
div.controls p {
	padding: 0px;
	border: solid 5px #e1ebf4;
	width: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top:0px
}
div.controls a img {
	border: none;
	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 {

	
}
#home #content .main {
	padding: 0px;
}
#home .col {
	background: #FFF;

}
#home li.features,
#home li.sb,
#home li.sidebar {
	padding: 20px;
}

div.scroller img {
	border: solid 0px #FFF;
}
div.caption p {
	color: #000;
}
div.controls {

	padding: 10px 0px;
}

div.controls p {
	border-color: #e8eefa;

}



