#scrollbar_topvideo
{
	width:320px;
	height:510px;
	clear:both;
	margin:0px 0 10px;
	background: url('/design/fond-dernieres-videos.png') repeat-y;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

#scrollbar_topvideo .viewport
{
	width:300px;
	height:510px;
	overflow:hidden;
	position:relative;
}

#scrollbar_topvideo .overview
{
	list-style:none;
	position:absolute;
	left:0;
	top:0;
}

#scrollbar_topvideo .thumb .end,#scrollbar_topvideo .thumb
{
	/*background-color:#003D5D;*/
	background:  url('/design/bouton-scrolbar.png') no-repeat;
	width: 12px;
	height: 48px;
}

#scrollbar_topvideo .scrollbar
{
	position:relative;
	float:right;
	width:15px;
	margin-right: 7px;
}

#scrollbar_topvideo .track
{
	background:  url('/design/fond-scrolbar.png') repeat-y;
	height:100%;
	width:12px;
	position:relative;
	padding:0 1px;
}

#scrollbar_topvideo .thumb
{
	height:20px;
	width:13px;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
	top:0;
}

#scrollbar_topvideo .thumb .end
{
	overflow:hidden;
	height:5px;
	width:13px;
}

#scrollbar_topvideo .disable
{
	display:none;
}