#controls-wrapper
{
	background: url(../images/nav-bg.png) repeat-x;
	bottom: 0px;
	height: 42px;
	left: 0;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	z-index: 4;
}
#controls
{
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: left;
	z-index: 5;
}
#slidecounter
{
	color: #af000c;
	float: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
#slidecaption
{
	color: #bebebe;
	float: left;
	font: 10px Arial, sans-serif;
	font-weight: bold;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 3px;
}
#navigation
{
	float: right;
	margin: 0px 20px 0 0;
}
#play-button
{
	background: url('../images/pause-inactive.png') repeat-x 0 44px;
}
#play-button:hover
{
	cursor: pointer;
}
#prevslide, #nextslide
{
	height: 170px;
	margin-top: -85px;
	opacity: 0.9;
	position: absolute;
	top: 50%;
	width: 42px;
}
#prevslide
{
	background: url('../images/back.png');
	left: 0px;
}
#nextslide
{
	background: url('../images/forward.png');
	right: 0px;
}
#prevslide:active, #nextslide:active
{
	margin-top: -85px;
}
#prevslide:hover, #nextslide:hover
{
	cursor: pointer;
}
ul#slide-list
{
	float: left;
	left: 50%;
	padding: 15px 0;
	position: absolute;
}
ul#slide-list li
{
	float: left;
	height: 12px;
	list-style: none;
	margin: 0 5px 0 0;
	width: 12px;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover
{
	background-position: 0 0px;
}
ul#slide-list li a
{
	background: url('../images/nav-dot.png') no-repeat 0 -24px;
	display: block;
	height: 12px;
	width: 12px;
}
ul#slide-list li a:hover
{
	background-position: 0 -12px;
	cursor: pointer;
}
#tray-button
{
	background: url('../images/bg-hover.png') repeat-x 0 44px;
	border-left: 1px solid #333;
	float: right;
	margin-top: 1px;
}
#tray-button:hover
{
	background-position: 0 1px;
	cursor: pointer;
}
#thumb-tray
{
	background: url(../images/bg-black.png);
	border-top: 2px solid #FFF;
	bottom: 0;
	height: 94px;
	left: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 3;
}
#thumb-back, #thumb-forward
{
	bottom: 0px;
	height: 94px;
	opacity: 0.9;
	position: absolute;
	width: 31px;
	z-index: 5;
}
#thumb-back
{
	background: url('../images/left-arrow-S-inactive.jpg') no-repeat center center;
	left: 0;
}
#thumb-forward
{
	background: url('../images/right-arrow-S-inactive.jpg') no-repeat center center;
	right: 0;
}
#thumb-back:hover
{
	background: url('../images/left-arrow-S-active.jpg');
}
#thumb-forward:hover
{
	background: url('../images/right-arrow-S-active.jpg');
}
ul#thumb-list
{
	display: inline-block;
	left: 0px;
	list-style: none;
	padding: 0 0px;
	position: relative;
}
ul#thumb-list li
{
	background: #111;
	display: inline;
	float: left;
	height: 94px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	width: 150px;
}
ul#thumb-list li img
{
	filter: alpha(opacity=60);
	height: auto;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity: 0.5;
	width: 200px;
}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img
{
	filter: alpha(opacity=100);
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
ul#thumb-list li:hover
{
	cursor: pointer;
}
ol, ul
{
	list-style: none;
	text-align: left;
}
#wrapper
{
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
#header-container
{
	width: 980px;
}
#header-logo
{
	float: left;
	height: 54px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	width: 73px;
}
#nav
{
	float: left;
	height: 14px;
	padding-bottom: 20px;
	padding-top: 60px;
	width: 560px;
}
#nav li a
{
	color: #d8d8d8;
	float: left;
	font-family: Arial;
	font-size: 14px;
	list-style: none;
	margin-right: 25px;
	text-decoration: none;
}
#nav li a:hover
{
	color: #565656;
	list-style: none;
}