/* Start of CMSMS style sheet 'glider' */
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 400px;
	height: 288px;
	overflow: hidden;
	margin:15px 0 0 55px;
	float:left;
	border:1px solid #FBF3BD;
	position:relative;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:400px;
	height:288px;
	overflow:hidden;
	float:left;
	padding:0 1px 0 0;
	position:relative;
}
div.scroller div.content {
	width: 30000px;
}
div#sec1{
		color:#ffffff;
}
div#sec2{
		color:#ffffff;
}
div#sec3{
		color:#ffffff;
}
div#sec4{
		color:#ffffff;
}
div#sec5{
		color:#ffffff;
}

/* End of 'glider' */

