#slideshow {
	width:580px;

}
.one_slideshow {
	margin:0 0 0 0;
	overflow:hidden;
}



.fs_els_holder {
	width:584px;
	overflow:hidden;
	position:relative;
	left:0;
	_left:-2px;  /*IE6 fix*/
	height:216px;
	margin-bottom:2px;
}
.fs_els_holder .fs_els_real_holder {
	width:1470px;
	position:absolute;
	left:0;
	top:-20px;
	height:126px;
}
.fs_els_holder .pic_preview {
	display:block;
	padding:20px 20px 20px 0;
	width:214px;
	height:150px;
	float:left;
	outline:none;
	position:relative;
	text-decoration:none;
}

.fs_els_holder .pic_preview:hover {
	text-decoration:none;
}

.fs_els_holder .pic_preview span {
	margin:10px 0 0 4px;
	padding:3px 0 3px 0;
	background:#3366cc;
	color:#ffffff;
}

.fs_els_holder .pic_preview img {
	display:block;
	position:relative;
	top:2px;
	left:2px;
	width:185px;
	height:127;
	padding:11px;
	border: 1px solid #dcdcdc;
	xwidth:200px;
	xheight:127px;
	margin:0 auto;
}

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

.fs_els_holder span {
	display:block;
	font-size:12px;
	color:#505050;
	text-align:center;
	position:relative;
	top:0px;
	margin:4px 0px 0;

}

.fs_els_holder .cur_preview span {
	margin:2px 0px 0;
	font-weight:bold;
}

.fs_els_holder span {
	display:block;
	font-size:12px;
	color:#505050;
	text-align:center;
	position:relative;
	top:0px;
	margin:10px 0px 0;
}


.fs_slider_rail {
	width:540px;
	height:17px;
	background:#FFFFFF url(/images/fs_slider_rail.gif) repeat-x left top;
	position:relative;
	top:190px;
	left:16px;
	display:none;
}
.fs_slider_rail .fs_rail_l {
	position:absolute;
	left:-16px;
	top:0;
	background:url(/images/rail_bg_l.gif) no-repeat left top;
	width:24px;
	height:17px;
}
.fs_slider_rail .fs_rail_r {
	position:absolute;
	right:-24px;
	top:0;
	background:url(/images/rail_bg_r.gif) no-repeat right top;
	width:24px;
	height:17px;
}
.fs_knob {
	position:absolute;
	width:200px;
	height:15px;
	top:1px;
	left:100px;
	background:url(/images/knob_bg.gif) repeat-x left top;
}
.fs_knob .knob_bg_l {
	position:absolute;
	left:-1px;
	top:0;
	width:12px;
	height:15px;
	background:url(/images/knob_bg_l.gif) no-repeat left top;
}
.fs_knob .knob_bg_r {
	position:absolute;
	right:-9px;
	_right:-10px;
	top:0;
	width:40px;
	height:15px;
	background:url(/images/knob_bg_r.gif) no-repeat right top;
}
