/*{
	margin:0;
	padding:0;
}*/

#overlay{
	position:relative;
	top:0px;
	left:350px;
	width:100%;
	height:100%;
	background: #000;
	display:none;
	opacity:0;	
}
#thumbContainter{
	position:fixed;
	top:150px;
	left:30px;
	bottom:0px;
	margin:0;
	width:175px;
	padding:0 10px;

}
#thumbScroller{
	position:relative;

	
	overflow:hidden;
	left:-180px;
}
#thumbScroller .container{
	position:relative;
	top:100;
	float:left;
}
#thumbScroller .content{
	clear:both;
	float:left;
}
#thumbScroller .content div{
	padding:2px;

	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
{	left:350px;

	}
.pg_content .pg_description div{
position:relative;
float:down;
top:0px;
left:350;

	display:none;
}
.pg_title h1{
	display:none;
	left:350px;
	top:-50px;/*25*/
	padding:10px 20px;
	color:#000;
	font-weight:bold;
}
img.pg_thumb{

	display:none;
	
}
img#pg_large{
}
img.pg_thumb,
img#pg_large{
	top:25px;
	left:350px;
	padding:10px;
	cursor:pointer;
	
	position: relative;
}
.pg_description h2{
	color:#000;
	font-size:22px;
	margin-bottom:10px;
	padding:5px;
	left:350px;
}
.pg_description p{
	font-size:14px;
	width:500px;
	padding:10px;
	overflow:hidden;
	text-shadow:0px 0px 1px #000;
	color:#000;
	left:350px;
}
#pg_desc1 div{
	position:relative;
	left:350px;
	margin:50px;
}
#pg_desc2 div{
	position:relative;
	left:350px;
}
img.Show {

padding:1px;
 border: 1px solid #021a40" ;
 }