html {
	background: url(images/leather_texture.jpg) repeat 50% 0;
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	min-width: 1350px;
}
#curtain_top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/curtain_top.png) repeat-x 50% 0;
	height: 72px;
	z-index: 100;
}
#curtain_left_top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#curtain_left_middle {
	position: absolute;
	top: 92px;
	left: 0;
	z-index: 100;
}
#curtain_left_bottom {
	position: absolute;
	top: 257px;
	left: 0;
	z-index: 100;
}
#curtain_right_top {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#curtain_right_middle {
	position: absolute;
	top: 92px;
	right: 0;
	z-index: 100;
}
#curtain_right_bottom {
	position: absolute;
	top: 257px;
	right: 0;
	z-index: 100;
}
#bottom_bar {
	width: 100%;
	background: url(images/bottom_bar.jpg) repeat-x 50% 0;
	height: 45px;
	margin-top: 42px;
}
#bg_panel_leather {
	background: url(images/bg_panel_leather.jpg) no-repeat top left;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#audio {
	visibility: hidden;
	position: absolute;
}
#play_audio, #pause_audio {
	height: 12px;
	width: 105px;
	position: absolute;
	top: 15px;
	left: 0px;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
}
#play_audio {
	background: url(images/audio_controls.png) no-repeat top left;
	display: none;
}
#pause_audio {
	background: url(images/audio_controls.png) no-repeat 0 -12px;
}
#control_panel {
	width: 816px;
	height: 70px;
	margin: 0 auto;
}
#btn_left {
	background: url(images/btn_left.png) no-repeat top left;
	width: 106px;
	height: 65px;
	cursor: pointer;
	float: left;
}
#btn_left:active {
	background-position: top right;
}
#btn_right {
	background: url(images/btn_right.png) no-repeat top right;
	width: 106px;
	height: 65px;
	cursor: pointer;
	float: right;
}
#btn_right:active {
	background-position: top left;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	background: url(images/scrollbar.png) no-repeat top left;
	width: 0;
	padding-right: 232px;
	height: 66px;
}
.ui-slider-horizontal .ui-slider-handle {
	top:2px;
}
.ui-slider .ui-slider-handle {
	cursor:pointer;
	position:absolute;
	z-index:2;
}
#content-slider {
	width: 338px;
	height: 0px;
	margin: 0;
	position: relative;
	left: 124px;
}
#content-scroll {
	position: relative;
	top: 42px;
	z-index: 10;
	width: 100%;
	height: 650px;
	overflow: hidden;
}
#content-holder {
	width: 2292px;
	height: 650px;
	position: relative;
}
#illustration_wrapper {
	position: relative;
	top: 42px;
	z-index: 10;
	width: 100%;
	overflow: hidden;
	height: 650px;
	background-color: #000;
}
#illustration {
	background: url(images/illustration.jpg) no-repeat 0 0;
	height: 650px;
	width: 2292px;
	position: absolute;
	top: 0;
	left: 0;
}
.more_info_wrapper {
	height: 650px;
	width: 2292px;
	position: relative;
}
.more_info {
	position: absolute;
	z-index: 200;
	width: 448px;
	display: none;
}
.btn_more_info {
	background: url(images/btn_more_info.png) no-repeat top left;
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 300;
	-webkit-transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.75s ease-in;
	
}
.btn_more_info_right {
	background: url(images/btn_more_info.png) no-repeat top left;
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 300;
	-webkit-transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.75s ease-in;
}
.btn_more_info:hover, .btn_more_info_right:hover {
	-webkit-transform: rotate(360deg);
	
}
.more_info p {
	background: url(images/bg_more_info_sm.png) no-repeat top left;
	position: absolute;
	top: 28px;
	left: 34px;
	color: #000;
	font: normal 16px/150% Georgia, Times, serif;
	font-style: italic;
	padding: 22px 28px 26px;
	display: none;
}
.more_info.large p {
	background: url(images/bg_more_info_lg.png) no-repeat top left;
	padding-bottom: 32px;
}
.more_info.one {
	top: 445px;
	left: 358px;
}
.more_info.two {
	top: 110px;
	left: 448px;
}
.more_info.three {
	top: 160px;
	left: 270px;
}
.more_info.four {
	top: 490px;
	left: 1060px;
}
.more_info.five {
	top: 450px;
	left: 1346px;
	z-index: 300;
}
.more_info.six {
	top: 270px;
	left: 1574px;
}
.more_info.seven {
	top: 490px;
	left: 1625px;
}
.more_info.eight {
	right: 420px;
	top: 110px;
}
.more_info.nine {
	right: 320px;
	top: 430px;
}
.more_info.eight, .more_info.nine {
	width: 485px;
}
.more_info.eight p, .more_info.nine p {
	right: 30px;
}
#bottom_text {
	width: 850px;
	margin: 90px auto 0;
	text-align: center;
}
#bottom_text p {
	color: #b18d7d;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
#intro {
	padding: 0 30px 45px;
	background: url(images/text_decoration.gif) no-repeat 50% bottom;
	margin-bottom: 26px;
}
#intro p {
	font-size: 17px;
	line-height: 170%;
}
h1 {
	font: normal 30px/100% "aviano-slab-1","aviano-slab-2",serif;
	letter-spacing: .04em;
	color: #be713d;
	padding-bottom: 8px;
}
h2 {
	font: normal 19px/140% "aviano-slab-1","aviano-slab-2",serif;
	letter-spacing: .04em;
	color: #be713d;
	padding-bottom: 10px;
}
#bottom_text ul li {
	float: left;
	width: 255px;
	padding: 0 14px;
	line-height: 140%;
	font-size: 16px;
}
#continue_link {
	background: url(images/btn_continue.png) no-repeat top left;
	width: 218px;
	height: 107px;
	display: block;
	text-indent: -9999em;
	margin: 15px auto;
}
#continue_link:hover {
	background: url(images/btn_continue.png) no-repeat top right;
}
#continue_link:active {
	background: url(images/btn_continue.png) no-repeat top right;
	margin: 17px auto 13px;
}
#footer {
	background: url(images/footer_border.gif) no-repeat 50% 0;
	margin: 30px 0 20px;
	padding-top: 25px;
	clear: both;
}
#footer p {
	font-size: 12px;
}
#footer a {
	display: inline;
	font-size: 12px;
	text-decoration: none;
	color: #be713d;
}
#footer a:hover {
	text-decoration: underline;
}
#social_links {
	margin-bottom: 35px;
}
#social_links a {
	margin: 0 30px 0 0;
	font-size: 14px;
	font-style: italic;
}
#twitter_link {
	background: url(images/twitter.png) no-repeat top left;
	height: 16px;
	padding: 2px 0 2px 24px;
}
#facebook_link {
	background: url(images/facebook.png) no-repeat top left;
	height: 16px;
	padding: 2px 0 2px 24px;
}
#share_twitter {
	background: url(images/tweet.png) no-repeat top left;
	height: 16px;
	padding: 2px 0 2px 24px;
}
