#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



.siteBanner {
	width:1000px;
	height:100%;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	text-align:left;
	padding:5px;
	background: url(/template/images/com_con.jpg) repeat-y #FFF;
}
.siteBanner .hd {
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.siteBanner .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.siteBanner .hd ul li {
	float:left;
	margin-right:3px;
	padding:0px 5px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
}
.siteBanner .hd ul li.on {
	background:#f37818;
	color:#fff;
}
.siteBanner .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.siteBanner .bd li {
	zoom:1;
	vertical-align:middle;
}
.siteBanner .bd img {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.siteBanner .prev, .siteBanner .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(/template/images/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.siteBanner .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.siteBanner .prev:hover, .siteBanner .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.siteBanner .prevStop {
	display:none;
}
.siteBanner .nextStop {
	display:none;
}

.label_content .hd .prev, .label_content .hd .next {
	display:block;
	width:9px;
	height:5px;
	float:right;
	margin-right:5px;
	margin-top:5px;
	overflow:hidden;
	cursor:pointer;
	background:url("/template/images/arrow.png") 0 -100px no-repeat;
}

* {
    margin: 0;
    padding: 0;



    
