/* outmost wrapper element, containing all elements  */
#scrollable {
	/*background-color:#efefef;*/
	/*border: 1px solid #ddd;*/
	padding: 0px;
	width: 532px;
	height: 115px;
	margin: 10px 0;
	/*border: 1px solid;*/
	/*-moz-border-radius:7px;*/
}

/* container for the scrollable items */
div.items {
	height:66px;	
	margin-left:16px;
	float:left;
	width:464px !important;
}


/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:0px;
	width:90px;
	height:68px;
	/*background:url(/img/playlist/entry.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 {
	/*background:url(/img/playlist/arrow/left.png) no-repeat 0 0;*/
	background: url('../../images/calendar-previous.gif') no-repeat 0 0;
	display:block;
	width:12px;
	height:18px;
	float:left;	
	margin:26px 0 0 0;
	cursor:pointer;
}

a.next {
	background: url('../../images/calendar-next.gif') no-repeat 0 0;	
}

a.prev:hover {
	background: url('../../images/calendar-previous-hover.gif') no-repeat 0 0;	
}

a.next:hover {	
	background: url('../../images/calendar-next-hover.gif') no-repeat 0 0;	
}


/* navigator */
div.navi {
	margin: 0 auto;
	margin-left: 225px;
	float: left;
	padding-bottom: 15px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	/*background:url(/img/playlist/dots.png) 0 0 no-repeat;  */   
	background:url('../../images/dot-2.gif') center center no-repeat;
	cursor:pointer;
	/*border: 1px solid;*/
}

div.navi span:hover {
	/*background-position:0 0px;  */
	background:url('../../images/dot-2-hover.gif') center center no-repeat; 
}

div.navi span.active {
	/*background-position:0 0px; */
	background:url('../../images/dot-2-hover.gif') center center no-repeat;  
} 	

