#my-glider {
	padding:15px 0 15px 0;
	margin:-5px 0 10px 0;
	width:700px;
	background:transparent url(/images/sites/glide_box.gif) no-repeat;
	visibility: visible;
	height: 500px;
}
#my-glider2 {
	padding:15px 0 15px 0;
	margin:-5px 0 10px 0;
	width:700px;
	background:transparent url(/images/sites/glide_box.gif) no-repeat;
	height: 500px;
}
#my-glider3 {
	padding:15px 0 15px 0;
	margin:-5px 0 10px 0;
	width:700px;
	background:transparent url(/images/sites/glide_box.gif) no-repeat;
	height: 500px;
}

div.scroller {
	/* modify width and height of scrolling section if necessary	*/	
	width: 600px;
	height: 300px;
	overflow: hidden;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
	height:300px;
	overflow:hidden;
		}
	div.scroller div.content {
		width: 10000px;
		}

.controls {
float:left;
width:86px;
height:300px;
}

#my-glider .controls img {
padding:0px;
margin:14px 0 0px 13px;
}
#my-glider2 .controls img {
	padding:0px;
	margin:14px 0 0px 13px;
}
#my-glider3 .controls img {
	padding:0px;
	margin:14px 0 0px 13px;
}
.sectioniframe  {		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	height:300px;
	overflow:hidden;
	width: 100%;
}
