
/* outmost wrapper element */
#scrollable {
  height:58px; vertical-align:top;   
	position: absolute;	top:339px;	left:520px;
	/*
	padding:10px 8px;
	width:550px;
	height:65px; */
}

/* container for the scrollable items */
div.items {
	/*height:66px;	
	margin-left:8px;	
	float:left;
	width:478px !important;
	*/
	height:58px;	 
 	float:left;
	width:320px !important; 
	margin:0px; text-align:left;
}



/* single item */
div.items a {
	display:block;
	float:left;
	
	height:55px;
	  
	
	color:#ccc;
 
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div .items img { height:55px;   border:1px solid #fff; margin-right:7px; }

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:25px;
	height:25px;
	float:left;
	background-repeat:no-repeat;	
	margin:0px 0 0 0;
}

a.prev {
	margin-right:3px;
	background:url(/img/button-left.gif) no-repeat;				
}

a.prev:hover {
	background:url(/img/button-left-over.gif);	
}

a.next {
	margin-left:3px;
	background:url(/img/button-right.gif);			
}

a.next:hover {
	background:url(/img/button-right-over.gif);		
}


/* navigator */
div.navi {
	position:absolute ;
	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;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	
