div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	float: left;
	width: 684px; 
	height: 465px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/	
		width:684px;
		height:465px;
		overflow:hidden;
		float:left;
		padding:0em;		
		}
	div.scroller div.content {
		float: left;
		width: 10000px;
		}

#my-glider{float: left; width: 684px; height: 491px; margin-right: 10px;}
				
#ad_image{float: left; width: 684px; height: 365px; background: #d5d3d4;}
#ad_image img{width: 684px; height: 365px;}

#ad_text_pod{float: left; width: 684px; height: 100px; background: #d5d3d4;}
#ad_text_containter{float: left; width: 664px; height: 100px; margin: 0px 10px 0px 10px;}
#ad_title{float: left; width: 664px; margin-top: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; color: #6f7eb5; font: normal 24px Arial, Helvetica, sans-serif;}
.ad_subtitle{margin-left: 10px; color: #666666; font: bold 12px Arial, Helvetica, sans-serif; text-transform:uppercase;}

#ad_text{float: left; width: 664px; color: #666666; margin-top: 5px; font: normal 11px Arial, Helvetica, sans-serif;}
#ad_link{float: left; width: 664px; height: 10px; color: #6f7eb5; font: bold 10px Arial, Helvetica, sans-serif;}
#ad_link a{color: #6f7eb5; font: bold 10px Arial, Helvetica, sans-serif; text-decoration:none;}
#ad_link a:hover{color: #999999; font: bold 10px Arial, Helvetica, sans-serif; text-decoration:none;}

div#ad_spacer{clear: both; width: 684px; height: 1px; background: #FFFFFF;}

#control_container{float:left; width: 684px; height: 30px; background: #d5d3d4;}
#control_pod{float:left; min-width: 170px; height: 30px; margin: 0px 257px 0px 257px; text-align:center;}

/*original control (no arrows) width: 684px;*/
.controls {float: left; min-width: 150px; height: 25px; color: #666666; padding-top: 5px; font: bold 18px Arial, Helvetica, sans-serif; word-spacing: 5px; text-align:center; }
.controls a{color: #666666; font: bold 18px Arial, Helvetica, sans-serif; word-spacing: 5px; text-decoration:none;}
.controls a:hover{color:#CC0000; font: bold 18px Arial, Helvetica, sans-serif; word-spacing: 5px; text-decoration:none;}

.control_arrow {float: left; width: 10px; height: 25px; background: #d5d3d4; color: #666666; padding-top: 5px; font: bold 18px Arial, Helvetica, sans-serif; word-spacing: 5px; text-align: center;}
.control_arrow a{color: #666666; font: bold 18px Arial, Helvetica, sans-serif; word-spacing: 5px; text-decoration:none;}
.control_arrow a:hover{color:#CC0000; font: bold 18px Arial, Helvetica, sans-serif; word-spacing: 5px; text-decoration:none;}