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

	SlideShow
	v 1.3

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

#project {
	float: left;
	width: 660px;
}
.slideshowContainer {
	background: #F1F7EB;
	margin: 0px 10px 5px;
	height: 300px;
	width: 635px;
	padding: 0px;
}.slideshowContainer img {
	margin: 0px;
	height: 300px;
	width: 635px;
	padding: 0px;
}

.loading {
	background: url(../img/nav/loader.gif) no-repeat center;filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	padding: 4px;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #F1F7EB;
	margin-bottom: 5px;
	margin-left: 5px;
}

a:hover.slideshowThumbnail img {
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 4px;	
}

.current img {
	padding: 4px;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #DFF5D6;
}

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

#thumbnails {
	width: auto;
	padding: 5px;
}
div#thumbnails p {
	color: #999999;
	margin-left: 20px;
}div#thumbnails p a{
	font-size: 11px;
	color: #999999;
}div#thumbnails p a:hover{
	font-size: 11px;
	color: #999999;
}

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