/* FEATURE */
#my-glider img { border: 0; margin: 0; padding: 0; }
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 875px; 
	height: 280px;
	overflow: hidden;
	border:none;
	float:left;
	background: #000;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:auto;
	height:280px;
	overflow:hidden;
	float:left;
	padding:0px;
	margin:0px;
}

div.scroller div.content {
	width: 10500px;
}
div#section1, div#section2, div#section3, div#section4, div#section5, div#section6 { background:#ffffff; 	}

#controls { display: block; position: absolute; bottom: 0; right: 0; height: 42px; width: 325px; background: transparent; }

#controls #previous {
	position: relative;
	background: transparent;
	height: 16px;
	width: 30px;
	display:block;
	float:right;
}
#controls #previous img {
	border: none; background: transparent; vertical-align: middle; margin-top: 14px;
}
#controls #next {
	position: relative;
	background: transparent;
	height: 16px;
	width: 30px;
	display:block;
	float:right;
}
#controls #next img {
	border: none; background: transparent; vertical-align: middle; margin-top: 14px;
}
