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

div.horizontal {
border-style: none;
	width:580px;
	height:240px;		
}

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

div.double {
	height:145px;
}

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

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

div.noitems div.__scrollable {
border-style: none;
	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 {
border-style: none;
border:0 none;
margin:0px;
	display: block;
	width:98px;
	height:235px;
	font-size:10px;
	color:transparent;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-family:verdana;
	text-transform:uppercase;
	float:inline;
opacity:0.4;
filter:alpha(opacity=40);
}

div.items a {
border-style: none;
	float:left;
	margin-right:8px;	
opacity:0.7;
filter:alpha(opacity=70);	
}

div.item {
border-style: none;
	height:235px;
	width:98px;
	float:left;
	opacity:0.7;
	filter:alpha(opacity=70);	
}

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


div.items a:hover, div.noitems a:hover {
border-style: none;
opacity:1.3;
filter:alpha(opacity=130);
}

div.item a:hover {
border-style: none;
opacity:1.3;
filter:alpha(opacity=130);
}

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

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)		
}

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:-60px;
	width:50px;
	height:0px;
}

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

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

