@charset "gb2312";
/********************************************************/
/*                                                      */
/*                    图集页面样式表                    */
/*                                                      */
/*                  修订时间：2010-8-05                 */
/*                                                      */
/********************************************************/

/************************* 页面基本元素全局定义 *******************************/

body {
	margin: 0;
	padding: 0;
	font-family: "SimSun", "Microsoft YaHei", "SimHei";
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
	margin: 0;
	padding: 0;
}
/* 链接定义 */

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: underline;
}
a img {
	vertical-align: middle;
	border-style: none;
}
/*************************** 页面整体布局定义 ****************************/

.fullWidth {
	position: relative;
	top: 0px;
	width: 950px;
	height: auto;
	margin: 0px auto;
	padding: 0;
}
/*清除浮动*/

.clearFloat {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}
/******************************页面通用定义********************************/

/*顶部banner*/

#topBanner {
	position: relative;
	left: 0px;
	top: 0px;
	background: #f5f5f5;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	width: 100%;
}
#topBanner div#topLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
}
#topBanner div#topLogo a {
	display: block;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 31px;
	padding-left: 31px;
	background: url(../images/gallery/logo.gif) no-repeat left center;
}
#topBanner div#topLogo a:hover {
	text-decoration: none;
}
#topBanner div#topLink {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	text-align: right;
	line-height: 31px;
	_margin-top: 4px;
	width: 1000px;
	margin: 0 auto;
}
#topBanner div#topLink img {
	vertical-align: middle;
	margin-right: 2px;
}
#galleryTitle {
	position: relative;
	left: 0px;
	top: 0px;
}
#galleryTitle h3 {
	display: inline;
	line-height: 60px;
}
#galleryTitle p {
	line-height: 21px;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 2em;
}
#galleryTitle #imageNumber {
	margin: 0 5px;
	font-weight: bold;
}
#galleryTitle #imageNumber #imageID {
	color: #F00;
}
#galleryView #toolPanel {
	display: block;
	height: 31px;
	position: relative;
	left: 0px;
	top: 0px;
	background:#ddd;
}
#galleryView #toolPanel p{
	height: 31px;
	line-height:30px;
	padding-left:10px;
	color:#f08300;
	float:left;
}
#galleryView #toolPanel ul#toolList {
	position: relative;
	top: 0px;
	right: 0px;
	display: block;
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 31px;
}
#galleryView #toolPanel ul#toolList li {
	display: inline;
}
#galleryView #toolPanel ul#toolList li button {
	position: relative;
	left: 0px;
	top: 0px;
	height: 28px;
	width: 31px;
	border: none;
	margin: 0 2px;
	cursor: pointer;
}
#galleryView #toolPanel ul#toolList li #btnForward {
	background: url(../images/gallery/button.gif) no-repeat -0px -0px;
}
#galleryView #toolPanel ul#toolList li #btnSlide {
	background: url(../images/gallery/button.gif) no-repeat -31px -0px;
}
#galleryView #toolPanel ul#toolList li #btnSlide.pause {
	background: url(../images/gallery/button.gif) no-repeat -62px -0px;
}
#galleryView #toolPanel ul#toolList li #btnNext {
	background: url(../images/gallery/button.gif) no-repeat -93px -0px;
}
#galleryView #toolPanel ul#toolList li #btnZoomIn {
	background: url(../images/gallery/button.gif) no-repeat -124px -0px;
}
#galleryView #toolPanel ul#toolList li #btnZoomOut {
	background: url(../images/gallery/button.gif) no-repeat -155px -0px;
}
#galleryView #toolPanel ul#toolList li #btnOrgin {
	background: url(../images/gallery/button.gif) no-repeat -186px -0px;
}
#galleryView #toolPanel ul#toolList li #btnFit {
	background: url(../images/gallery/button.gif) no-repeat -217px -0px;
}
#galleryView #toolPanel ul#toolList li #btnForward:hover {
	background: url(../images/gallery/button.gif) no-repeat -0px -28px;
}
#galleryView #toolPanel ul#toolList li #btnSlide:hover {
	background: url(../images/gallery/button.gif) no-repeat -31px -28px;
}
#galleryView #toolPanel ul#toolList li #btnSlide.pause:hover {
	background: url(../images/gallery/button.gif) no-repeat -62px -28px;
}
#galleryView #toolPanel ul#toolList li #btnNext:hover {
	background: url(../images/gallery/button.gif) no-repeat -93px -28px;
}
#galleryView #toolPanel ul#toolList li #btnZoomIn:hover {
	background: url(../images/gallery/button.gif) no-repeat -124px -28px;
}
#galleryView #toolPanel ul#toolList li #btnZoomOut:hover {
	background: url(../images/gallery/button.gif) no-repeat -155px -28px;
}
#galleryView #toolPanel ul#toolList li #btnOrgin:hover {
	background: url(../images/gallery/button.gif) no-repeat -186px -28px;
}
#galleryView #toolPanel ul#toolList li #btnFit:hover {
	background: url(../images/gallery/button.gif) no-repeat -217px -28px;
}
#galleryView #toolPanel ul#toolList li #btnForward.disabled {
	background: url(../images/gallery/button.gif) no-repeat -0px -56px;
}
#galleryView #toolPanel ul#toolList li #btnNext.disabled {
	background: url(../images/gallery/button.gif) no-repeat -93px -56px;
}
#galleryView #toolPanel ul#toolList li #btnZoomIn.disabled {
	background: url(../images/gallery/button.gif) no-repeat -124px -56px;
}
#galleryView #toolPanel ul#toolList li #btnZoomOut.disabled {
	background: url(../images/gallery/button.gif) no-repeat -155px -56px;
}
#galleryView #toolPanel ul#toolList li #btnOrgin.disabled {
	background: url(../images/gallery/button.gif) no-repeat -186px -56px;
}
#galleryView #toolPanel ul#toolList li #btnFit.disabled {
	background: url(../images/gallery/button.gif) no-repeat -217px -56px;
}
#galleryView #imageArea {
	display: block;
	height: auto;
	position: relative;
}
#galleryView #imageArea #imageWrap {
	display: block;
	position: relative;
	width: 948px;
	height: 500px;
	text-align: center;
	overflow: hidden;
	left: 0px;
	top: 0px;
	background: url(../images/gallery/bload.gif) no-repeat center center;
	margin:40px 0 20px;
}
#galleryView #imageArea #imageWrap img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 948px;
	height: 711px;
}
#galleryView #imageArea #imageInfo {
	display: block;
	position: relative;
	width: 948px;
	height: auto;
	text-align: center;
	left: 0px;
	top: 0px;
	padding: 4px;
}
#galleryView #imageArea #imageInfo .title {
	display: block;
	position: relative;
	height: auto;
	text-align: center;
	left: 0px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
