
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
overflow:hidden;
	width: 1000px;
	height: 450px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin:auto;
	/*border: 30px;
	border:3px solid #060000; */
}

.loading {
/*	
	background: url(../images/loading.gif) center no-repeat;
*/
}
.slideshowContainer2 {
	/*width: 483px;
	height: 210px;
	
	margin-bottom: 5px;
	margin-top: 5px;
	
	margin:auto;
	border:1px solid #4c0000;*/
}

.loading {
/*	
	background: url(../images/loading.gif) center no-repeat;
*/
}
.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 3px solid #060000;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 3px solid #060000;
	padding: 4px;
}

.current img {
	border: 3px solid red;
	padding: 5px;
}

.outline {
	border: 3px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

