#my-glider {
padding:15px 0 15px 0;
margin:15px 15px 10px 18px;
width:940px;
background:transparent url(/images/sessions/glide_box.gif) no-repeat;
}

#my-glider .scroller .section img {
float:left;
padding-top:10px;
height:280px;
border:none;
}

#my-glider .scroller .section .intro {
float:right;
width:170px;
height:280px;
padding:10px 7px 10px 0px;
color:#FFFFFF;
}

#my-glider .scroller .section .intro h3 {font-size:28px; color:#FFFFFF;}

#my-glider .scroller .section p {
font-size:14px;
color:#ffffff;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	
	width: 780px; 
	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:780px;
		height:300px;
		overflow:hidden;
		}
	div.scroller div.content {
		width: 10000px;
		}

.controls {
float:left;
width:110px;
height:300px;
}

#my-glider .controls img {
padding:0px;
margin:14px 0px 0px 35px;
border:none;
}