@charset "utf-8";

#slide_show_wrapper {
	width:775px;
	border: 0px solid #000;
	text-align:left;
	background-color: #000000;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.show_title {
	font-size:12px;
	text-decoration:none;
	color:#00FFFF;
	text-align: center;
}
#image_display {
	color:#333333;
	margin-top:5px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	height: auto;
	width: 535px;
	padding-left: 5px;
	background-color: #CCCCCC;
}
#image_display img {
	padding:6px;
	background-color: #000000;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#show_nav {
	color:#FFFFFF;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#show_nav td {
	color:#FFFFFF;
	margin-top:9px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#show_nav a {
	text-decoration: underline;
	color: #FFFFFF;
}
#show_nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.image_title {
	display:block;
	font-size:10px;
	color:#CC0000;
	border:0px;
}
#thumbnails {
	width: 225px;
	float: left;
	font-size: small;
	margin: 2px;
	padding-top: 41px;
	text-align: center;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #CCCCCC;
	vertical-align: top;
}
#thumbnails img {
	border: 1px solid #CCCCCC;
	margin: 2px;
}
#thumbnails img a {
	border:1px solid #CCCCCC;
	margin: 2px;
}
#bottom_nav {
	margin-top: 1px;
	color: #CCFF00;
	clear: both;
}
#bottom_nav  a {
	margin-top: 1px;
	color: #CCFF00;
	text-decoration: underline;
}

#bottom_nav  a:hover {
	margin-top: 1px;
	color: #CCFF00;
	text-decoration: underline;
}

