
/*********************  Ð£Ô°·ç¹âÍ¼¼¯ */
.imgset{
	position: relative;
	margin-top: 30px;
}

.imgset >div:first-child{
	line-height: 36px;
}

.imgset .imglist{
	height: 120px;
	overflow: hidden;
	margin: 5px 44px 20px;
}
.imgset .imglist div{
	width:164000px;
}

.imgset .imglist img{
	width: 158px;
	height: 118px;
	border: 1px solid #999;
	margin: 0 4px;
}

.imgset .prev,
.imgset .next{
	position:absolute;
	top:42px;
	bottom: 0;
	width: 40px;
}

.imgset .prev{
	left:0;
    background: url(../pic/imgarrow.png) no-repeat 6px center;
}

.imgset .next{
	right:0;
    background: url(../pic/imgarrow.png) no-repeat -44px center;
}

/**** ÕÚÕÖ¡¢Í¼Æ¬ä¯ÀÀ *****/
#mask{
	position:fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
	background-color: #CCC;
}

#imgshow{
	position:fixed;
	left:5px;
	right:5px;
	top:50px;
	bottom:5px;
	margin: auto;
	z-index:203;
	display: none;
}
#imgshow img{
	position:absolute;
	max-width: 96%;
	max-height: 96%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	border:4px solid #F2F2F2;
}
#imgt{
	position:fixed;
	right: 0;
	padding-right: 120px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background-color: #999;
	text-align: center;
	color:#FFF;
	top: 8px;
	left: 0;
	z-index: 203;
	display: none;
}
#imgt div{
	float: right;
	height:40px;
	width:34px; 
}

#imgt #c{
	margin-right: -106px;
	background: url(../pic/imgarrow.png) no-repeat -87px center;
}
#imgt #n{
	margin-right: -70px;
	background: url(../pic/imgarrow.png) no-repeat -44px center;
}
#imgt #p{
	margin-right: -34px;
	background: url(../pic/imgarrow.png) no-repeat 2px center;
}