*{
	margin:0;
	padding:0;
}
body{

	overflow-x:hidden;
}
#overlay{
	position:fixed;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;
	background: #000;
	display:none;
	opacity:0.9;	
}
#thumbContainer{float:left;margin-top:90px;margin-left:0px;}
#billy_clip2 { 
	width: 190px; 
	position: relative; /* For IE */
	overflow: hidden;
	height: 400px;
	z-index:100;
}
#thumbContainter{
	position:fixed;
	right:0px;
	top:30px;
	margin:0;
	width:900px;
	height:150px;
	padding:0 10px;
	background:#fff;
	border-right:1px solid #f0f0f0;
}
#thumbScroller{
	position:relative;
	height:100px;
	overflow:hidden;
	right:-180px;
}
#thumbScroller .container{
	position:relative;
	top:0;
	float:left;
}
#thumbScroller .content{

	margin-left:2px;
}
#thumbScroller .content div{
	padding:2px;
	height:100%;

}
#thumbScroller .content a{
	outline:none;
}
#thumbScroller img{

}
img.pg_thumb,
img#pg_large,
.pg_title p,
.pg_content .pg_description div
{
	position:absolute;
}
.pg_content .pg_description div{
	display:none;
}
.pg_title p{
	display:none;
	left:229px;
	top:-225px;/*25*/
	padding:10px 20px;
	color:#990033;
	font-size:14px;
}
p{
	color:#990033;
}
img.pg_thumb{
	display:none;
}
img#pg_large{
	z-index:9999;
}
img.pg_thumb,
img#pg_large{
	top:90px;
	left:150px;
	padding:1px;
	background:transparent url(../bg3.png) repeat top left;
	cursor:pointer;
}
.pg_description h2{
	color:#000;
	font-size:22px;
	margin-bottom:10px;
	background:transparent url(../bg3.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(../bg3.png) repeat top left;
	color:#990033;
}
#pg_desc1 div{
	top:240px;
	left:2000px;
}
#pg_desc2 div{
	top:560px;
	left:120px;
}