
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/


/* main wrap*/
.sliderWrap{
width:100%;
background-color:#400d11;
height:300px;
padding:4px 0px;
margin:60px 0 80px 0;
}


/*large img wrap*/
.slideshowContainer {
	border: 0px;
	width: 445px;
	height: 300px;
	margin-left:4px;
	float:left;
}
/* thumbnail container*/
#thumbnails{
float:right;
width:228px;
height:298px;
background-color:#400d11;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;

}

.slideshowThumbnail img {
	border:1px solid #000;
	float:left;
	width:104px;
	margin:0 4px 6px 4px;
	

}

.outline {
	border: 1px solid #d5a690;
	z-index: 0;
	position: absolute;
}


/*
a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 0px;
		float:left;
}

.current img {
	border: 10px solid red;
	padding: 0px;
		float:left;
}



#thumbnails {
	width: 130px;
	float: left;
}

*/
/* new styles*/
/*
img.mainGal{
float:left;
width:280px;
}
a.thumb img{
padding: 5px;
border:5px solid #400d11;
}

.sliderWrap{
margin:0 auto;
/*margin-left:5px;
float:left;
width:455px;*/
/*
}
.galLogo{
display:none;
float:right;
height:455px;
width:200px;
background-image:url(../img/photologo.jpg);
background-repeat:no-repeat;
background-position:center;
background-color:#521b1e;
border:6px solid #400d11;
}
#thumbnails{
width:10px;
background-color:#66CC00;}
*/
/*************************************************************/

