@charset "UTF-8";
/* ------------------------------------------------------------
 * (X)HTML/CSS Framework
 *
 * glider.css
 *
 * copyright       2008 | Tobias Pierschel
 * link            http://www.tobiaspierschel.com
 * version         0.1
 * lastmodified    2008-05-26
-------------------------------------------------------------- */
div.scroller{ 
	/* modify width and height of scrolling section if necessary	*/		
	width: 550px; 
	height: 364px;
	overflow: hidden;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:550px;
		height:364px;
		overflow:hidden;
		float:left;
}
div.scroller div.content {
		width: 3850px;
}

#my-glider .controls{}
#my-glider .controls ul {
	width:auto;
	height:20px;

	padding:0px;
	margin:0px;

	list-style-type: none;
	text-align:right;
}
	
#my-glider .controls ul li { 
	display:inline;
	text-transform:none;
	font-weight:normal;
	font-size:11px;
	line-height:20px;
	color:#999999;
	padding:0px 5px;
}

	
#my-glider .controls ul li a {
	height:25px;

	text-decoration: none;
	color:#999999;
	font-weight:normal;
}
	
#my-glider .controls ul li a:hover, #my-glider .controls ul li a.current {
	color:#e82b25;
}

#my-glider .controls{
	position:absolute;
	top:586px;
	left:558px;
	width:300px;
	height:20px;
}


#my-glider #quickNav{
	position:absolute;
	left:22px;
	top:587px;
	width:266px;
	height:20px;
	text-align:center;
}

#my-glider #quickNav a{ 
	text-decoration: none;
	color:#999999;
	font-weight:normal;
}
#my-glider #quickNav a:hover{color:#e82b25;}


