div.scroller { 

	/* modify width and height of scrolling section if necessary	*/
	width: 469px; 
	height: 75px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window) */
		width: 469px; 
		height: 75px;
		overflow:hidden;
		float:left;
		margin-right:10px;
		
		}
	div.scroller div.content {
		width: 17500px;
		}
#my-glider{
	float:left;
	width: 467px; 
	height: 73px;
	border:1px solid #185074;
}


.buttons{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;	
	background-color:#f4f4f4;
	border:1px solid #ccc;
	text-decoration:none;
	color:#333;

}.controls {
overflow: hidden;
width: 500px;
height: 30px;
}
.controls ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.controls ul li {
float: left;
width: 20%;
}
.controls ul li a {
display: block;
height: 20px;
line-height: 20px;
padding: 5px 0;
text-align: center;
 }
 
 #page-number-rotation{
 	display:none;
 }