/* outmost wrapper element */
#scrollable {
	/*border:1px solid #ddd;*/
	padding:10px 8px;
	width:548px;
	height:72px;
}

/* container for the scrollable items */
div.items {
	height:72px;
	margin:0 8px;
	float:left;
	width:512px !important;


}
a img{
	border:none;
}


/* single item */
div.items a {
	display:block;
	border:solid 3px #fff;
	float:left;
	margin-right:8px;
	width:88px;
	height:72px;
	/*background:url(img/item.gif) 0 0 no-repeat;*/
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;


}

div.items a:hover {
	color:#999999;	

}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;

}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	height:72px;
	width:10px;
	float:left;
	background:center no-repeat;	
	margin:25px 0 0 0;
}

a.prev {
	background:url(../images/leficon.png) no-repeat;		
}

a.prev:hover {
	background:url(../images/leficon.png) no-repeat;		
}

a.next {
	background:url(../images/righticon.png) no-repeat;		
}

a.next:hover {
	background:url(../images/righticon.png) no-repeat;		
}


/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	
