
/* outmost wrapper element, containing all elements  */
#scrollable {
	padding:12px 0px 0px 0px;
	width:524px;
	height:52px;
/*	margin-top:30px;*/
	margin-left:152px;	/*143px when arrows are included*/
}

/* container for the scrollable items */
div.items {
	height:52px;	
	margin-left:18px;
	margin-right:18px;
	float:left;
	width:402px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:18px;
	width:52px;
	height:50px;
	cursor:pointer;
}

div.items a img {
	border:1px solid #cccc99;
}

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(../images/arrow_left.gif) no-repeat 0 0;
	display:block;
	width:10px;
	height:20px;
	float:left;	
	margin:16px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(../images/arrow_right.gif)		
}

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

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


/* 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/playlist/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

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

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