div#my-glider {
	margin: 0 auto;
	padding-left: 0;
	width: 900px;
	background: url(../images/headerBG.png) no-repeat;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 815px; 
	height: 240px;
	overflow: hidden;
	border: none;
	float:left;
	}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:815px;
		height:240px;
		overflow:hidden;
		float:left;
		padding:0;		
		}
div.scroller div.content {
		width: 10000px;
		}

div.scroller div.content div.section img {
	border: none;
}

div.scroller div.content div.section div.slidetext {
	padding: 15px;
}

div.scroller div.content div.section p {
	padding-bottom: 10px;	
}
	

.controls {
	margin: 5px 0 0 40px;	
	font-size:12px;
	color:#666;
}

.controls a {
	color:#666;
	text-decoration:none;
}

.controls a:hover {
	color: #FF3300;	
}


a.leftarrow {
	background: url(../images/btn_arrow_left.png) no-repeat 0 -240px;
	width: 40px;
	height: 240px;
	float: left;
	display: block;
}

a.leftarrow:hover {
	background-position: 0 0;	
}

a.rightarrow {
	background: url(../images/btn_arrow_right.png) no-repeat 0 0 ;
	width: 40px;
	height: 240px;
	display: block;
	float:left;
}

a.rightarrow:hover {
	background-position: 0 -240px;	
}

.orange_header {
	color: #FF3300;
	font-size: 20px;
	font-weight: bold;
}

.float-left {
	float:left;	
}

.float-right {
	float: right;
}	
