
#container{
	position: relative;
	clear: both; 
}

.textFrame{
	float: left;
	padding: 0 0 0 15px;
	width: 390px;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 425px;
	height: 250px; /* This should be set to be at least the height of the largest image in the slideshow */
}

#slideshowWrapper{
	float: left;
	position:relative;
	height: 315px;
	width: 450px;
	margin: 15px 0 0 15px;
}

#slideshow img {
	position: absolute;
	top: 0;
	
	left: 0;
	padding: 10px 10px 35px 10px;
	margin: 0 0 70px 0;
	border: #CCCCCC 1px solid;
	/*margin-top: -700px;*/
	
}

#caption{
	position: absolute;
	width: 400px;
	height: 25px;
	top: 270px;
	left: 16px;
	font-size: 13px;
	letter-spacing: 2px;
}

span.image-caption {
	position: absolute;
	width: 400px;
	height: 25px;
	top: 0;
	left: 0;
	font-size: 13px;
	letter-spacing: 2px;
}

#thumbs{
	position: absolute;
	top: 295px;
	left: 15px;
	width: 425px;
	z-index: 999;
}

ul.thumbs {
	clear: both;
	margin: 10px 0 0 0;
}
ul.thumbs li {
	float: left;
	padding: 0 5px 5px 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	color: #750a0a;
}
ul.thumbs li.selected a.thumb {
	background: #750a0a;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	padding: 0;
	margin: 0;	
}

#footer{
	margin: 55px 0 0 0;
}

/*
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
*/
