

/* DIVS - hotel pages */

#hotel_introbox {
	width:573px;
	height:auto;
	padding: 20px;
	float:left;
	clear:both;
	overflow: visible;
}

#hotel_gallerybox {
	width:142px;
	height:auto;
	background: url(images/bg_galleries.gif) top right no-repeat;
	float:left;
}

#hotel_gallerybox_all {
	width:700px;
	height:auto;
	background: url(images/bg_galleries_2.gif) top right no-repeat;
	float:left;
}

#hotel_facilities {
		width:755px;
		height:auto;
		float:left;
		clear:both;
}

#facilities_1 {
	width:221px;
	height:auto;
	float:left;
	clear:both;
	padding:20px;
}

#facilities_2 {
	width:210px;
	height:auto;
	float:left;
	padding:20px;
}

#facilities_3 {
	width:204px;
	height:auto;
	float:left;
	padding:20px;
}

#hotel_location {
	width:755px;
	height:181px;
	background: url(images/bg_hotel_location.gif) top left no-repeat;
	float:left;
	clear:both;
}

#location_1 {
	width:153px;
	height:auto;
	float:left;
	clear:both;
	padding-top:28px;
	padding-left:40px;
}

#location_2 {
	width:277px;
	height:auto;
	float:left;
	padding-top:28px;
}

#location_3 {
	width:285px;
	height:auto;
	float:left;
	padding-top:28px;
}

#hotel_ebrochure {
	width:735px;
	height:56px;
	background: #0074ce url(images/bg_hotel_ebrochure.gif) no-repeat;
	padding-left:20px;
	padding-top:11px;
	float:left;
	clear:both;
}


/* jQuery lightBox plugin - Gallery style */

#gallery {
		padding-top: 10px;
		padding-left:28px;
		margin:0px;
		width: auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	
#gallery ul { 
	list-style: none;
	margin-left:0px;
}

#gallery ul li { 
	display: inline;
 }
 

#gallery ul img {
		border: 3px solid #031867;
		border-width: 3px 3px 3px;
		margin:8px;
	}
	

#gallery ul a:hover img {
		border: 3px solid #0074ce;
		border-width: 3px 3px 3px;
		color: #494949;
	}
	
#gallery ul img.viewmore {
		border: 0px;
	}
#gallery ul a:hover img.viewmore {
		border: 0px;
	}
#gallery ul a:hover { color: #1f1e1c; }

#gallery2 {
		margin:0px;
		width: auto;
	}
	
	#gallery2 ul li { 
	display: inline;
 }

#gallery2 ul img {
		border: 2px solid #031867;
	}
	

#gallery2 ul a:hover img {
		border: 2px solid #0074ce;
		color: #494949;
	}


.hotel_title_bar {
	width:755px;
	height:20px;
	background-color:#040b26;
	padding-top:5px;
	float:left;
	clear:both;
	overflow:visible;
}

.hotel_subtitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}

.hotel_box_contacts {
	width:715px;
	height:auto;
	padding:20px;
	float:left;
	clear:both;
	overflow:visible;
}