/* outmost wrapper element, containing all elements  */
#scrollable {

}

/* container for the scrollable items */
div.items {
	height:40px;	
	margin-left:8px;
	float:left;
	width:472px !important;
}

*html div.items {
	width:480px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:110px;
	height:19px;
	font-size:50px;
	color:#ccc;
	line-height:19px;
	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;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(/img/playlist/arrow/right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}


/* navigator */
div.navi {
	height:0;
	left:370px;
	margin-left:-50px;
	position:relative;
	top:-10px;
	width:50px;
}



div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	
