/* outmost wrapper element, containing all elements  
#scrollable {
	background-color:#efefef;
	border:0px solid #ddd;
	padding:10px 8px;
	width:870px;
	height:5px;
	margin-top:0px;
}
*/
/* container for the scrollable items */
div.items {
margin-top:10px;
	height:50px;	
	margin-left:8px;
	float:left;
	width:870px !important;
}

/* single item */
div.items a {
	
	margin-right:8px;
	width:88px;
	height:66px;
	
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

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 {
	background:url(left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:22px 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;		
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
