*{
	margin:0;
	padding:0;
}
body{
	background: #564c4c url(../bg.jpg) repeat top left;
}
 a {
	text-decoration:none;
	color:#CC0066;
}

h2.title{
				position:absolute;
				right:20px;
				top:0px;
				font-weight:normal;
				font-size:36px;
				color:#fff;
				background:transparent url(bg.png) repeat top left;
				padding:0px 15px 10px 15px;
			}
			h2.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;
			}
p{ font-family: Arial, Helvetica, sans-serif; line-height:20px;}

#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:185px;
	padding:0 10px;
	/*background:transparent url(../bg.png) repeat top left;*/
	border-right:thin dashed #999;
	-moz-box-shadow:-2px 0px 10px #fff inset;
	-webkit-box-shadow:-2px 0px 10px #fff inset;
	box-shadow:-2px 0px 10px #fff inset;
}
#thumbScroller{
	position:relative;
	height:600px;
	overflow:hidden;
	left:-150px;
}
#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:thin dashed #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,
.pg_content .pg_description div
{
	position:absolute;
}
.pg_content .pg_description div{
	display:none;
}
.pg_title h1{
	display:none;
	left:250px;
	top:-50px;/*25*/
	/*background:transparent url(../bg.png) repeat top left;*/
	padding:10px 20px;
	color:#000;
	font-weight:bold;
}
a.pg_title h1{

color:#000000;}



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(../bg.png) repeat top left;*/
	cursor:pointer;
}
.pg_description h2{
	color:#000;
	font-size:22px;
	margin-bottom:10px;
	/*background:transparent url(../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(../bg.png) repeat top left;*/
	color:#000;
}
#pg_desc1 div{
	top:420px;
	left:205px;
}
#pg_desc2 div{
	top:560px;
	left:295px;
}
