.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: 1176px;
	margin:0 auto;
	padding: 20px 0 20px 0;
}
/*灰色分隔线*/
.SpaceLine {
	border-bottom:1px solid #333;
	height:1px;
	font-size:1px;
}
/*大图展示区域*/
.OriginalPicBorder {
	/* padding:15px 15px 0 15px; */
}
#OriginalPic {
	width: 1176px;
	overflow:hidden;
	position:relative;
	font-size:12px; height:338px;
}
#OriginalPic img {
	display:block;
	margin:0 auto;
	width: 220px;
	border: #e8e8e8 1px solid;
	padding: 4px;
}
/*鼠标手势*/
.CursorL {
	position:absolute;
	z-index:999;
	width:50%;
	height:600px;
	color:#FFF;
	left:120px;
	cursor:url("../images/CurL.cur")/*tpa=http://www.yhrmyy.cn/images/CurL.cur*/, auto;
	background:url("../images/space.png")/*tpa=http://www.yhrmyy.cn/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")/*tpa=http://www.yhrmyy.cn/images/CurR.cur*/, auto;
	background:url("../images/space.png")/*tpa=http://www.yhrmyy.cn/images/space.png*/ repeat scroll 0 0 transparent;
}
/*小图预览和滑动*/
.SliderPicBorder {
	/* width:800px; */
	/* height:600px; */
	overflow:hidden;
}
.Summary {
	line-height: 30px;
	display:block;
	width: 910px;
	color: #000;
	overflow:hidden;
	padding: 10px 10px 30px 0px;
	font-size: 14px;
	/* height:270px; */
	/* background:#f6f6f6; */
	/* border-radius:0 50px 0 0; */
}
.ThumbPicBorder {
	width: 1156px;
	margin:0 auto;
	padding: 20px 0 20px 20px;
	background: #f3f3f3;
}
#ThumbPic img {
	border: 3px solid #fff;
	cursor:pointer;
	background-color: #fff;
	margin:0 10px;
	width:105px;
	height:150px;
	display:block;
}
#ThumbPic span{ text-align:center; display:block; clear:both; padding:10px 0 5px 0; font-size:14px;} 
#ThumbPic img.active {
	border:3px solid #0094ab;
}
#btnPrev,#btnNext{ margin:30px 0 0 0;}
.Summary .info span{color: #fff600;font-weight:bold;}
.Summary .name{ background:url("../images/name.png")/*tpa=http://www.yhrmyy.cn/images/name.png*/ no-repeat top left; color:#fff; font-size:20px;margin-top: 8px;height: 54px;line-height: 40px;padding-left: 20px;display:block;}
.Summary .info{
    /* margin-top: 24px; */
    background: url("../images/info.png")/*tpa=http://www.yhrmyy.cn/images/info.png*/ no-repeat top left;
    overflow: hidden;
    zoom: 1;
    color: #fff;
    height: 176px;
    padding: 15px 40px 15px 20px;
    display:block;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.Summary .info a{ color:#fff;}
.Summary .info a:hover{ color:#fff; text-decoration:underline;}