/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:27px;
	height:134px;
	background:url(../../images/videoPlayer/scroll-list-handle-left.jpg) no-repeat;
	float:left;
	cursor:pointer;
}




/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {

}

/* disabled navigational button 
a.disabled {
	visibility:hidden !important;		
}*/

/* next button uses another background image */
a.next, a.nextPage {
	background:url(../../images/videoPlayer/scroll-list-handle-right.jpg) no-repeat;
	display:block;
	width:27px;
	height:134px;
	float:left;
	cursor:pointer;
	clear:right;	
}

a.prev { }

/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:200px;
	height:20px;
	margin: 0 auto;
	padding-left: 47px;
	margin-bottom: 5px;
}


/* items inside navigator */
div.navi a {
	width:22px;
	height:16px;
	float:left;
	margin:1px;
	background:url(../../images/videoPlayer/scroll-list-more-videos-sqaure.jpg) no-repeat; 
	cursor:pointer;

}

/* mouseover state */
div.navi a:hover {

}

/* active state (current page state) */
div.navi a.active {
	   
} 	

.entries a img {
	padding-bottom:7px;
	
}

.entries a:hover{
	text-decoration:none !Important;
	color:#E0E0E0;
	
}
