@charset "utf-8";
/* CSS Document */
#my-glider { width: 960px; height: 353px; padding: 0px; }
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 650px; 
	height: 351px;
	overflow: hidden;
 	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:  650px;
		padding: 20px 20px 20px 0px;

		height:315px;
		overflow:hidden;
		float:left;
		background-color: transparent; 
		}
	 .scroller h1{
	font-size: 24px; line-height: 28px;
 			color: #000000;  font-weight: normal;
		}
 .section td{
	font-size: 14px;  line-height: 17px;
 			color: #000000;
		}
	div.scroller div.content {
		width: 10000px;
		}

.controls{ width:238px; float: left; padding-right: 30px; height: 353px;}
 
