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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #ccc;
	width: 735px;
	height: 550px;
	z-index:2;
	margin:auto;
    *height: 540px;

}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	/*border: 1px solid white;*/
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	padding: 4px;
}

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

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

#thumbnails {
	width: 735px;
	height: 70px;
	float: left;
	text-align:left;
	margin-top:7px;
	position:absolute;
	z-index:80;
	padding-left:10px;

}
#overlay{
	width: 733px;
	height: 90px;
	padding: 0px;
	background: rgb(0, 0, 0) none repeat scroll 0% 0%;
	cursor: pointer;
	display: block; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	opacity: 0.5;  
	filter: alpha(opacity=50);
	position:relative;
	z-index: 70; 
	margin:-90px auto -90px 2px;
    *margin:-80px auto;
    *height:80px;

}

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