
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 270px;
	height:200px;
	margin-bottom: 5px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {


	float:left;
}

a:hover.slideshowThumbnail img {

	
}

.current img {


}

.outline {

	z-index: 0;
	position: absolute;
}

#thumbnails {
	width:270px;


}

#thumbnails li{
	padding:5px;
	width: 55px;
	height: 65px;
	list-style-image:none;
	float:left;
	list-style:none;
	list-style-type:none;
	
}

/*************************************************************/

