#layout {
	min-height: 200px;
	min-width: 970px;
	zoom: 1;
}

#content {
	margin: 0 auto;
	min-width: 1px;
	width: auto;
	zoom: 1;
}


/**
 * Arrows
 */
.gallery_arrow {
	cursor: hand;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: absolute;
}

.gallery_arrow span {
	background: url(arrows.png) no-repeat;
	display: block;
	height: 103px;
	left: 0;
	position: absolute;
	top: 0;
	width: 46px;
}


/**
 * Image
 */
#image {
	/*background: #fff;*/
	margin: 0 auto;
	padding: 9px;
	position: relative;
	zoom: 1;
}

#image img {
	position: relative;
	width: 100%;
}

#image .shape {
	position: relative;
}


/**
 * Image Controls
 */
#controls {
	bottom: 32px;
	left: -55px;
	margin-left: 50%;
	position: absolute;
	width: 110px;
	z-index: 2;
}

#controls .border {
	height: 6px;
	overflow: hidden;
	position: relative;
}

#controls .border .c {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	height: 5px;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
}

#controls .border .cn {
	height: 5px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 5px;
}

#controls .top_border .c,
#controls .bottom_border .cn {
	border-top: 1px solid #999;
}

#controls .top_border .cn,
#controls .bottom_border .c {
	border-bottom: 1px solid #999;
}

#controls .border .cn.l {
	left: 0;
}

#controls .border .cn.r {
	left: -5px;
	margin-left: 100%;
}

#controls .container {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	position: relative;
	zoom: 1;
}

#controls .opac {
	background: #000;
	filter: aplha(opacity=70);
	height: 100%;
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
}

#controls .content {
	overflow: hidden;
	padding: 3px 5px 3px 14px;
	position: relative;
	zoom: 1;
}

#controls .content .prev {
	float: left;
	height: 19px;
	margin-right: 10px;
	position: relative !important;
	width: 23px;
}

#controls .content .prev span {
	top: -26px;
}

#controls .content .prev span:hover,
#controls .content .prev span.hover {
	left: -23px;
}

#controls .content .play_pause {
	float: left;
	height: 19px;
	margin-right: 10px;
	position: relative !important;
	width: 15px;
}

#controls .content .play_pause span {
	top: -65px;
}

#controls .slideshow .content .play_pause span {
	top: -84px;
	zoom: 1;
}

#controls .content .play_pause span:hover,
#controls .content .play_pause span.hover {
	left: -15px;
}

#controls .content .next {
	float: left;
	height: 19px;
	position: relative !important;
	width: 23px;
}

#controls .content .next span {
	top: -46px;
}

#controls .content .next span:hover,
#controls .content .next span.hover {
	left: -23px;
}


/**
 * Description
 */
#description {
	bottom: 0;
	color: #fff;
	font-size: 1.0625em;
	font-style: italic;
	height: 60px;
	/*line-height: 2em;*/
	margin: 0 auto;
	padding-bottom: 70px;
	position: relative;
	text-align: center;
	width: 80%;
}


/**
 * Borders
 */
#top_border,
#bottom_border {
	height: 18px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
	zoom: 1;
}

#top_border .cn,
#bottom_border .cn {
	background: #000;
	height: 18px;
	position: relative;
	width: 18px;
}

#top_border {
	top: 0;
}

#bottom_border {
	bottom: 0;
}

#top_border .cn.l,
#bottom_border .cn.l {
	float: left;
}

#top_border .cn.r,
#bottom_border .cn.r {
	float: right;
}


/**
 * Play Navigation
 */
#play_navigation {
	left: 6%;
	overflow: hidden;
	position: absolute;
	top: 20px;
	width: 88%;
	z-index: 1;
}

#play_navigation .border {
	height: 10px;
	overflow: hidden;
	position: relative;
}

#play_navigation .border .c {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	height: 9px;
	margin: 0 9px;
	overflow: hidden;
	position: relative;
}

#play_navigation .border .cn {
	height: 9px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 9px;
}

