div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:600px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #CCC;
}
div.content  a:focus, div.content  a:active, div.content  a:visited {
	text-decoration: none;
	color: #CCC;
}
div.content a:hover {
	text-decoration: none;
	color: #77614D;
}
div.controls {
	margin-top: 5px;
	height: 23px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
div.controls a {
	padding: 5px;
}

#controls-adv, #gallery-adv {
	position: relative;
}

div.ss-controls {
	clear: both;
	width: 400px;
	text-align: center;
	margin: 0px auto;
	z-index: 100;
}
div.nav-controls {
	clear: both;
	width: 600px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.nav-prev {
	position: absolute;
	width: 150px;
	top: 0px;
	left: 0px;
	text-align: left;
}
div.nav-next {
	position: absolute;
	width: 150px;
	top: 0px;
	right: 0px;
	text-align: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height: 400px;
}
div.slideshow {
	clear: both;
	height: 398px;
	width: 597px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	background-color: #000;
	/*border: 1px solid #96836F;*/
}
div.slideshow span.image-wrapper {
	text-align: center;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	border: 0px solid #ccc;
}

div.slideshow table {
	border: 1px solid #96836F;
}

div.slideshow img {
	border: none;
	display: block;
	margin: 0px auto;
}
div.download {
	float: right;
}

#caption-adv {
	position: absolute;
	top: 1px;
	right: 2px;
	width: 100px;
}
div.embox {
	clear: both;
	border: 0px none;
	background: url(../images/black_bg.png);
	padding: 5px;
	font-size: 11px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	width:164px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: -5px;
	height: 400px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0; /* T R B L */
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 0px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: 1px solid #96836F;
	display: block;
	width: 70px;
	height: 70px;
}
div.pagination {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0px 5px 0px 5px; /* T R B L */
	border: 1px solid #FFF;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	color: #ED1E79;
	border: 1px solid #ED1E79;
}