
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	
	width: 450px;
	height: 700px;
	margin-bottom: 5px;
}

.loading {
	background: url(../images/gallery_images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 0px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 225px;
	float: right;
}
.gallerybuttons{
	float:left;
	width:50px;
	font-weight:bold;
	color:#fff;
}
.gallerybuttons a:active, .gallerybuttons a:link, .gallerybuttons a:visited {
	text-decoration:none;
}
.gallerybuttons a:hover{
	text-decoration:underline;
}
/*************************************************************/

