
/* outmost wrapper element */
#scrollable {
	background-color:#704737;
	border:1px solid white;
	padding:10px 8px;
	width:426px;
	height:41px;
}

/* container for the scrollable items */
div.items {
	height:41px;	
	margin-left:8px;	
	float:left;
	width:336px !important;
	
}



/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:40px;
	height:40px;
	background:url(../i/scroll/item.gif) 0 0 no-repeat;
	font-size:24px;
	color:#a6735e;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#744837;	
}

div.items a.active {
	background-position:-124px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
	margin-top: 2px;
}

a.prev {
	background:url(../i/scroll/button-left.gif);		
}

a.prev:hover {
	background:url(../i/scroll/button-left-over.gif);		
}

a.next {
	background:url(../i/scroll/button-right.gif);		
}

a.next:hover {
	background:url(../i/scroll/button-right-over.gif);		
}


/* navigator */
div.navi {
	position:relative;
	margin-top:-30px;
	left:244px;
	margin-left:-66px;
	width:135px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../i/scroll/passive.gif) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background:url(../i/scroll/passing.gif) no-repeat;
	background-position:0 0;      
}

div.navi span.active {
	background:url(../i/scroll/active.gif) no-repeat;
	background-position:0 0;     
} 	
