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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 0px solid #ccc;
	width: 550px;
	height: 254px;
	margin-bottom: 0px; 
	float:center;
	text-align:center;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 2px solid black;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	border: 2px solid red;
	padding: 0px;
}

.current img {
	border: 2px solid red;
	padding: 0px;
}

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

#thumbnails {
 
text-align:center;
vertical-align:middle;
width:550px;
padding-top:10px;

}

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

