
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/


#slideshowContainer {
	clear:left;
	width: 395px;
	height: 230px;
	margin:0;
	padding:0;
	border:0;
}

.loading {
	background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	
	margin-top:3px;
}

a:hover.slideshowThumbnail img {
	
	margin-top:3px;
}

.current img {

	margin-top:3px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
	
}

#thumbnails {
	width: 60px;
	height:autopx;
	float:right;
margin-top:-233px;
	
	padding:0;
	border:0;
}

/*************************************************************/