#play_navigation .top_border .c,
#play_navigation .bottom_border .cn {
	border-top: 1px solid #999;
}

#play_navigation .top_border .cn,
#play_navigation .bottom_border .c {
	border-bottom: 1px solid #999;
}

#play_navigation .border .cn.l {
	left: 0;
}

#play_navigation .border .cn.r {
	left: -9px;
	margin-left: 100%;
}

#play_navigation .container {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 14px 10px 24px;
	position: relative;
	zoom: 1;
}

#play_navigation .opac {
	background: #000;
	filter: aplha(opacity=70);
	height: 100%;
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
}

#play_navigation .content {
	overflow: hidden;
	padding-left: 60px;
	position: relative;
	zoom: 1;
}

#play_navigation .content .logo {
	left: 0;
	position: absolute;
	top: 1px;
}

#play_navigation .content .logo img {
	height: 50px;
	width: 50px;
}

#play_navigation .content .collapse {
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#play_navigation .content .collapse_container {
}


/**
 * Previews
 */
#play_navigation .content .line {
	height: 52px;
	margin-bottom: .5em;
	position: relative;
}

#play_navigation .content .line .gallery_arrow {
	height: 13px;
	left: 0;
	top: 19px;
	width: 10px;
}

#play_navigation .content .line .gallery_arrow.r {
	left: -10px;
	margin-left: 100%;
}

#play_navigation .content .line .gallery_arrow.r span {
	top: -13px;
}

#play_navigation .content .line .gallery_arrow.l span:hover,
#play_navigation .content .line .gallery_arrow.r span:hover {
	left: -10px;
}

#play_navigation .content .line .fader {
	height: 52px;
	left: 20px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 25px;
}

#play_navigation .content .line .fader ins {
	background: url(image_fader.png) no-repeat;
	display: block;
	height: 52px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}

#play_navigation .content .line .fader.r {
	left: -45px;
	margin-left: 100%;
}

#play_navigation .content .line .fader.r ins {
	left: -25px;
}

#play_navigation .content .previews {
	height: 52px;
	margin: 0 20px 0;
	overflow: hidden;
	position: relative;
}

#play_navigation .content .previews ul {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#play_navigation .content .previews li {
	border: 1px solid #8f8a96;
	cursor: hand;
	cursor: pointer;
	float: left;
	height: 50px;
	margin-right: 10px;
	position: relative;
	width: 50px;
}

#play_navigation .content .previews li span {
	background: #000;
	filter: alpha(opacity=30);
	height: 100%;
	left: -1px;
	opacity: .3;
	position: absolute;
	top: -1px;
	width: 100%;
}

#play_navigation .content .previews li span:hover {
	filter: alpha(opacity=0);
	opacity: 0;
}

#play_navigation .content .previews li.selected span {
	background-image: url(controls.png);
	background-repeat: no-repeat;
	border: 1px solid #da0000;
	filter: alpha(opacity=80);
	opacity: .8;
}

#play_navigation .content .slideshow li.selected span {
	background-position: -50px 0 !important;
}

#play_navigation .content .previews li.selected span:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


/**
 * Sections
 */
#play_navigation .content .sections {
	font-size: .875em;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	zoom: 1;
}

#play_navigation .content .sections_wrap {
	float: left;
	left: 50%;
	position: relative;
}

#play_navigation .content .sections_content {
	float: left;
	left: -50%;
	margin: 0;
	padding: 0;
	position: relative;
}

#play_navigation .content .sections li {
	float: left;
	margin-right: .7em;
}

#play_navigation .content .sections span {
	background: none;
	line-height: 1.5em;
}

#play_navigation .content .sections b {
	border-bottom: 1px dashed;
	cursor: hand;
	cursor: pointer;
	font-weight: normal;
}

#play_navigation .content .sections .w {
	display: none;
}

#play_navigation .content .sections .selected b {
	border: 0;
	color: #fff;
	cursor: auto;
}

#play_navigation .content .sections .selected .w {
	display: block;
}


/**
 * Fader
 */
#fader {
	background: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

