
/**************************************************************

	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 #000;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 0px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #ffff00;
	width:80px;
	height:53px;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 406px;
	float: right;
	padding:8px;
background-color:#dedede;
}
#thumbnails a
{
	margin:0px;
	padding:0px;
	background-color:Transparent;
}
.gallerybuttons{
	float:left;
	width:50px;
	font-weight:bold;
	color:#fff;
    margin:10px 5px 0px 10px;
}
.gallerybuttons a:active, .gallerybuttons a:link, .gallerybuttons a:visited {
	text-decoration:none;
	padding:0px;
	margin:0px;
	padding:8px;
	border:1px solid #666;
	margin:0px 5px 0px 0px;
}
.gallerybuttons a:hover{
	text-decoration:none;
	padding:0px;
	margin:0px;
	padding:8px;
	border:1px solid #ffff00;
    margin:0px 5px 0px 0px;
}
/*************************************************************/


