/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 500px;
	height: 300px;
	margin-bottom: 5px;
}

.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #F7F2D2;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

a {
	color: #F7F2D2;
	text-decoration: none;
}

body {
	color: #F7F2D2;
	font-family: Verdana, Arial;
	font-size: 75%;
}

.container {
	width: 700px;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	height: 400px;
}

.outline {
	border: 1px solid #FC9;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
#thumbs {
	width: 300px;
	position: relative;
	left: 445px;
	bottom: 310px;
}
#controls {
	width: 220px;
	position: relative;
	bottom: 45px;
	left: 110px;
}
