
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 770px;
	height: 225px;
}

.loading {
	background: url(../img/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
}

a:hover.slideshowThumbnail img {
	
}

.current img {

}

.outline {
	z-index: 0;
	position: absolute;
	background: url(../img/bg_slider.png) no-repeat center bottom;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

