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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 2px solid #1B1716;
	margin-bottom: 10px;
	height: 415px;
	width: 415px;
}
#slideshow-styled {
	display: block;
	padding: 4px;
	width: 420px;
	background-color: #4E4E4E;
	float: left;
}
#slideshow-styled p {
	padding-bottom: 5px;
	text-align: center;
}
#slideshow-styled a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#slideshow-styled a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#gallery {
	padding-top: 15px;
	padding-bottom: 15px;
}
.loading {
	background: url(../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.slideshowThumbnail {
	outline: none;
}
.slideshowThumbnail img {
	margin-bottom: 2px;
	padding-right: 12px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
.slideshowThumbnail img:hover {
	border: 2px solid #ccc;
	padding: 0px;
}
.current img {

}
.outline {
	z-index: 0;
	position: absolute;
	background-image: url(../images/thumb-selected.gif);
	background-repeat: no-repeat;
}
#thumbnails {
	float: left;
	/*padding-right: 25px;
	padding-top: 25px;
	display: block;
	width: 70px;*/
}
.thumbs {
	float: left;
	display: block;
	width: 72px;
}

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