/* lanrenzhijia1*/
.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 {
	background-color:#FFF;
	width:690px;
	margin:0 auto;
}
/*标题和页码*/
.Title h1 {
	display:inline;
}
.Title .Counter {
	color:#666;
}
.Title .CounterCurrent {
	color:#C00;
	font-size:20px;
	font-weight:bold;
}

/*大图展示区域*/
.OriginalPicBorder {
	padding:0px;
}
#OriginalPic {
	width:690px;
	overflow:hidden;
	position:relative;
	font-size:12px;
}
#OriginalPic img {
	display:block;
	margin:0 auto;
}
/*鼠标手势*/
.CursorL {
	position:absolute;
	z-index:999;
	width:50%;
	height:600px;
	color:#FFF;
	left:120px;
	cursor:url(../images/CurL.cur), auto;
	background:url(../images/space.png) repeat scroll 0 0 transparent;
}
.CursorR {
	position:absolute;
	z-index:999;
	width:50%;
	height:600px;
	color:#FFF;
	right:0;
	cursor:url(images/CurR.cur), auto;
	background:url(images/space.png) repeat scroll 0 0 transparent;
}
/*小图预览和滑动*/
.SliderPicBorder {
	width:530px;
	height:400px;
	overflow:hidden;
}
.Summary {
	line-height:30px;
	display:block;
	width:130px;
	height:380px;
	margin-right:10px;
	color:#FFF;
	overflow:hidden;
	background-color:#d53831;
	padding:10px;
}

.ThumbPicBorder {
	width:850px;
	margin:0 auto;
}
#ThumbPic img {
	border:1px solid #CCC;
	cursor:pointer;
	background-color: #CCC;
	margin:0 1px;
	width:99px;
	height:75px;
	display:block;
}
#ThumbPic img.active {
	border:1px solid #FF9900;
}
/* lanrenzhijia1 */