div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
}
div#controls {
	clear: both;
}
div.ss-controls {
	float: left;
	width: 50px;
	clear: both;
	margin: 200px 0px 0px 50px;
}
div.nav-controls {
	float: right;
	width: 50px;
	text-align: right;
	margin: 200px 50px 0px 0px
}
div#slideshow {
	text-align: right;
	width: 55%;
  float: left;
  min-height: 600px;
}
div#slideshow img {
	background: #ffffff;
	padding: 5px;
	margin: 0;
	border: solid 1px #aaaaaa;
	max-width: 500px;
	max-height: 500px;
}
span.image-caption {
	font: 12px Helvetica, Arial, sans-serif;
	color: #000000;
}
div.caption {
	padding: 0px 90px;
	margin: 0px auto;
	max-width: 500px;
	text-align: justify;
}
div#caption {
	min-height: 140px;
}
div.image-desc {
	line-height: 1.5em;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	margin: 0px;
	padding: 0 0 0 58%;
	width: 300px;
  }
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 0 10px 10px;
	list-style: none;
}
a.thumb {
	float: left;
	border: 1px solid #c8c8c8;
}
a.thumb img{
	padding: 3px;
	display: block;
	background: #ffffff;
}
ul.thumbs li.selected a.thumb img{
	background: #ffff00;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}