@charset "UTF-8";

/* CSS Document */

.clear { clear: both }

#slideshow {
	width: 650px;
	margin: 0 auto;
	overflow: hidden;
}

#catLinks {
	border-bottom: 1px solid #ccc;
	color: #ccc;
	padding-bottom: 10px;
}

.catLink {
	color: #999 !important;
	text-decoration: none !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
	font-weight: bold !important;
	font-size: 11px !important;
}

.catLink:hover,
.catLink.active{
	color: #666 !important;
	text-decoration: underline !important;
}

#main {
	width: 591px;
	height: 320px;
	margin: 10px auto 0;
}

.button {
	width: 23px;
	height: 320px;
	background: #FFF url(nav_arrows.png) no-repeat;
}

.button.left {
	float: left;
	margin-right: 2px;
	background-position: 0 160px;
}

.button.right {
	float: left;
	margin-left: 2px;
	background-position: -23px 160px;
}

#viewport {
	width: 540px;
	height: 100%;
	float:left;
	position: relative;
	overflow: hidden;
}

#slideContainer {
	height: 320px;
	position: absolute;
	left: 0;
}

.slide {
	width: 540px;
	height: 320px;
	float: left;
}

.description {
	width: 100%;
	height: 40px;
	padding: 5px;
	position: absolute;
	top: 280px;
	background-color: #000;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	-moz-opacity: .5;
	opacity: .5;
	filter:alpha(opacity=50);
}

.description p {
	margin: 0;
	color: #FFF !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
	font-weight: bold !important;
	font-size: 11px !important;
}

#thumbnails {
	width: 539px;
	margin: 5px auto;
}

.thumb {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #000;
	-moz-opacity: .5;
	opacity: .5;
	filter:alpha(opacity=50);
}

.thumb:hover {
	-moz-opacity: 1;
	opacity: 1;
	filter:alpha(opacity=100);
}

