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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 808px;
	height: 323px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail img {
	float: left;
	border: 1px solid #c6c5c6;
	margin-right: 7px;
}

.slideshowThumbnail a {
	float: left;
}

a:hover.slideshowThumbnail img {
}




#wrapper { 	width: 201px; overflow: hidden;  float: left; height: 40px; position: relative; }
#thumbnails {
position: absolute;
width: 1200px;
	/*width: 130px;
	float: left;*/
}


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

