body {
	background: #4e6380;
}
#header {
	height: 158px;
	padding: 18px 0;
	background: #333;
}
.slideshow {
	float: left;
	width: 236px;
	height: 158px;
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
	width: 236px;
	height: 158px;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	border: 0;
	z-index: 1;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
ul#navbot li#n2 a, ul#navbot li#n2 a:hover {
	color: #fff;
	background: #4e6380 url(../images/menu-cursor.png) no-repeat center -80px;
}
#content table {
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
}
#content table tr {
	vertical-align: top;
}
#content table tr td {
	width: 31%;
	padding: 0 2% 20px 0;
	font-size: 12px;
}
#footer #booking ol li button {
	background-color: #4e6380;
}
