div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
height:230px;
	overflow:hidden;
	width:410px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
/*width:320px;*/
/*width:160px;*/
	}
	
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
float:left;
	height:230px;
	overflow:hidden;
	padding:0;
	width:130px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 0;
		}
	div.scroller div.content {
	width: 10000px;
	color: #666666;
		}

	div#section2 {
	
		color:#ffffff;
		}
#my-glider {
	position:relative;
}

#left-arrow {
left:120px;
position:absolute;
top:65px;
}


#right-arrow {

left:580px;
position:absolute;
top:65px;
}
