@charset "utf-8";
/* CSS Document */
*
{
	margin:0 auto;
	padding:0px;
}
body
{
	background:url(../images/topbg.gif) repeat-x #c0c0c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:left;
}
.odd1
{
	color:#FFFFFF;
	background:#FF0000;
}
.img1
{
	border:#494949 2px solid;
}
.menu
{
	background:url(../images/menu.jpg) repeat-x;
	color:#FFFFFF;
}
.odd
{
	background:#33CCFF;
	color:#666666;
}
.menu a
{	
	text-align:center;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:13px;
}
.menu a:hover
{	
	text-align:center;
	color:#f48221;
	text-decoration:none;
	font-size:13px;
}
.heading
{
	font-weight:bold;
	font-size:14px;
	color:#993300;
}
.top_bg
{
	background:#d92128;
	height:26px;
}
.content
{
	background:#FFFFFF;
	color:#000000;
	padding:10px 15px;
	line-height:1.7;
}
.text
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.footer
{
	background:#1379c0;
	color:#f2f2f2;
	font-size:11px;
}
.footer_link
{
	color:#f2f2f2;
	text-decoration:underline;
}


.slideshowContainer {
	border: 1px solid #000;
	width: 640px;
	height: 426px;
	margin-bottom: 5px;
}
#thumbnails a
{
	color:#000000;
	text-decoration:none;
}

#container {
	width: 800px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}	
.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}


