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

	SlideShow
	v 1.3

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

.slideshowContainer {
	margin:0 auto;
	height: 225px;
	margin-bottom: 0;
	background: transparent url(../images/photos/photo8.jpg) no-repeat;
	width:100%;
	
}
#thumbnailsContainer {
height:44px;
border-bottom:1px dotted #bbb;
	width:960px;
	margin:0 auto;
	background:#eee url(../images/thumbnail_bg.gif) repeat-x;
}
#thumbnails {

	padding:6px 0 0 0;
	border:0px solid #ddd;
	border-top:0;
	margin:0 auto;
	text-align:center;
	background:transparent;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
	background:#fff;
	height:100%;
	
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 2px;

}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 2px;
}

.current img {
	border: 1px solid red;
	padding: 2px;
}

.outline {
	border: 1px solid #ccc;
	z-index: 0;
	position: absolute;
}

#thumbnails a img{
	width: 108px;
		border: 1px solid #eee;
		


}

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

