
.controls { 
margin-left:15px;
margin-right:168px; 

font-family: Arial, Verdana, Helvetica; 
font-weight: normal; 
font-size: 12px;

float:left;
}

.my_glider { 
/*border:thin red solid; */
width:680px; 
margin-left:23px;
/*float:left;*/
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 678px; 
	height: 675px;
	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:676px;
		height:673px;
		overflow:hidden;
		float:left;
		padding:1em;
		
		/*border:1px solid green;	*/	
		}
	div.scroller div.content {
		width: 10000px;
		}

	/*div#section2 {
		background:#666666;
		color:#ffffff;
		}*/

