.HS15 {
	overflow:hidden;
	clear:both;
}

.HS15 {
	height:10px;
}
.Hidden {
	display:none;
}
.Clearer {
	display:block;
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}

/*幻灯片区域背景*/
.MainBg {
	background-color:#fff;
	width:285px;
	margin:0 auto;
	height:auto;
}
/*大图展示区域*/
.OriginalPicBorder {
	height:auto;
}
#OriginalPic {
	width:285px;
	overflow:hidden;
	position:relative;
	font-size:12px;
	height:200px;
}
#OriginalPic img {
	display:block;
	margin:0 auto;
	width:285px;
	height:200px;
}
/*小图预览和滑动*/
#btnPrev{ float:left; margin-top:16px;}
#btnNext{ float:left;margin-top:16px;}
.SliderPicBorder {
	height:200px;
	width:285px;
	overflow:hidden;
}
.ThumbPicBorder {
	width:285px;
	margin:0 auto;
	height:70px;
}
.jCarouselLite{ width:255px;overflow:hidden; float:left;height:70px; }
#ThumbPic{ width:255px; height:54px; list-style:none;}
#ThumbPic img {
	border:2px solid #666;
	cursor:pointer;
	background-color:#666;
	margin:0 4px;
	width:72px;
	height:50px;
	display:block;
}
#ThumbPic img.active {
	border:2px solid #ff9900;
}
#ThumbPic img:hover {
    border: 2px solid #ff9900;
}

