/* 代码整理：易站站长网 www.yizhanzzw.com */
*{
	margin:0;
	padding:0;
}
h1.title {
	position:absolute;
	right:20px;
	top:0px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:56px;
	color:#fff;
	background:transparent url(../images/bg.png) repeat top left;
	padding:0px 15px 10px 15px;
}
h1.title span {
	font-size:14px;
	display:block;
}
span.reference {
	font-family:Arial;
	position:fixed;
	right:10px;
	bottom:10px;
	font-size:10px;
}
span.reference a {
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:20px;
}
body {
	background: #564c4c url(../images/webtreats2.jpg) repeat top left;
	font-family:"Trebuchet MS", "Myriad Pro", Helvetica, sans-serif;
	font-size:12px;
	color: #111;
	overflow-x:hidden;
}
#overlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #000;
	display:none;
	opacity:0.9;
}
#thumbContainter {
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	margin:0;
	width:175px;
	padding:0 10px;
	background:transparent url(../images/bg.png) repeat top left;
	border-right:1px solid #f0f0f0;
	-moz-box-shadow:-2px 0px 10px #000 inset;
	-webkit-box-shadow:-2px 0px 10px #000 inset;
	box-shadow:-2px 0px 10px #000 inset;
}
#thumbScroller {
	position:relative;
	height:600px;
	overflow:hidden;
	left:-180px;
}
#thumbScroller .container {
	position:relative;
	top:0;
	float:left;
}
#thumbScroller .content {
	clear:both;
	float:left;
}
#thumbScroller .content div {
	padding:2px;
	height:100%;
	float:left;
}
#thumbScroller .content a {
	outline:none;
}
#thumbScroller img {
	border:5px solid #000;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
}
img.pg_thumb, img#pg_large, .pg_title h1, .yizhanzzw .pg_description div {
	position:absolute;
}
.yizhanzzw .pg_description div {
	display:none;
}
.pg_title h1 {
	display:none;
	left:250px;
	top:-50px;/*25*/
	background:transparent url(../images/bg.png) repeat top left;
	padding:10px 20px;
	color:#fff;
	font-weight:bold;
}
img.pg_thumb {
	display:none;
}
img#pg_large {
	z-index:9999;
}
img.pg_thumb, img#pg_large {
	top:90px;
	left:250px;
	padding:10px;
	background:transparent url(../images/bg.png) repeat top left;
	cursor:pointer;
}
.pg_description h2 {
	color:#000;
	font-size:22px;
	margin-bottom:10px;
	background:transparent url(../images/bg2.png) repeat top left;
	padding:5px;
}
.pg_description p {
	font-size:14px;
	width:500px;
	padding:10px;
	overflow:hidden;
	text-shadow:0px 0px 1px #fff;
	background:transparent url(../images/bg.png) repeat top left;
	color:#fff;
}
#pg_desc1 div {
	top:420px;
	left:205px;
}
#pg_desc2 div {
	top:560px;
	left:295px;
}
/* 代码整理：易站站长网 www.yizhanzzw.com */