.scrub div.seek {
    background-repeat: no-repeat;
    display: none;
    height: 270px;
    width: 360px;
    z-index: 2;
}
div.scrubber {
    background: linear-gradient(#000000, #222222) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    bottom: 5px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    display: none;
    height: 4px;
    left: 15px;
    padding: 1px;
    position: absolute;
    right: 15px;
    transition: opacity 0.2s linear 0s;
    z-index: 3;
}
div.scrubber .scrubbed {
    background: linear-gradient(to bottom, #FFB7B7 0%, #F00000 50%, #F00000 100%) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    height: 4px;
    min-width: 6px;
}
#wrap_reco ul.reco_video div.video_thumb_small{
	float: left;
	border-style: none;
}
#wrap_reco ul.reco_video div.video_thumb_small div.scrubber{
	left: 15px;
	right: 15px;
	top: 3px;
}

#wrap_reco ul.reco_album div.video_thumb_small div.scrubber{
	left: 10px;
	right: 10px;
	top: 3px;
}

.video_thumb_size,
.video_list_thumb_size,
.video_thumb_small{
	position:relative;
	display:block;
}
.video_list_thumb_size img,
.video_thumb_small img{
	position:absolute;
	width:360px;
	top:-13px;
}

.video_thumb_small a img{
	position:relative;
	top:0;
}

div.video_thumb_small{
	height: 270px;
	width: 360px;
	overflow: hidden;
}
div.video_thumb_small img{
	top: 0;
}
.video_thumb_small {
	border:1px solid #999999;
	background:#FFFFFF;
	width:360px;
	height:68px;
	overflow:hidden;
}