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

	SlideShow
	v 1.3

**************************************************************/
.brown_bg
{
background-color:#5C3F2D;
}

#container {
	width: 850px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.slideshowContainer {
	border: 1px solid #000000;
	width: 450px;
	height: 300px;
	margin-bottom: 5px;
	float:left
	}

.loading {
	background: url(images/loading.html) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #417900;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 350px;
	float: right;
	height: 300px;
	margin-bottom: 5px;
	
	
}

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

#paging {
	float: left;
	clear: left;
	width: 450px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 25px;
	text-decoration: none;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
#paging a {
	color: #333333;
	text-decoration: none;
}
#paging a:hover {
	color: #333333;
	text-decoration: underline;
}
#controls {
	float: right;
	width: 350px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 25px;
	text-decoration: none;
	padding-bottom: 15px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
