﻿@charset "utf-8";
#picshow{
	width:100%;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}


/* 组图开始 小图部分 */
.thumbpic{
	margin:10px auto;
	width:686px;
	_width:710px;
	position: relative;
}
.thumbpic .ltp{float:left;width:58px;heght:90px;margin:13px 35px 0 0;}
.thumbpic .ltp span, .thumbpic .rtp span{
	height:20px;
	float:left;
	cursor:pointer;
	line-height:20px;
	width:80px;
	font-weight: bold;
	margin-top: 3px;
}
.thumbpic .rtp{float:left;width:58px;heght:90px;margin:13px 0 0 15px;}
#piclist{width:460px;float:left;overflow:hidden;height:90px;position:relative;}
#piclist ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:20000px;
	position:relative;
	height: 90px;
}
#piclist ul li{float:left;cursor:pointer;position:relative;height:90px;background-image: url(../images/ico_none.gif);background-repeat: no-repeat;  background-position: center -10px;}
#piclist ul li img{height:58px;width:78px;margin:10px 4px;padding:3px;}
#piclist .hover{height:90px;background-image: url(../images/ico_bg.gif);background-repeat: no-repeat;background-position: center  -10px;}
#piclist ul li tt{background:#000;color:#FFF;position:absolute;z-index:20; font-family:arial;font-size:12px;line-height:16px;padding:0 5px;margin:55px 0 0 -85px;}
#piclist ul li span{
	position:absolute;
	text-align: center;
	width: 84px;
	left: 4px;
	font: 12px/16px arial;
	z-index: 99;
	top: 76px;
	display: block;
}

.thumbpic a.bntprev{
	float:left;
	width:20px;
	height:90px;
	display:block;
	outline:none;
	background-image: url(../images/ico_left.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.thumbpic a.bntnext{
	float:left;
	width:20px;
	height:90px;
	display:block;
	outline:none;
	background-image: url(../images/ico_right.gif);
	background-repeat: no-repeat;
	background-position: center 20px;
}

#originalpic{position:relative;overflow:hidden;zoom:1;height:100%;clear:both;text-align:center;}
#originalpic img{display:none;position:relative;max-width:1000px;}
#aPrev{position:absolute;z-index:10;left:0;top:0;display:block;width:50%;height:100%;background:url(../images/blank.gif);}
#aNext{position:absolute;z-index:10;right:0;top:0;display:block;width:50%;height:100%;background:url(../images/blank.gif);}