*{
	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{
	position:fixed;
	right:0px;
	bottom:0px;
	margin:0;
	width:700px;
	height:125px;
	padding:0 10px;

}
#thumbScroller{
	position:relative;
	height:100px;
	overflow:hidden;
	right:-180px;
}
#thumbScroller .container{
	position:relative;
	top:40px;
	float:left;
}
#thumbScroller .content{
	float:left;
	margin-left:6px;
}
#thumbScroller .content div{
	padding:2px;
	height:100%;
	float:left;
}
#thumbScroller .content a{
	outline:none;
}
#thumbScroller img{
	border-width:1px 1px 1px 1px;
	border-style: solid;
	border-color:#339933;
}
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:109px;
	top:-50px;/*25*/
	padding:10px 20px;
	color:#000;
	font-weight:normal;
}
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;
	cursor:pointer;
}
.pg_description h2{
	color:#000;
	font-size:22px;
	margin-bottom:10px;
	padding:5px;
}
.pg_description p{
	font-size:14px;
	width:500px;
	padding:10px;
	overflow:hidden;
	color:#000;
}
#pg_desc1 div{
	top:435px;
	left:1000px;
}
#pg_desc2 div{
	top:560px;
	left:120px;
	background:transparent;
}
.thumbhotel{
opacity:.70;
filter:alpha(opacity=70);
filter:"alpha(opacity=70)";
-ms-filter:"alpha(opacity=70)";
} 
.thumbhotel:hover{
opacity:1;
filter:alpha(opacity=100);
filter:"alpha(opacity=100)";
-ms-filter:"alpha(opacity=100)";
} 