#scrollable {
	float:left;
	width:176px;
	height:255px;
}

div.items {
	height:255px;
	qmargin-left:8px;
	float:left;
	width:176px !important;
	height:255px !important;
}

div.items a {
	display:block;
	margin-right:8px;
	width:140px;
	font-size:11px;
	margin:0 0 10px 10px;
	padding:10px;
	text-decoration:none;
	qtext-align:center;
	cursor:pointer;
	line-height:1em;
	border:1px solid #8C9BD5;
}

div.items a:hover { color:#FFFFFF; background:#BEC8EF; qborder:0 }

div.items a.active {
	background-position:-174px 0;
	background:#8C9BD5; 
	color:FFFFFF;
	cursor:default;
	qborder:0;
	border-right:1px solid 8C9BD5;
	qbackground:#8C9BD5 url(../images/phplaylist_active.gif) no-repeat left center;
	qpadding-left:20px;
	color:#FFFFFF;
	qmargin-left:0
}


a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;
	margin:15px 0 0 0;
}

a.prev { background:url(../images/scroll/button-left.gif); }

a.prev:hover { background:url(../images/scroll/button-left-over.gif); }

a.next { background:url(../images/scroll/button-right.gif); }

a.next:hover { background:url(../images/scroll/button-right-over.gif); }


div.navi {
	margin:0 auto;
	qpadding:5px 0 0 0;
	width:70px;
	height:0px;
}

div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	font-size:1px;
	background:url(../images/scroll/dots.gif) 0 0 no-repeat;     
	cursor:pointer;
}

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

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