
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/
.galContainer
{
	width:475px;
	height: 300px; 
	border: 5px solid #ccc;
	background-color:#dfdfdf;
}
.imgContainer {
	border: 0px ;
	width: 475px;
	height: 300px;
	margin-bottom: 5px;
}

.loading {
	background: url(../UserFiles/images/loading.gif) center no-repeat;
}


.thumbWrapper img {
     background-color:#dfdfdf;
	 padding: 4px;
}

a:hover.thumbWrapper img {
	/*border: 1px solid #dcdcdc;
	padding: 4px;*/
	background-color:#fff;
}

.current img {
	background-color:#666666;
	padding: 5px;
}

.outline {
	border: none;	
	z-index:150;
	position: absolute;
}

/*************************************************************/


