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

	SlideShow
	v 1.3

**************************************************************/
body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
}

a {
	color: #607293;
	text-decoration: none;
}

a:hover {
	color: #354158;
}


#container {
	width: 630px;
	margin: auto;
	
	
}

#container #logo {
	background: url(logo.jpg) no-repeat left;
	height: 44px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

#container #logo h1 {
	text-indent: -9999px;
}

#footer {
	position: relative;
	clear: both;
	width: 630px;
	border-top: 1px solid silver;
	text-align: right;
	margin: auto;
	font-size: 10px;
	line-height: 1.5em;
}

.nav {
	float: right;
	margin-top: -15px;
}

h2 {
	font-size: 2.2em;
	margin: 0;
	border-bottom: 1px solid #797979;
	margin-bottom: 5px;
	color: #354158;
}

h3 {
	font-size: 1.8em;
	margin-top: 30px;
	border-bottom: 1px solid #797979;
	margin-bottom: 10px;
	color: #607293;
}

h4 {
	font-weight: bold;
}

.slideshowContainer {
	width: 300px;
	height: 450px;
	margin-bottom: 5px;
	float: right;

}

.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 #ccc;
	padding: 4px;
}

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

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

#thumbnails {
	width: 320px;
	float: left;
}
	
.controls {
	width: 160px;
	position: relative;
	top: 455px;
	right: 270px;
	float: left;
}

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

