/* 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. */

div.content {
	float: right;
	width: 790px;
}

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

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}

div.slideshow {
	clear: both;
	float: right;
	width: 460px;
	margin-right: 10px;
	overflow: hidden;
}

div.slideshow span.image-wrapper {
	float: left;
}

div.slideshow a.advance-link {
	display: block;
}

div.slideshow img {
	border: none;
	display: block;
}

div.download {
	float: right;
}

div.embox {
	float: left;
	width: 300px;
	overflow: hidden;
	text-align: right;
	margin-top: 115px;
}

div.image-title {
}

div.image-desc {
}

div.controls {
	float: left;
	width: 300px;
	overflow: hidden;
}

div.controls a {
	margin-right: 2px;
	padding: 1px 4px 1px 4px;
	background-color: #000000;
	text-decoration: none;
}

div.controls a:active {
	text-decoration: none;
}

div.controls a:hover {
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

div.ss-controls {
	float: right;
}

div.nav-controls {
	float: right;
}

/* Navegación */

div.navigation {
	float: left;
	width: 140px;
	overflow: hidden;
	margin-left: 10px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #282828;
	height: 400px;
	width: 160px;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 20px 20px 0px;
	list-style: none;
}

a.thumb {
	display: block;
	border: none;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
	width: 60px;
	height: 60px;
}

div.pagination {
	clear: both;
}

div.navigation div.top {
	display: none;
}

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

div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 1px 4px 1px 4px;
}

div.pagination a:hover {
	background-color: #333333;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
