@charset "UTF-8";
#ImageSlideShow {
	opacity: 1;
	filter:alpha(opacity=100);
	position: absolute;
	top: 150px;
	margin-left: 50px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #540606;
	margin-top: 0px;
}
#transparentBox {
	background-repeat: no-repeat;
	background-position: center center;
	width: 900px;
	margin-right: auto;
	opacity: .95;
	filter: alpha(opacity=95);
	position: relative;
	margin-top: 0px;
	margin-left: auto;
}
.next  {
	float: right;
	background-color: #e1cccf;
	text-decoration: none;
	color: #540606;
	text-transform: uppercase;
	line-height: 35px;
	padding-right: 10px;
	padding-left: 10px;
}
.previous  {
	float: left;
	display: block;
	line-height: 35px;
	text-decoration: none;
	color: #540606;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E1CCCF;
}
#mainContent  a.previous:hover , #mainContent a.next:hover{
	color: #E7D6D8;
	background-color: #540606;
}
#mainContent {
	width: 800px;
	margin-right: 50px;
	margin-left: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	top: 450px;
}
#header {
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	top: 9px;
	width: 890px;
	padding-right: 0px;
	padding-left: 10px;
	height: 80px;
	padding-top: 15px;
	background-color: #D9C0C4;
}
#header ul {
	display: block;
	float: right;
	width: 550px;
	list-style-type: none;
	right: 0px;
	top: 15px;
	position: absolute;
	left: 330px;
}
#header li a:hover {
	background-color: #fff;
	opacity: .8;
}
#header ul li {
	display: block;
	float: left;
	text-align: center;
}
#header li a   {
	display: block;
	line-height: 35px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color: #540606;
	margin-right: 0px;
	margin-left: 5px;
}
#footer {
	position: absolute;
	text-align: center;
	width: 900px;
	font-size: 0.8em;
}
.thumb {
	border: 1px solid #540606;
	margin-left: 4px;
}

