div.content {
	float: right;
	width: 578px;
	height: 410px;
	text-align:center;
	font-family:"Times New Roman", Times, serif
}

div.content a,
div.navigation a {
	text-decoration: none;
	color: #999965;
}

div.navigation {
	clear: right;
	margin-top: -330px;
	}

div.controls a {
	padding-right: 30px;
}

div.ss-controls {
	float: left;
}

div.slideshow-container {
	position: relative;
	clear: both;
	width: 565px;
	height: 410px; /* This should be set to be at least the height of the largest image in the slideshow */
}

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

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow img {
	vertical-align: middle;
}

div.download {
	float: right;
}

div.caption-container {
	position: relative;
	clear: left;
	height: auto;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}

div.caption {
	padding: 12px;
}

div.image-title {
	font-size: 1.2em;
	color: #fff9d8;
	font-family:"Dancing Script", Cursive; 
	margin-top: 24px;
	margin-bottom: -7px;
	text-align:center;
}

div.image-desc {
	line-height: 0.2em;
	font-size: 0.8em;
	padding-top: 12px;
	color: #fff9d8;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

ul.thumbs li {
	float: left;
	list-style: none;
}

a.thumb {
	display: block;
	width: 55px;
	height: 55px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}


div.pagination {
	clear: both;
	padding-left: 15%;
}

div.navigation div.top {
	margin-bottom: 30px;
	height: 11px;
}

div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a,
div.pagination span.current {
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding: 1px 8px 1px 8px;
	background-color:#fff9d8;
	
}
