div.slideContent {
	/* 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: 480px;/*width:526px; */
	/*border-left: 1px solid #ccc;*/
	/*margin-right: 15px;*/
}
div.slideContent a, div.slideNav a {
	text-decoration: none;
	color: #777;
}
div.slideContent a:focus, div.slideContent a:hover, div.slideContent a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 10px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left; padding-left: 20px; font-size: 0.70em;
}
div.nav-controls {
	float: right; padding-right: 15px; font-size: 0.70em;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 300px; /* 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: 550px;*/ width:550px;
	height: 300px; /* 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: 480px;/*width:526px;*/ 
	height: 300px;
	/*height: 502px;  This should be set to be at least the height of the largest image in the slideshow */
	line-height:300px;
	/*line-height: 502px;  This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
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;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 470px;/*width:526px;*/ 
	top: 0;
	left: 1em;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1em;
}
div.image-desc {
	line-height: 1.5; text-align: center; font-size:0.76em;
	/*padding-top: 12px;*/
}
div.slideNav {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
} 
#soloColumn ul.thumbs {
	/*clear: both;*/
	margin: 0;margin-left: 30px;
	padding: 0; list-style-type:none;
}
#soloColumn ul.thumbs li {
	float: left;
	padding: 0;
	/*margin: 5px 10px 5px 0;*/ margin: 3px 6px 3px 0;
	list-style: none; list-style-image:none; list-style-type:none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	/*background: #000;*/border: 1px solid #999;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both; margin-left: 20px; padding-bottom: 10px;
}
div.slideNav div.top {
	margin-bottom: 12px; /*padding-bottom: 6px;*/
	height: 11px;/*height: 16px;*/
}
div.slideNav div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left; font-size: 0.7em;
	margin: 4px 2px 4px 0; 
	padding: 4px 6px 2px 6px; 
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #666;
	border-color: #333;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

