div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 465px; 
	height: 300px;
	overflow: hidden;
	border:1px solid #000;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	position: relative;
	width: 464px;
	height: 301;
	overflow: hidden;
	float:left;
	background:#000;	
}

div.section img {
	float: right;
	height: 300px;
	height: expression( this.scrollHeight > 300 ? "300px" : "auto" );	
	max-width: 465px;
	max-height: 300px;
}

div.scroller div.content {
	width: 10000px;
}

/*	div#section2 {
		background:#666666;
		color:#ffffff;
		}*/
		
.controls {
	background: #333;
	padding: 2px;
}
		
.controls img{
	height: 42px;
	max-width: 40px;
	max-height: 40px;
	text-align: center;
	vertical-align: middle;
}

.glider_title {
	position: absolute;
	text-shadow: 3px 3px 3px #000;	
	bottom: 20px;
	width: 100%;
	padding: 5px;
	color: #FFF;
	background-color: #BBB;
	font-weight: bold;
	font-size: 18px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}