div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:425px; 
	height: 425px;
	background-color:#FFFFFF;
	border: solid 1px #BDDBDB;
	position:relative;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #fff;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

#controls{
display: none;
}

#controls a{
color:#777777;
display: none;
}

#controls a:hover{
color:#000;
text-decoration:none;
}

.play{
position: absolute;
bottom: 2px;
left: 2px;
padding: 5px;
width: 42px;
background-color: #e2e2e2;
border: solid 1px #ccc;
}


.pause{
position: absolute;
bottom: 2px;
left: 2px;
padding: 5px;
width: 48px;
background-color: #e2e2e2;
border: solid 1px #ccc;
}

a.prev{
position: absolute;
left: 0;
width: 30px;
height: 30px;
background-image: url(images/gallery_prev.png);
background-repeat:no-repeat;
background-position: -30px 0;
padding: 0;
margin: 18px 0 0 0;
}

a.prev:hover{
background-image: url(images/gallery_prev.png);
background-position: 0 0;
}

a.next{
position: absolute;
right: 0;
width: 30px;
height: 30px;
background-image: url(images/gallery_next.png);
background-repeat:no-repeat;
padding: 0;
margin: 18px 0 0 0;
}

a.next:hover{
background-image: url(images/gallery_next.png);
background-position: -30px 0;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	clear: both;
	height: 425px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 425px;
	overflow: hidden;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 425px;
	height: 405px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 425px;
	height: 405px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 405px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	padding-top: 10px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
}
div.download {
	float: right;
}
div.caption-container {
position:absolute;
bottom: 0;
left: -243px;
width: 220px;
height: 76px;
text-align: right;
display:block;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 220px;
	top: 0;
	left: 0;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	width: 220px;
	font-size: 14pt;
	color:#6966DD;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 2px;
	width: 220px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	padding-left: 20px;
}

div.two_col {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	padding-left: 40px;
}

ul.thumbs {

	clear: both;

	margin: 0;

	padding: 0;
	
	list-style-type: none;

}

#content ul.thumbs li {
float: left;
margin: 5px 10px 5px 0;
padding: 0;
}

a.thumb {

	margin: 0px;
	width: 65px;
	height: 65px;
	display:block;
	overflow:hidden;
	border: solid 1px #BDDBDB;
	background-color: #A7C6C5;
	
}

a.large {

	margin: 0px;
	width: 90px;
	height: 90px;
	display:block;
	overflow:hidden;
	border: solid 1px #BDDBDB;
	background-color: #A7C6C5;
	
}

ul.thumbs li.selected a.thumb {

	background: #61D9DE;
	border: solid 1px #61D9DE;

}

a.thumb:focus {

	outline: none;

}

a.thumb:hover {


}

ul.thumbs img {

	border: none;

	display: block;
	margin:auto;


}

#thumb_wrapper{
	padding: 0;

	display: block;
	
	width: 65px;
	
	height: 65px;
	
	overflow:hidden;


}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
 display: none;
}
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: 2px 5px 2px 5px;
	background-color:#61d9de;
}
div.pagination a:hover {
	background-color:#7ae5e9;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

