﻿/* CSS Document */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding:10px 1px 1px 2px;
}
#loading {
	position: absolute;
	top: 0;
	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: transparent url(404.png) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../image/prevlabel.gif) left 35% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../image/nextlabel.gif) right 35% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#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;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*图片轮播*/
.focusA {
	position:relative;
    width:810px;
    height:500px;
	margin:0 auto
}
.img {
    width:800px;
    height:490px;
	border:#eceded solid 5px;
	opacity:1;
}
.focusA .shadow {
    width:100%;
    position:absolute;
    bottom:0;
    left:0px;
    z-index:10;
    height:45px;
    line-height: 45px;
    background:rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
    display:block;
    text-align:left;
}
.focusA .shadow a {
    text-decoration:none;
    color:#fff;
    font-size:16px;
    overflow:hidden;
    margin-left:10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focusA .fcon {
    position:relative;
    width:100%;
    float:left;
    display:none;
}
.focusA .fcon img {
    display:block;
}
.focusA .fbg {
	bottom:0;
    right:0;
    position:absolute;
    height:5px;
    text-align:center;
    z-index: 200;
}
.focusA .fbg div {
	overflow:hidden;
	zoom:1;
	height:14px
}
.focusA .D1fBt a {
	position:relative;
    display:inline;
    width:107px;
    height:5px;
    color:#B0B0B0;
	font:12px/15px "\5B8B\4F53";
    text-decoration:none;
    text-align:center;
    outline:0;
    float:left;
 
}
.focusA .D1fBt .current, .focusA .D1fBt a:hover {
	background:#e60000;
}
.focusA .D1fBt img {
	display:none
}
.focusA .D1fBt i {
	display:none;
    font-style:normal; 
}
.prev, .next {
	position:absolute;
	width:100px;
	height:199px;
	z-index:1000;
	background-image:url(../image/focus_btn.png);
	background-repeat:no-repeat;
}
.prev {
	margin:-350px 0 0 830px;
    cursor:pointer;
	background-position:-140px;
}
.next {
	margin:-350px 0 0 -145px;
    cursor:pointer;
	background-position:-20px;
}
