div.scroller { 
	width: 512px; 
	height: 342px;
	overflow: hidden;
}
div.scroller div.section {
	background-color: #001F0A;
	width:512px;
	height:342px;
	overflow:hidden;
	float:left;
		
}

div.section img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

div.scroller div.content {
	width: 10000px;
}
div.controls { 
	padding-top:12px;
	padding-bottom: 12px;
	padding-left: 7px;
	padding-right: 6px;
	background-color: #001F0A;
	overflow: auto;
	width: 499px;
}


div.controls img { 
	float: left;
	margin:0px; 
	width:58px; 
	height: 48px; 
	padding: 2px; 
	opacity:0.7; 
	filter:alpha(opacity=70);
}

