
/* outmost wrapper element, containing all elements  */
#scrollable {
	padding:10px 0px;
	height:180px;
}

/* container for the scrollable items */
div.items {
	margin: 20px 0 5px 0;
	float:left;
	width:230px !important;
}

div.item {
	height: 140px;
}
div.item h3 {
	margin: 0;
}
/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:0px 0px 0 0;
	cursor:pointer;
}

a.next {
	float: right;
	text-align:right;
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}

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

div.navi span.active {
	background-position:0 -16px;     
} 	
