body
{
	background-color: #000000;
	color: #ffffff;
}
#container
{
	position: relative;
	width: 800px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
}
#slideShowBackground
{
	position: absolute;
	top: 0;
	left: 0;
}
#slideShowOverlay
{
	position: absolute;
	top: 0;
	right: 0;
}
#outer_container
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 790px;
	height: 630px;
	margin:0;
	padding:0;
}
#menu
{
	position: absolute;
	top: 0;
	right: 11px;
}
#menu li
{
	list-style: none;
	float: left;
	margin:0;
	margin-left: 3px;
	height: 20px;
	line-height:20px;
	background-color: #333333;
	font-weight:bold;
}
#menu li a
{
	font-family: "Times New Roman", "Times Roman", times, serif;
	font-size: 11px;
	display: block;
	padding:0;
	padding-left:1.5em;
	padding-right:1.5em;
	text-decoration: none; 
	color: #ffffff;
	border: 1px solid #ebc8e0;
	border-bottom: 0;
}
#menu li a:hover
{
	color: #ebc8e0;
	text-decoration: none; 
}
#content_container
{
	position: absolute;
	top: 37px;
	left: 15px;
	border: 1px solid #ebc8e0;
	height: 580px;
	width: 762px;
}
#content_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 254px;
	height: 580px;
	background-image: url(../images/background-trans.png);
	background-repeat: repeat;
}
#content
{
	position: absolute;
	top: 15px;
	left: 20px;
	width: 214px;
	height: 545px;
	font-size: 13px;
	font-family: "Times New Roman", "Times Roman", times, serif;
	font-weight: bold;
}
#content a
{
	text-decoration: none;
	font-size: 13px;
	font-family: "Times New Roman", "Times Roman", times, serif;
	font-weight: bold;
	color: #ffffff;
}
#content a:hover
{
	text-decoration: underline;
}
#gallery
{
	width:750px;
	height:440px;
	position:relative;
}
#gallery ul
{
	list-style:none;
	padding:8px;
	margin:0;
	width:200px;
	float:left;
	height:438px;
	overflow:auto;
}
#gallery ul li
{
	display:inline;
	width:50px;
	height:50px;
	float:left;
	margin:0 7px 7px 0;
	border:1px solid #ebc8e0;
	cursor:pointer;
}
#gallery ul li img
{
	display:block;
	width:50px;
	height:50px;
}
#gallery ul li span
{
	display:none;
	position:absolute;
	left:255px;
	top:415px;
	width:465px;
	font-size: 13px;
	font-family: "Times New Roman", "Times Roman", times, serif;
	color:#ffffff;
	background-color: #000000;
	line-height:15px;
	text-align:center;
	font-weight: bold;
}
/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default
{
	margin:5px auto 0 auto;
	width:320px;
	height:240px;
	border:1px solid #ffffff;
}

#gallery ul li.off
{
	display:none;
}
#gallery ul li.click
{
	border-color:#ffffff;
	background:#f8f8f8;
	cursor:default;
}
#gallery ul li.click i
{
	position:absolute;
	left:215px;
	top:-75px;
	width:545px;
	height:355px;
}
#gallery ul li.click i img
{
	margin:5px auto 0 auto;
	width:auto;
	height:auto;
	border:1px solid #ffffff;
}
#gallery ul li.click span
{
	display:block;
}

