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

/* Glider Styles
-------------------------------------------------- */
div#edu-glider { margin:0 -2px; width:504; height:400px;/*background:url(/css/img/edu-glider_head_bg.gif) 0 0 no-repeat;*/}

div#edu-glider div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	margin:0 2px;
	width:500px; 
	height:400px;
	overflow:hidden;
	}
div#edu-glider div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:500px; 
	height:400px;
	overflow:hidden;
	float:left;
	}
div#edu-glider div.scroller div.content {
	width: 10000px;
	}
	
/* example of styling sections
div#edu-glider div#section2 { background:#666666; color:#ffffff; }
*/

div.controls {
	text-align:left;
	padding-top:7px;
}

/*div.controls a { 
	float:left;
	margin:0 12px;
	display:block;
	width:116px;
	height:15px;
	background:url(/css/img/glider_btn.gif) 0 0 no-repeat;
	text-indent:-999px;
	overflow:hidden;
	outline:none;
}
div.controls a:hover, div.controls a.active { background-position:0 100%; }*/