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