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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 350px;
	height: 350px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail {
	outline: none;
	visibility:hidden;
	height:1px;

}

.slideshowThumbnail img {
	padding: 2px;
	
}

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

.current img {
	padding: 5px;
}

a {
	color: #607293;
	text-decoration: none;
	
}

body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
}

.container {
	width: 350px;
	height:355;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.outline {
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

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

