
/* outmost wrapper element, containing all elements  */
#scrollable {
	padding:10px 8px;
	width:358px;
	height:350px;

}

/* container for the scrollable items */
div.items {
	height:350px;	
	margin-left:60px;
	float:left;
	overflow: hidden;
	width:180px !important;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:180px;
	height:300px;
	background:url(/img/playlist/entry.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

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/navigasyon_images/solok_normal.png) no-repeat 0 0;
	display:block;
	width:29px;
	height:44px;
	float:left;	
	margin:120px -4px 0 19px;
	cursor:pointer;
}

a.next {
	background-image:url(/images/navigasyon_images/sagok_normal.png);
	float: right;	
}

a.prev:hover {
	background-image:url(/images/navigasyon_images/solok_hover.png);
}

a.next:hover {
	background-image:url(/images/navigasyon_images/sagok_hover.png);
}
