/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 880px;
	height: 450px;
	text-align: center;
}
.topgradient {
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-bottom: 0px;
}
.picbg {
	background-image: url(../images/picbg.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bgloading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #F5F5F5;
	padding: 2px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #999999;
	padding: 2px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 840px;
	text-align: center;
	padding-top: 0px;
}

a img {
	border: none;
}

h2 {
	font-size: 16px;
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;
}

