/* @override 
	http://jduckw/css/galleries.css
	http://jduckworth.com/css/galleries.css
*/

@charset "UTF-8";

/*this style sheet defines shared styles for administrative and front end gallery styles and layouts*/

img {
	border: none;
	vertical-align: middle;
	background-color: #3E3E3E;
	z-index: 0;
	position: relative;
}
/*index page*/

.galtitle {
		font-weight: bold;
		text-transform: uppercase;
		color: #d5d5d5;
		font-size: 0.7em;
		float: left;
		width: 201px;
		text-align: left;
}
ul.gal_filter {
	position: absolute;
	left: 199px;
}
ul.gal_filter, ul.gal_filter li {
	display: inline;
	text-align: left;
}
ul.gal_filter li {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 12px;
}

/* @group gallery thumbs */

.jcarousel-skin-jdw {
	width: auto;
	padding-top: 10px;
}

.jcarousel-item .shadow {
	/* background: url(../images/dropShadow.png) no-repeat right bottom; */
}

/* @end */
#loading {
	position: absolute;
	left: 460px;
	top: 300px;
	z-index: 100;
}
/* preview page */

div#thumbs {
	position: absolute;
	width: 100px;
	left: -110px;
	top: 0;
}

ul#gallery_images {
	}

ul#gallery_images li {
	margin-bottom: 50px;
	text-align: center;
	overflow: visible;
}
ul#gallery_images li img {
	margin-bottom: 10px;
}
ul#gallery_images .caption {
	text-align: right;
	margin-right: 12px;
}
#content {
	height: 590px;
}
#main_image {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}
#main_image span {
	overflow: hidden;
}
#price_chart {
	position: absolute;
	z-index: 2000;
	bottom: 105px;
	background-color: #191919;
	opacity: .8;
	width: 750px;
	right: 100px;
	height: 425px;
	overflow: hidden;
	display: none;
	border: 2px solid #111;
}
#price_chart_block {
	font-size: 98%;
	text-align: left;
	margin: 16px;
	padding: 30px;
	z-index: 200;
	height: 334px;
}
#price_chart_block p {
	line-height: 175%;
	margin-bottom: 6px;
	color: #fff;
}
spah.price_chart_hov {
	z-index: 500;
	cursor: pointer;
}

h1.price_chart_hov:hover {
	cursor:pointer;
	text-decoration:none;
	color: #fff;
}
.home_thum {
	position: relative;
}
#controls {
	position: relative;
	right: 0;
	width: 71px;
	clear: both;
}
.ss-controls {
	display: block;
	position: absolute;
	top:2px;
	left: 25px;
	z-index: 200;
}
.ss-controls a {
	color: #3E3E3E;
	display: block;
	width: 20px;
	height: 20px;
	z-index: 200;
}
.ss-controls a.play {
	background: url(/images/buttons/play_button_sprite.png) no-repeat -21px -21px;
}
.ss-controls a.play:hover {
	background: url(/images/buttons/play_button_sprite.png) no-repeat -21px -41px;
}
.ss-controls a.pause {
	background: url(/images/buttons/play_button_sprite.png) no-repeat -21px 0;
}
.ss-controls a.pause:hover {
	background: url(/images/buttons/play_button_sprite.png) no-repeat -21px -61px;
}
.nav-controls {
	/* display: none; */
}
.nav-controls a.next {
	background: url(/images/buttons/play_button_sprite.png) no-repeat -42px 2px;
	width: 24px;
	height: 20px;
	float: right;
	top: 3px;
}
.nav-controls a.next:hover {
	background: url(/images/buttons/play_button_sprite.png) no-repeat -42px -39px;
}
.nav-controls a.prev {
	background: url(/images/buttons/play_button_sprite.png) no-repeat 3px 2px;
	width: 24px;
	height: 20px;
	float: left;
	top: 3px;
}
.nav-controls a.prev:hover {
	background: url(/images/buttons/play_button_sprite.png) no-repeat 3px -39px;
}

/*  pages */
div.links {
	height: 3.6em;
}
div.links h2 {
	padding: 0;
}
/* slide show page */
#gallery_images li {
	list-style-type: none;
}

#caption {
	position: absolute;
	right: 2px;
	z-index: 200;
	display: none;
}
.caption {
	margin-top: 22px;
}
.caption h1 ,.caption h2  {
	text-align: right;
	display: inline;
}
.caption h1  {
	color: #999;
	font-size: 12px;
}
.caption h2  {
	color: #666;
	font-size: 12px;
}
