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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 480px;
	margin-bottom: 5px;
	text-align:center
}
.slideshowContainer img{

}

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

.slideshowThumbnail {
	float: left;
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 6px;
	margin-right:6px;
	margin-bottom:8px;
	height:66px;
}

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

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

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

#thumbnails {
	text-align:center;
	width: 500px;
	float: left;
	
}

#thumbnails a{
color:#999;font-size:12px;font-weight:bold;text-decoration:none
}

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


