
#my-glider{
margin-top:0em;

}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	

	width: 960px; 
	height: 370px;
	overflow: hidden;
	//border:0px solid #cccccc;
	margin-bottom:2em;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
		/*margin-top:-10px;	*/	
		width:960px;
		height:360px;
		overflow:hidden;
		float:left;
		background-color: white;
		//padding:1em;		
		}
		
		div.scroller div.section img{
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 600px;
		border-right:5px white solid;	
		}

	div.scroller div.section .caption{
	padding-left:615px;
	padding-right:20px;
	padding-top:0px;
	//border:1px red solid;
	height:340px;
	}
		
	div.scroller div.content {
		width: 10000px;
		}

	div#section1 {
		background:#FFF;
		}
	div#section2 {
		background:#FFF;
		}
		
	div#section3 {
		background:#FFF;
		}
		
		
		
	div.controls {
	color:#999;
	padding-top:0em;
	width:600px;
	font-size:1.2em;
clear:both;
margin-bottom:0em;

}

	
	}
	.bg{
	background-color: #33FFFF;
	}
