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

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 230px; 
	height: 100%;
	overflow: hidden;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:230px;
	height:100%;
	overflow:hidden;
	float:left;
}
div.scroller div.content {
	width: 1000000px;
}

div.section ul {
	overflow:hidden;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
div.section ul li {
	float:left;
	width:76px;
	height: 100%;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	text-align:center;
}
div.section ul li div.caption {
	padding:0px 6px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-align:left; 
}
div.section ul li a {
	cursor:pointer;
}

dl.glider {
	width:100%;
	list-style:none;
	margin:0px !important;
	margin:0px 0px -8px 0px;
	padding:0px;
}
dl.glider dd {
	width:20px;
	height: 80px;
	float:left;
	margin:0px;
	padding:0px;
}
dl.glider dd a {
	position:relative;
	top:32px;
}
dl.glider dt {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}