div.navigation a {
	text-decoration: none;
	color: #777;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
	color:#03bff3;
	text-decoration:none;
	background:url(../images/strip_bg.png);
	border-radius: 3px;
	display:inline-block;
	margin-top:0px;
	margin-left:5px;
	padding:3px 8px;
	padding-bottom:4px;
}
div.controls a:first-child {
	margin-left:0px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 366px;
	width:345px;
	float:right;
	margin-top:6px;
}
div.loader {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/loading2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 348px;
	width:374px;
}
div.slideshow {
	height: 348px;
	width:374px;

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 348px;
	width:374px;
	padding:2px;
	border-radius: 3px;
	border:1px #6d6572 dashed;
}
div.slideshow a.advance-link {
	display: block;
	height: 345px;
	width:345px;
	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 {
	height: 348px;
	width:374px;
	border-radius: 3px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	right: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	width:185px !important;
	float:right;
	margin-top:30px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	border-radius: 3px;
	margin: 10px 0px 0px 10px;
	list-style: none;
}
ul.thumbs li img {
	height:75px;
	width:75px;
}
a.thumb {
	padding: 2px;
	display: block;
	border-radius: 3px;
	border: 1px dashed #6d6572;
}
ul.thumbs li.selected a.thumb {
	background:url(../images/strip_bg.png);
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	float:right;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	display:none;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	color:#03bff3;
	display: block;
	float: left;
	margin-right: 2px;
	padding:3px 8px;
	border-radius: 3px;
	background:url(../images/strip_bg.png);
}
div.pagination a:hover {
	color: #59ef04;
}
div.pagination span.current {
	color: #59ef04;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


.pp_close, .pp_description {
	display:none;
}