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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 357px;
	height: 533px;
	float:left;
	margin:20px;
	display:block;
	overflow:hidden;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
}

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

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

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

#thumbnails {
	margin-top:30px;
	display:block;
	overflow:hidden;
	width:375px;
}

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

