/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: transparent url('images/left.png') center center no-repeat;
	width:30px;
	height:33px;
	border:0px;
	opacity: 1;
}

div.jMyCarousel .next{
	background: url('images/right.png') center center no-repeat;
	width:30px;
	height:33px;
	border:0px;
}
*+html div.jMyCarousel .prev,
*+html div.jMyCarousel .next {
	background-color: #FFF;
}
div.jMyCarousel .up{
	background: url('images/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('images/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}

.archiefjaren ul li {
	height: 25px;
	width: 34px;
	overflow: hidden;
	float: left;
}
.deposters ul li {
	height: 247px;
	width: 175px;
	overflow: hidden;
	float: left;
}

.jMyCarousel ul li a {
	text-decoration: none;
	color: #666;
}
.nwMediabrowser {
	position: relative;
	margin: 5px 0 10px 0;
}
* html .nwMediabrowser {
	width: 620px;
}
#mediabrowserthumbs   {
	height: 108px;
	width: 100%;
	
	
	
}
#mediabrowserthumbs ul  {
	height: 108px;
	width: 100%;
		background-color: #000;

}
#mediabrowserthumbs ul li {
	height: 100px;
	float: left;
	width: 100px;
	margin: 4px;
	list-style-type: none;
	position: relative;
	
}
#mediabrowserthumbs ul li img {
	cursor:hand;
	cursor: pointer;
}
div#mediabrowserthumbs .prev{
	background: url('images/mb_left.png') center center no-repeat;
	width:30px;
	height:100px;
	border:0px;
	opacity: 1;
}
div#mediabrowserthumbs .next{
	background: url('images/mb_right.png') center center no-repeat;
	width:30px;
	height:100px;
	border:0px;
}
div#mediabrowserthumbs li.video .video_overlay {
	width: 88px;
	height: 60px;
	position: absolute;
	left: 5px;
	top: 15px;
	
	background:url(images/video_overlay.png) no-repeat left top;
	cursor: hand;
	cursor: pointer;
}
