.v_slideshow {
	margin:0 0 0 0;
	overflow:hidden;
	position:relative;
}

.v_fix {
	height:15px;
	position:absolute;
	top:281px;
	left:0px;
	width:200px;
	z-index:99;
	background-color:#c9c9c9;
}

.v_fs_els_holder {
	width:220px;
	overflow:hidden;
	position:relative;
	/*top:-6px;*/
	/* _top:-2px; IE6 fix*/
	height:300px;
	margin-bottom:2px;
}
.v_fs_els_holder .v_fs_els_real_holder {
	height:1300px;
	position:absolute;
	left:0;
	top:0;
	width:220px;
}
.v_fs_els_holder .pic_preview {
	display:block;
	width:200px;
	height:96px;
	outline:none;
	position:relative;
	text-decoration:none;
}

.v_fs_els_holder .pic_preview:hover {
	text-decoration:underline;
}

.v_fs_els_holder .pic_preview img {
	/*display:block;
	position:relative;
	top:2px;
	left:2px;*/
	xwidth:90px;
	xheight:90px;
	margin:0 1px 0px 7px;
}

.v_fs_els_holder .cur_preview img {
	border:2px solid #666666;
	position:relative;
	top:0;
}

.v_fs_slider_rail {
	width:17px;
	height:280px;
	background:url(/images/v_fs_slider_rail.gif) repeat-y left top;
	position:relative;
	top:-280px;
	left:200px;
	display:none;
}
.v_fs_slider_rail .fs_rail_l {
	position:absolute;
	top:-16px;
	left:0px;
	background:url(/images/v_rail_bg_l.gif) no-repeat left top;
	width:17px;
	height:24px;
}
.v_fs_slider_rail .fs_rail_r {
	position:absolute;
	bottom:-15px;
	left:0px;
	background:url(/images/v_rail_bg_r.gif) no-repeat left bottom;
	height:24px;
	width:17px;
}
.v_fs_knob {
	position:absolute;
	height:200px;
	width:15px;
	left:1px;
	top:100px;
	background:url(/images/v_knob_bg.gif) repeat-y left top;
}
.v_fs_knob .knob_bg_l {
	position:absolute;
	top:-1px;
	left:0;
	height:12px;
	width:15px;
	background:url(/images/v_knob_bg_l.gif) no-repeat left top;
}
.v_fs_knob .knob_bg_r {
	position:absolute;
	/*top:-1px;
	_top:-2px;*/
	bottom:0px;
	_bottom:-1px;
	height:40px;
	width:15px;
	background:url(/images/v_knob_bg_r.gif) no-repeat right bottom;
}
