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

div.controls {
	margin-top:10px;
	position:absolute;
	text-align:right;
	width:70px;
	margin-top: 285px;
	margin-left: 550px;
}

div.controls a {
	background-color:#191919;
	color:white;
	display:block;
	float:right;
	font-family:'Lucida Grande',Calibri,Verdana,sans-serif;
	font-weight:100;
	letter-spacing:2px;
	margin:0 0 0 2px;
	padding:4px 8px;
	position:relative;
}

div.controls a.active {
	background-color:#005EA8;
}

#my-glider {
	float: right;
	margin-top: 14px;
	margin-bottom: 10px;
}


