/*
 info_event_schedule.css
  http://www.skuare.net/test/jscrollable.html
*/

/*
div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 660px;	
/*	height:114px;	
	height:60px;	
	
	padding:10px 0;	
	border:1px outset #ccc;
	background-color:#efefef;				
}



div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:10px;
}

div.scrollable div.items div {
	float:left;
	text-align:center;
	width:110px;
	height: 25px;
	padding:25px 0px;
/*	font-size:30px;      
	font-size:1.5em;      
	font-family: 'bitstream vera sans';
	color: blue;
	font-weight: bold;
	border:1px outset #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;
}


div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}
*/

div.scrollable {
	
	position:relative;
	overflow:hidden;	 	
	width: 530px;	
/*	height:114px;	*/
	height:95px;	
	padding:10px 0;	
	border:1px outset #ccc;
	background-color:#efefef;				
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:10px;
}

div.scrollable div.items div {
	float:left;
	text-align:center;
	width:85px;
	height: 25px;
	padding:25px 0px;
/*	font-size:30px;   */
	font-size:1.5em;
	font-family: 'bitstream vera sans';
	color: blue;
	font-weight: bold;
	border:1px outset #ccc;
	background-color: #ddd;
	margin-right: 20px;	
	-moz-border-radius:5px;
}

div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

div.scrollable {
	float:left;	
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(right.png);
	clear:right;	
}

.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}

.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

.navi a:hover {
	background-position:0 -8px;      
}

.navi a.active {
	background-position:0 -16px;     
} 	

