/* 代码整理：懒人之家 www.lanrenzhijia.com */

.HS10, .HS15 {
	overflow:hidden;
	clear:both;
}
.HS10 {
	height:10px;
}
.HS15 {
	height:15px;
}
.Hidden {
	display:none;
}
.Clearer {
	display:block;
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
.FlLeft {
	float:left;
}
.FlRight {
	float:right;
}
/*幻灯片区域背景*/
.MainBg {
	width:248px;
}
/*标题和页码*/
.Title {
	color:#EEE;
	padding:5px 20px 0 20px;
	text-align:center;
	line-height:40px;
	height:40px;
}
.Title h1 {
	display:inline;
}
.Title .Counter {
	color:#666;
}
.Title .CounterCurrent {
	color:#C00;
	font-size:20px;
	font-weight:bold;
}
/*灰色分隔线*/
.SpaceLine {
	border-bottom:1px solid #333;
	height:1px;
	font-size:1px;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding:10px 0;
}
#OriginalPic {
	width:248px;
	overflow:hidden;
	position:relative;
	font-size:12px;
}
#OriginalPic img {
	display:block;
	width:245px;
	height:140px;
	border:1px solid #FFFFFF;
	margin:0 auto;
}
/*小图预览和滑动*/
.SliderPicBorder {
	width:248px;
	height:145px;
	overflow:hidden;
}
.More {
	text-align:right;
	color:#666;
	line-height:40px;
	height:40px;
	font-size:12px;
	display:block;
}
.ThumbPicBorder {
	width:248px;
	margin:0 auto;
}
#ThumbPic img {
	cursor:pointer;
	margin:2px;
	width:68px;
	height:54px;
	display:block;
}
#ThumbPic img.active {
	margin:2px;
	width:68px;
	height:54px;
}