/* CSS Document */
html {
	overflow-y: auto;
	overflow-x: auto;
}

body {
	background: #F2F2F2 url("../images/bodyBg.gif") repeat-x;
	font-family: "Microsoft YaHei", verdana, "\5B8B\4F53";
	font-size: 12px;
	color: #000;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	display: block;
	zoom: 1;
}

body, div, p, h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
form, input, textarea, button,
pre, img {
	margin: 0;
	padding: 0;
}

dl, dt, dd, ul, ol, li {
	list-style: none outside none;
}

img, a {
	border: 0;
}

table {
	margin: 0 auto;
	border: 0;
	padding: 0;
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

input, textarea, select {
	font-size: 100%;
	font-family: "Microsoft YaHei", verdana, "\5B8B\4F53";
	color: #000;
	outline: 0;
	resize: none;
}

/*************************************************************************************************/
.ender {
	height: 76px;
	width: 780px;
	margin: 20px auto;
	position: relative;
}

.ender .prevbox {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 106px;
	height: 76px;
	overflow: hidden;
	background: url("../images/prevbox.jpg") no-repeat;
	line-height: 76px;
	text-align: center;
	font-size: 16px;
}

.ender .nextbox {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 106px;
	height: 76px;
	overflow: hidden;
	background: url("../images/nextbox.jpg") no-repeat;
	line-height: 76px;
	text-align: center;
	font-size: 16px;
}


/*************************************************************************************************/
.footer {
	overflow: hidden;
	margin: 0 120px;
}

.footer .xtitle {
	line-height: 30px;
	font-size: 18px;
}

.footer .xsummary {
	line-height: 24px;
}

/*************************************************************************************************/
.toper {
	height: 40px;
	padding: 10px;
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
}

.toper .xtitle {
	line-height: 40px;
	font-size: 24px;
	text-align: center;
}

/*************************************************************************************************/
.header {
        width: 940px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.header .share {
	position: absolute;
	top: 6px;
	right: 10px;
}

/*************************************************************************************************/

.mainer {

	width: 850px;
	padding:15px;
	margin: 0 auto 40px auto;
	background: #FFF;
	-webkit-box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
	overflow: hidden;
	

}

#photo {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.mainer .next {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	z-index: 99;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

.mainer .prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	z-index: 99;
	filter: alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

.mainer .nextbutton {
	position: absolute;
	top: 40%;
	right: 20px;
	width: 70px;
	height: 105px;
	background: url("../images/btn-next.png") no-repeat;
	display: none;
	cursor: pointer;
}

.mainer .prevbutton {
	position: absolute;
	top: 40%;
	left: 20px;
	width: 70px;
	height: 105px;
	background: url("../images/btn-prev.png") no-repeat;
	display: none;
	cursor: pointer;
}
/*************************************************************************************************/
#imgdata{
	display: none;
}
/*************************************************************************************************/
.toolbar {
	height: 40px;
	background: #333;
}
.toolbar .logo{
	float: left;
	display: inline;
	height: 40px;
	width: 40px;
	background: url("../images/logo.jpg") no-repeat;
	margin: 0 10px;
}
.toolbar .tit {
	float: left;
	height: 40px;
	display: inline;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 100;
}
.toolbar .right {
	float: right;
	height: 40px;
	display: inline;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 40px;
	margin-right: 10px;
}
.toolbar .right a{
	color: #FFFFFF;
	text-decoration: none;
}

.spacex {
	width: 100%;
	margin:  10px auto;
	height: 2px;
	background: url("../images/top-sep.png") repeat-x;
}

.footx {
	height: 140px;
	background: #909090;
}
.info {
	text-align: center;
	width: 100%;
	line-height: 20px;
	padding-top: 20px;
	margin: 0 auto;
	color: #FFFFFF;
}


#open {
	float:left;
	display:inline;
	line-height:30px;
	margin-left:20px;
}