div.content {
	margin:4px 9px 0 0;
	float: right;
	width:700px;
	height:530px;
}





div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	margin-left:-4px;
}
div.caption {
	
	position:absolute;
	*position:inherit;
	margin-top:470px;
}







div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}


div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.image-title {
	font-weight: bold;
	font-size: 11px;
	color:#333333;
	padding:12px;
}
div.image-desc {
	font-size: 11px;
	color:#333333;
	padding-left:12px;
	margin-top:-7px;
}
div.navigation {
	margin:4px -4px 0 7px;
	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 3px 3px 0;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination {float:right; margin-right:15px;}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	color:#330033;
	width:10px;
}
div.pagination a:hover {
	font-weight:bold
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
