*{
	margin:0;
	padding:0;
}
body{
	background: #564c4c url(../images/port-bg.jpg) no-repeat top left;
	font-family:'Comic Sans MS', 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(../bg.png) repeat top left;
	border-right:1px solid #f0f0f0;
	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;
	box-shadow:0px 0px 2px #000;
}
img.pg_thumb,
img.pg_thumb2,
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*/
	text-decoration:underline;
	font-family:'Comic Sans MS', sans-serif;
	text-shadow: 2px 2px 1px #000000;
	padding:0px 10px;
	color:#ffff00;
	font-size:20px;
	font-weight:bold;
}
img.pg_thumb{
	display:none;
}
img.pg_thumb2{
	display:none;
}
img#pg_large{
	z-index:9999;
}
img.pg_thumb,
img.pg_thumb2,
img#pg_large{
	top:55px;
	left:250px;
	padding:10px;
	background:transparent url(../bg.png) repeat top left;
	cursor:pointer;
}
.pg_description h2{
	color:#000;
	font-size:18px;
	margin-bottom:0px;
	background:transparent url(../bg2.png) repeat top left;
	padding:5px;
}
.pg_description p{
	font-size:12px;
	width:275px;
	padding:5px;
	font-weight:normal;
	overflow:hidden;
	text-shadow:0px 0px 1px #fff;
	background:transparent url(../bg.png) repeat top left;
	color:#fff;
}
#pg_desc1 div{
	top:55px;
	left:520px;
}
#pg_desc2 div{
	top:168px;
	left:520px;
}
a.stlink {
	color: #ffff00;
	text-decoration: none;
}
a.stlink:hover {
	color: #689ef7;
	text-decoration: underline;
}