#glidercontainer{
	width:850px;
	height:178px;
	margin:0 auto;
	display:block;
	float:left;
	margin-bottom:30px;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	display:block;
	width: 850px; 
	height: 178px;
	overflow: hidden;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:850px;
	height:178px;
	overflow:hidden;
	float:left;
	color:#333333;
}
div.scroller div.content {
	width: 10000px;
}
.controls-back {
	width:65px;
	display:block;
	float:left;
	background: url(../img/controlsBack.jpg) no-repeat;	
	height:178px;
	}
.controls-back a{
	width:100%;
	height:100%;
	display:block;
	float:left;
	border:none;
}
.controls-forward {
	width:65px;
	display:block;
	float:left;
	background: url(../img/controlsForward.jpg) no-repeat;	
	height:178px;
	}
.controls-forward a{
	width:100%;
	height:100%;
	display:block;
	float:left;
	border:none;
}
.controls img{
	padding:3px 0px 0px 10px;
	border:none;
	}
#glider-display{
	width:850px;
	height:178px;
	display:block;
	float:left;
	background:#cedceb;
	position:relative;
	}
.glider-pic{
	display:block;
	float:left;
	text-align:left;
	color:#FF0000
}
.glider-pic img{
	display:block;
	float:left;
	padding:16px 0px;
}
#qTip {
	padding: 10px;
	display: none;
	background: #FFF;
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	width:160px
}
