/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 280px;
	height: 400px;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-left: 10px;
}
.slideshowContainer2 {
	/*	border: 1px solid #ccc;
*/	width: 320px;
	height: 245px;
	display: block;
	padding: 0px;
	float: right;
	margin-top: 42px;
	margin-right: 77px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.loading {
	background: url(imagedepot/gallery/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 3px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 3px;
}

.current img {
	border: 1px solid red;
	padding: 0px;
}

.outline {
	border: 1px solid #265980;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	
}

#thumbnailsContainer {
	left:451px;
	top:256px;
	width: 325px;
	height: 34px;
	z-index: 2;
	position: relative;
	text-align: center;
	background-image: url(imagedepot/bckgrnds/transp_white.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/*************************************************************/
