@charset "utf-8";
/* CSS Document */

/* Glider first page */
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 700px;
	height: 800px;
	overflow: hidden;
	border:0px solid #cccccc;
	
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 700px;
	height: 800px;
	overflow:hidden;
	float:left;
	
}
div.scroller div.content {
	width: 50000px;
}


div.controls {
	padding: 3px;
}
.glider_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #666666;
	text-decoration:none;
	padding: 2px;
}
.glider_text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	padding: 2px;
}
.glider_text:hover {
	font-family: #FF6633;
	font-size: 12px;
	color: #FF6600;
	text-decoration:none;
	padding: 2px;
}
