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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 240px;
	height: 190px;
	margin-bottom: 20px;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
}

a:hover.slideshowThumbnail img {
}

.current img {
}

.outline {
}

#thumbnails {
	display:none;
}

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

