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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 0px solid #ccc;
	width: 510px;
	height: 510px;
	line-height:510px;
	display:block;
	float:left;
	text-align:center;
	vertical-align:middle;
	background:#FFF;
	display: table-cell;	
}

.loading {

}

.slideshowThumbnail {
	outline: none;
	width:90px;
	height:90px;
	display:block;
	text-align:center;
	vertical-align:middle;
	line-height:90px;
	float:left;
	margin:5px 0 0 5px;
	display: table-cell;	
}

.slideshowThumbnail img {
}

a:hover.slideshowThumbnail img {
}

.current img {
}

.outline {
	z-index: 0;
}

#thumbnails {
	width: 220px;
	float: left;
}

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

