

/* outmost wrapper element */
div.scrollable {
	background-color:#FFF;
	border:1px solid #FFF;
	padding:2px;
	-moz-border-radius:5px;
	margin-top:2px;
}

div.horizontal {
	border: 1px solid #FFF;
	width:820px;
	height:60px;		
}

div.vertical {
	width:85px !important;
	height:218px;
	float:left;
	margin-right:20px;
}

div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:8px;
}

/* container for the scrollable items */
div.horizontal div.items {
	height:58px;	
	margin-left:4px;
	float:left;
	width:760px !important;
	position:relative;
	top:-6px;
}

div.vertical div.items {
	height:218px !important;
}


/* single item */
div.items a, div.noitems a {
	display:block;
	width:auto;
	height:58px;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	font-family:verdana;

	margin-left:30px;
}

div.items img {
	height:55px;
}

div.items a {
	float:left;
	margin-right:8px;		
}

div.item {
	height:200px;
	width:96px;
	float:left;	
}

div.double div.items a {
	float:none;
	margin-bottom:10px;
	cursor:default;
}


div.items a:hover, div.noitems a:hover {
	color:#999;	
}

div.item a:hover {
	color:#ccc;	
}

div.items a.active, div.noitems a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

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;

	width:18px;
	height:18px;

	margin:0 0 0 0;
	cursor:pointer;
}

a.next {
	background-image:url(/img/playlist/arrow/right.png)		
}

a.prev:hover {
		
}

a.next:hover {
	
}

div.double a.prev, div.double a.next {
	margin-top:50px;		
}


/* navigator */
div.navi {
	position:absolute;
	top:393px;
	left:840px;
	width:auto;	
	display:expression("none");
}

*div.navi {
	top:417px;
	display:expression("none");
}


div.vertical div.navi {
	left:75px;
	width:60px;
}

/* items inside navigator */
div.navi span {
	float:left;
	width:16px;
	height:19px;
	background:url(../images/imgnav_middot.png) 0 0 no-repeat;   
	cursor:pointer;
}


div.navi span:hover {
  background:url(../images/imgnav_hoverdot.png); 
}

div.navi span.active {
	background:url(../images/imgnav_selectdot.png);   

} 	
