@charset "UTF-8";
/* CSS Document */

div.content {
	/* 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: 600px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #000;}

div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
	color: #888;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
}
div.ss-controls {
	float: left;
	display:none;
}
div.nav-controls {
	float: right;
    position: absolute;
    top: 350px;
    width: 503px;
    z-index: 10;
}
div.slideshow-container {
	width: 510px;
    margin-top:50px;
    position: relative;
    height: 850px; /* 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;
	height: 502px; /* 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:after {clear:both;}
div.slideshow a.advance-link {
	display: block;
    height: 750px;/* This should be set to be at least the height of the largest image in the slideshow */
    line-height: 750px;/* This should be set to be at least the height of the largest image in the slideshow */
    margin: 40px 0;
    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 {
    margin: -35px 0 0 0;
    padding:0;
    vertical-align: middle;
    width: 500px;
	height:750px;
	float:left;
}
div.download {
	float: right;
}
div.caption-container {
	position: absolute;
	clear: left;
	left:-12px;
	top:95px;
	z-index:9999999;
	width:390px\9; /* IE 8 and below */
	height:30px\9; /* IE 8 and below */
	top:-660px\9; /* IE 8 and below */
	left:60px\9; /* IE 8 and below */
	
	
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	 margin: 0;
	 margin: 0\9; /* IE 8 and below */
	 
}
div.caption .buynow a{
background: #DD8686;
    color: #ffffff;
    border-radius: 2px 2px 2px 2px;
    padding: 5px 20px;
	margin:5px 0;
}
div.caption .buynow a:hover{
background: #dd6b6b;
    color: #ffffff;
  border-radius: 2px 2px 2px 2px;
    padding: 5px 20px;
	margin:5px 0;
   
}
.hidebuy_{display:none;}
div.image-title {
	font-weight: normal;
	font-size:14px;
	margin:4px 0;
	
}
div.image-desc {line-height: 20px;
    line-height: 10px\9; /* IE 8 and below */
    padding-top: 5px;
	padding-top: 0\9; /* IE 8 and below */
    width: 390px;
	font-size:12px
}
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 {
	clear: both;
	margin: 0;
	padding: 0;
	width: 540px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin:10px;
	list-style: none;
	margin: 8px 10px;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 160px;
}
#thumbs .pagination {border: medium none;}
div.pagination {
	clear: both;
}
div.navigation div.top {
	height: 20px;
    margin: 16px 0 10px;
}
div.navigation div.bottom {
	 height: 28px;
    padding: 10px 0 20px;
	display: none;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	padding:4px 5px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	background-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
.prev {float:left;background:url(/images/prev.png) no-repeat;height: 87px;
    text-indent: -9999px;
    width: 37px;}
.prev:hover {background:url(/images/prev-hover.png) no-repeat;}
.next {float:right;background:url(/images/next.png) no-repeat;height: 87px;
    text-indent: -9999px;
    width: 37px;}
.next:hover {background:url(/images/next-hover.png) no-repeat;}
.buynow {float:left;margin: 0 10px;}
