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

	SlideShow
	v 1.3

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

.slideshowContainer {
	background: #191919;
	margin: auto;
	width: 450px;
	height: 460px;
	float:left;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	float:left;
	padding: 0px;
	margin: 0 0 11px 8px;
}

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

#thumbnails {
	float:right;
	width: 120px;
}

.controls {
	margin: auto;
	text-align: right;
}

.controls a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}

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