#featured  {
	height:auto;
	width:540px;
	padding:20;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20;
	margin-left: 0px;
	background-color: #000000;
	float: right;
}
.controls {
	padding:5px;
	text-align: center;
	width: 230px;
	float: left;
	margin: auto;
	clear: both;
}
.controls a {
	background:#181818;
	border:1px solid #181818;
	display:block;
	float: left;
	height: 60px;
	width: 60px;
	margin-left:2px;
	margin-right:8px;
	padding: 2px;
	color: #FFFFFF;
}
.controls b { 
background-color: #fff;
display:block;
height: 60px;
overflow:hidden;
text-indent: -999em;
width: 60px; }
.controls a.on {
	border: 1px solid #999;
	color: #FFFFFF;
}
.controls a:focus {
	outline:none;
	border-color:#999;
	color: #FFFFFF;
}
.photo {
	width:530px;
	margin: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border: 5px solid #FFFFFF;
	height: 180px;
}
.masked {
	color:#000000;
	padding: 4px;
	width: auto;
	background-color: #F1B32A;
	background-image: url(img/mask.png);
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 160px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.masked a {
	color: #FFFFFF;
	text-decoration:none;
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

} 
.masked a:hover { 
color:#006600;
 }

div.scroller { /* modify width and height of scrolling section if necessary	*/
	width: 540px;	
	height: 210px;
	overflow: hidden;
	}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/
width: 540px;
height:210px;
overflow:hidden;
float:left; 
}
div.scroller div.content {
	width: 1000px;
	height: 210px;
 }
.section {
color:#fff;
}
