
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 0px solid #ccc;
	width: 420px;
	height: 250px;
	
}

#gallery2{
	border:#336699 1px dotted;
	
	padding:10px;
	width:420px;
	height:250px;
	margin-bottom: 5px;
}

.loading {
	background: url(images/gallery/loading.gif) center no-repeat;
}

.slideshowThumbnail,.slideshowThumbnail:hover {
	outline: none;
	border:none;
}

.slideshowThumbnail img {
	border: 1px dotted #336699;
	padding: 10px;
	margin-bottom:10px;
}
.slideshowThumbnail#lastImg img { 	margin-bottom:0px; }

a:hover.slideshowThumbnail img {
	border: 1px solid #CC8800;
	padding: 10px;
}

.current img {
	border: 1px solid red;
	padding: 10px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 130px;
	float:right;

}




/*************************************************************/


