/* This file is used by the image galleries (/hotels/.../*_images.html). */
#container
{
	width: 510px; 
	height: 348px;
}
#container2
{
	width: 510px; 
	height: 348px;
	margin: 0px;
	padding: 0px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}
#leftDiv
{
	width: 330px;
	height: 320px;
	float: left;
}
#headerDiv
{
	height: 25px;
	margin: 0em;
	margin-left: 10px;
	/*background: #000;
	border-bottom: 1px #fff solid;*/
	width: 500px; 
	padding: 0em;
	display: block;
}
#bodyDiv
{
	padding: 0em;
	margin: 0em;
	width: 500px; 
	height: 323px; 
	/*float: left;
	background: #666;*/
	margin-left: 10px;

}

#rightDiv
{
	width: 160px;
	height: 360px;
	margin: 0px;
	float: right;
}
#navGallery
{
	height: 25px;
	margin: 0px;
	float: left;
	margin-right: -10px;
	
}
#photos
{
	height: 300px; 
	overflow: auto; 
	background: #efe9dd; 
	width: 160px; 
	font-size: 11px; 
	font-family: Arial;
	color: #666;
	margin: 0;
	padding: 0;
}

#photos a
{
	color: #187BE5;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}

#slideshow a:visited{
	color: #187BE5;
	}

#photos ul, #photos ul li ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#photos ul li
{
	padding-left: 5px;
}
#title
{
float: left; 
width: 340px;
height: 25px;
border-bottom: 1px solid #e16b46;
}

.hotelTitle
{
color: #123a81; 
font-family: Arial; 
font-size: 11px; 
font-weight: bolder; 
margin-top: 4px;
padding-bottom: 6px;
text-transform: uppercase;
}

#blurbarea {
	margin-left: 10px;
}
