
/**************************************************************

	SlideShow
	v 1.2

**************************************************************/


.slideshow {
	border: 1px solid #fff;
	/*background-color: #000;*/
	width: 400px;
	height: 400px;
	clear: both;
	
}

.loading {
	background: url(../img/graphics/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

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

a:hover.slideshowThumbnail img {
	border: 1px solid #dbd9da;
	padding: 5px;
	
}

.current img {
	border: 1px solid #353535;
	padding: 5px;
	background: transparent;
}

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

#thumbnails {
	width: 270px;
}



a.ref_legend:active  {
	color: #353535;
	text-decoration: underline;
}
a.ref_legend:visited  {
	color: #353535;
	text-decoration: underline;
}
a.ref_legend:hover  {
	color: #353535;
	text-decoration: none;
	outline: none;
}

a.ref_nav  {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a.ref_nav:active  {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a.ref_nav:visited  {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a.ref_nav:hover  {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #dbd9da;
	text-decoration: none;
}


body {
	font: normal 7px/12px Helvetica,Arial,Verdana,Sans-serif;
	background-color: #fff;
	color: #3F4345;
	text-align: center;
	margin-left : 0px;
	margin-top : 0px;
	padding-top : 20px;
	padding-left : 0px;
}

#container {
	width: 670px;
	margin: left;
	text-align: left;
	margin-bottom: 10px;
	margin-left : 10px;
}

.ref_legend {
	font: normal 11px/17px Verdana;
	color: #3F4345;
	text-align: left;
	text-decoration: none;
}

.ref_nav {
	font: normal 10px/20px arial;
	background-color: #3F4345;
	color: #fff;
	font-weight: bold;
	text-align: center;
}


/*************************************************************/


