#controls2 img { width:15; height:35;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 472px; 
	height: 271px;
	overflow: hidden;
	border:0px solid #cccccc;
	margin-top:0;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:472px;
		height:271px;
		overflow:hidden;
		float:left;
		padding:0px;	
		margin-top:0;	
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}
		
	div#my-glider{
		margin-top:-50px;
		padding:0;
	}


.nextpreviousBTN{
	color:#003466;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.nextpreviousBTN a:link{
	color:#003466;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.nextpreviousBTN a:visited{
	color:#003466;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.nextpreviousBTN a:hover{
	color:#003466;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#controls2{
	margin:0px 0px 0px 340px;
	padding:0px;
	position:relative;
	top:276px;
}

*:first-child+html #controls2{
	margin:0px;
	padding:0px;
	position:relative;
	left:340px;
	top:279px;
}



* html #controls2{
	margin:0px;
	padding:0px;
	position:relative;
	left:340px;
	top:279px;
}