/* outmost wrapper element */
div.scrollable {
margin-left:30px;
	padding:8px;
	margin-top:0px;
}

div.horizontal {
	width:580px;
	height:240px;		
}

div.vertical {
	width:85px !important;
	height:218px;
	float:left;
	margin-right:30px;
}

div.double {
	height:145px;
}

div.double div.items {
	height:145px !important;
}

div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:8px;
}

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

div.vertical div.items {
	height:218px !important;
}


/* single item */
div.items a, div.noitems a {
	display: block;
	width:530px;
	height:240px;
	font-size:10px;
	color:transparent;
	cursor:pointer;
	font-family:verdana;
	text-transform:uppercase;
	float:inline;
opacity:1;
filter:alpha(opacity=100);
}

div.items a {
	float:left;
	margin-right:8px;	
opacity:1;
filter:alpha(opacity=100);	
}

div.item {
	height:235px;
	width:530px;
	float:left;	
}

div.double div.items a {
	float:none;
	margin-bottom:10px;
	cursor:default;
}


div.items a:hover, div.noitems a:hover {
opacity:1;
filter:alpha(opacity=100);
}

div.item a:hover {
opacity:1;
filter:alpha(opacity=100);
}

div.items a.active, div.noitems a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
opacity:1;
filter:alpha(opacity=100);
}

div.vertical a {
	margin-bottom:10px;	
}

div.vertical div.items a {
	float:none;	
}

/* next / prev buttons */
a.prev, a.next {
	background:url(/img/playlist/arrow/left.png) no-repeat 0 0;
	display:block;
	width:8px;
	height:23px;
	float:left;	
	margin:200px 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(/img/playlist/arrow/right.png)	;
	margin-left:6px;	
}

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

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

div.double a.prev, div.double a.next {
	margin-top:50px;		
}


/* navigator */
div.navi {
	position:relative;
	top:245px;
	left:310px;
	margin-left:-70px;
	width:70px;
	height:0px;
}

div.vertical div.navi {
	left:75px;
	width:70px;
}

/* 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;     
} 	

