
/* outmost wrapper element */
#scrollable {
	width:884px;
	height:74px;
}

/* container for the scrollable items */
div.items {
	height:74px;	
	margin-left:8px;
	vertical-align:middle;	
	float:left;
	width:750px !important;
}



/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:250px;
	height:74px;
	font-size:50px;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	vertical-align:bottom;
}

div.items a:hover {
	
}

div.items a.active {
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	width:33px;
	height:33px;
	float:left;
	background-repeat:no-repeat;	
	margin:0px 0 0 0;
	cursor:pointer;
}

a.prev {
	background:url(/images/index_40.png);		
}

a.next {
	background:url(/images/index_43.png);		
}

/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(dots.png) 0 0 no-repeat;     
	cursor:pointer;
}
