
/* outmost wrapper element */
#scrollable {
	background-color:#ffffff;
	border:0px solid #ddd;
	padding:0px 0px;
	width:400px;
	height:92px;
}

/* container for the scrollable items */
div.items {
	height:66px;	
	margin-left:0px;	
	float:left;
	width:398px !important;
}



/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:4px;
	width:80px;
	height:66px;
	/* 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:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:7px;
	height:9px;
	float:right;
	background-repeat:no-repeat;	
	margin-right: 2px;
	margin-left: 2px;
       margin-top: 2px;
       margin-bottom: 2px;
}

/* next / prev buttons */
a.iconplus {
       background:url(/images/icon-plus.gif);
	display:block;
	width:11px;
	height:12px;
	float:left;
	background-repeat:no-repeat;	
	margin-right: 2px;
	margin-left: 2px;
       margin-top: 10px;
       margin-bottom: 2px;
}


a.prev {
	width:7px;
	height:9px;
background-repeat:no-repeat;
	background:url(/images/arrow-left.gif) no-repeat;		
}

a.prev:hover {
	width:7px;
	height:9px;
background-repeat:no-repeat;
	background:url(/images/arrow-left-r.gif) no-repeat;		
}

a.next {
	width:7px;
	height:9px;
background-repeat:no-repeat;
	background:url(/images/arrow-right.gif) no-repeat;		
}

a.next:hover {
	width:7px;
	height:9px;
background-repeat:no-repeat;
	background:url(/images/arrow-right-r.gif) no-repeat;		
}


/* navigator */
div.navi {
	position:relative;
	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(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;     
} 	
