
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.galleryContainer {
	width: 570px;
	height: 370px;
	margin-bottom: 5px;
	text-align: center;
	overflow: visible;
}

.loading {
	background: url(img/template/loading.gif) center no-repeat;
}

.thumbnailHolder
{
  	float: left;
	width: 100%;
}
.galleryThumbnails {
	outline: none;
}

.galleryThumbnails img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.galleryThumbnails img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #192f64;
	z-index: 0;
	position: absolute;
}

#thumbnails 
{
    visibility: hidden;
    height: 1px;
	/*width: 130px;
	float: left;*/
}

#thumbnails2
{
	width: 100%;
}

/*************************************************************/