#galleryView #imageArea #imageInfo .info {
	display: block;
	position: relative;
	height: auto;
	text-align: center;
	left: 0px;
	top: 0px;
	font-size: 12px;
	line-height: 24px;
}
#galleryView #thumbArea {
	display: block;
	border: 1px solid #CCC;
	border-top: none;
	height: 116px;
	background: url(../images/gallery/thumbbg.png) repeat-x;
	text-align: center;
	position: relative;
}
#galleryView #thumbArea #thumbList {
	position: relative;
	top: 8px;
	height: 100px;
	width: 860px;
	margin: 0 auto;
	overflow: hidden;
}
#galleryView #thumbArea #thumbList #listWrap {
	position: absolute;
	width: 100%;
	text-align: left;
	height: 79px;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
}
#galleryView #thumbArea #thumbList #listWrap li {
	display: block;
	list-style: none;
	height: 75px;
	width: 100px;
	border: solid 2px #999;
	margin-left: 10px;
	white-space: nowrap;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	background: url(../images/gallery/lload.gif) no-repeat center center;
	text-align: center;
	opacity: 0.5;
}
#galleryView #thumbArea #thumbList #listWrap li:hover {
	border-color: #F60;
	opacity: 1;
}
#galleryView #thumbArea #thumbList #listWrap li.current {
	border-color: #F60;
	opacity: 1;
}
#galleryView #thumbArea #thumbList #listWrap li:first-child {
	margin: 0;
}
#galleryView #thumbArea #thumbList #listWrap li img {
	position: relative;
	left: 0px;
	top: 0px;
	height:75px;
	width:100px;
}
#galleryView #thumbArea #thumbList #scrollWrap {
	display: none;
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0px;
	top: 84px;
	padding: 0;
	margin: 0;
	background: url(../images/gallery/scrollbg.gif) repeat-x 0px -15px;
	cursor: pointer;
}
#galleryView #thumbArea #thumbList #scrollWrap span.left {
	display: block;
	height: 15px;
	width: 10px;
	float: left;
	background: url(../images/gallery/scrollbg.gif) no-repeat 0px 0px;
}
#galleryView #thumbArea #thumbList #scrollWrap span.right {
	display: block;
	height: 15px;
	width: 10px;
	float: right;
	background: url(../images/gallery/scrollbg.gif) no-repeat 0px -30px;
}
#galleryView #thumbArea #thumbList #scrollWrap #scrollButton {
	background: url(../images/gallery/scrollButton.gif) no-repeat 0px -1px;
	position: absolute;
	height: 15px;
	width: 60px;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
#galleryView #thumbArea #thumbList #scrollWrap #scrollButton:hover {
	background: url(../images/gallery/scrollButton.gif) no-repeat 0px -17px;
}
#galleryView #thumbArea #lnkForward2 {
	display: block;
	height: 65px;
	width: 20px;
	background: url(../images/gallery/lnkbg.png) no-repeat -21px 0;
	position: absolute;
	left: 12px;
	top: 18px;
}
#galleryView #thumbArea #lnkNext2 {
	display: block;
	height: 65px;
	width: 20px;
	background: url(../images/gallery/lnkbg.png) no-repeat -63px 0;
	position: absolute;
	right: 12px;
	top: 18px;
}
#galleryView #thumbArea #lnkForward2:hover {
	background: url(../images/gallery/lnkbg.png) no-repeat 0 0;
}
#galleryView #thumbArea #lnkNext2:hover {
	background: url(../images/gallery/lnkbg.png) no-repeat -42px 0;
}





