
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/
#slideshow {
	overflow: hidden;
	position: relative;
	width: 195px;
	height: 176px;
}

#slideshow img {width:195px; height:176px;}


.slideshowContainer {
	width: 610px;
	height:286px;
	margin-bottom: 5px;
	margin-right:10px;
	float:left;
}

.loading {
	background: url(../img/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #f4f4f4;
	padding: 1px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #003B5A;
	padding: 1px;
}

.current img {
	border: 1px solid #F6A923;
	padding: 1px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/


