#menu {
	width: 1000px;
	height: 110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#gallery {
	width:1000px;
	height:605px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
#gallery ul {
	list-style:none;
	padding:5px;
	margin:0;
	float:right;
	overflow:auto;
	width: 300px;
	clear: both;
}
#gallery ul li {
	display:inline;
	width:50px;
	height:45px;
	float:left;
	margin:0 4px 4px 0;
	border:1px solid #444;
	cursor:pointer;
}

#gallery ul li img {
	display:block;
	width:50px;
	height:45px;
}
#gallery ul li span {
	display:none;
	position:absolute;
	top:450px;
	width:640px;
	font-family:verdana, arial, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	line-height:15px;
	text-align:justify;
	left: 5px;
	height: 140px;
	background-color: #3D2D13;
}
#gallery ul li span b {
	color:#FFF;
}

#gallery ul li.default {
	width:0;
	height:0;
	border:0;
	margin: 0px;
	padding: 0px;
}
#gallery ul .default li {
	display: none;
}

#gallery ul li.default i {
	position:absolute;
	left:0;
	top:10px;
	width:605px;
	height:410px;
	background-color: #3D2D13;
}


#gallery ul li.default i img {
	margin:0 auto 0 auto;
	width:auto;
	height:auto;
	background-color: #3D2D13;
}


#gallery ul li.off {display:none;}
#gallery ul li:hover {
	background-image: url(../images/image_hover.jpg);
}

#gallery ul li:hover i {
	position:absolute;
	left:0px;
	top:10px;
	width:605px;
	height:410px;
	background-color: #3D2D13;
}

#gallery ul li:hover i img {
	margin:0 auto 0 auto;
	width:auto;
	height:auto;
		background-color: #3D2D13;
}

#gallery ul li.default span,
#gallery ul li:hover span {
	display:block;
	background-color: #3D2D13;
}
#gallery .port {
	position:absolute;
	left:722px;
	top:450px;
	width:278px;
	text-align:justify;
}


#gallery .port img {

}


#gallery .headers {
	list-style:none;
	padding:5px;
	margin:0;
	float:right;
	overflow:auto;
	width: 300px;
	clear: both;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;

}
#gallery .continue {
	list-style:none;
	padding:5px;
	margin:0;
	float:right;
	overflow:auto;
	width: 350px;
	clear: both;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	position: absolute;
	top: 365px;
	right: 0px;
}

.footer {
	text-align: center;
	height: 50px;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
body {
	background-image: url(../images/gallerybackground.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #3D2D13;
	background-repeat: repeat-x;
}
.menu {	width: 1000px;
	height: 94px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#gallery .youtube {
	float: left;
}
.slideshow {
	float: right;
}
#left {
	float: left;
	width: 640px;
}
#right {
	float: left;
	margin-left: 75px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#right p a {
	color: #FFF;
	text-decoration: none;
}
#right p a:hover {
	color: #FFF;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}

