
/* outmost wrapper element */
div.scrollable {
	background-color:none;
	border:none;
	padding:8px;
	-moz-border-radius:5px;
	margin-top:30px;
}

div.horizontal {
	width:500px;
	height:120px;		
}


div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:8px;
}

/* container for the scrollable items */
div.horizontal div.items {
	height:168px;	
	margin-left:8px;
	float:left;
	width:428px !important;
}


div.items a {
	float:left;
	margin-right:8px;		
}

div.item {
	height:200px;
	width:107px;
	float:left;	
}


/* next / prev buttons */
a.prev, a.next {
	background:url(left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:50px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}

/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:277px;
	margin-left:-60px;
	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;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 			