/* FEATURE */
#my-glider img { border: 0; margin: 0; padding: 0; }
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 570px; 
	height: 190px;
	overflow: hidden;
	border:5px solid #530c0c;
	float:left;
	margin-top:16px;
	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:190px;
	overflow:hidden;
	float:left;
	padding:0px;
	margin:0px;
}

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

#previous {
	background: transparent;
	height: 50px;
	width: 25px;
	display:block;
	float:left;
	margin-top:105px;
}
#previous img {
	border: none; background: transparent;
}
#next {
	background: transparent;
	height: 50px;
	width: 25px;
	display:block;
	float:left;
	margin-top:105px;
}
#next img {
	border: none; background: transparent;
}
