
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 820px;
	height: 526px;
/*	background: url(../images/main-photo-bg.png) repeat-y;
*/	text-align: center;
}

.slideshowContainer img {
/*	padding: 20px;*/
	border: 4px solid #151515;
}

.loading {
	
}

.img_span {
/*	border: 4px solid red;
*/}









#thumbnails {
	width: 805px;
	padding-left: 15px;
}

.slideshowThumbnail {
	outline: none;
	padding: 10px 0px;
	margin: 0 -1px -1px 0;
}

.slideshowThumbnail img {
	padding: 5px;
	background: url(../images/gallery-thumbnail-bg.png);
}

a:hover.slideshowThumbnail img {
	border: 4px solid #fff;
	padding: 1px;
}

.current img {
	border: 4px solid #fff;
	padding: 1px;
}

.outline img {
	border: 4px solid #fff;
	padding: 1px;
/*	z-index: 0;
	position: absolute;
*/}


#slideshow-controls-wrap {
	width: 820px;
/*	background: url(../images/main-photo-bottom.png) no-repeat;
*/	text-align: center;
	font-weight: bold;
	margin: 0 auto 20px;
	height: 30px;
}

#slideshow-controls-wrap #slideshow-controls {
	background-color: #121212;
	height: 30px;
	width: 52px;
	margin: 0 auto;
	padding: 5px 4px 1px 9px;
}

#slideshow-controls #slideshow-cont-play, #slideshow-controls #slideshow-cont-stop {
	width: 18px;
	height: 19px;
	margin: auto;
	padding: 3px;
	cursor: pointer;
	text-align: center;
	float: left;
	font-size: 1px;
	text-indent: -999999px;
	display: block;
}

#slideshow-controls #slideshow-cont-play {
	background: url('../images/gallery-controls-play-bright.png') no-repeat 0px 0px;
}

#slideshow-controls #slideshow-cont-stop {
	background: url('../images/gallery-controls-pause-bright.png') no-repeat 0px 0px;
}

.slideshow-playing-btn {
	background: url('../images/gallery-controls-play-dull.png') no-repeat 0px 0px !important;
}

.slideshow-paused-btn {
	background: url('../images/gallery-controls-pause-dull.png') no-repeat 0px 0px !important;
}

/*************************************************************/


