#content-wrapper, #content, #content-page-wrapper {
	/*height: 100%;*/
	overflow: visible;
}

.overlay {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#content-left-col {
	display: inline-block;
	width: 227px;
	vertical-align: top;
}

#nav {
	margin-top: 3px;
}

#nav-left, #nav-right {
	display:inline-block;
	vertical-align:top;
	width:40%;
	font-size: 13px;
	height: 22px;
	padding-top: 2px;
}

#nav-left.disabled, #nav-right.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color:black;
	text-decoration: none;
}

#nav-left {
	background: url('../resources/layout/pre_btn.png') top left no-repeat;
}

#nav-right {
	background: url('../resources/layout/next_btn.png') top right no-repeat;
}

#content-page-wrapper {
	position: absolute;
	top: 0;
	left: 22px;
	z-index:1000;
	width:849px;
	height:100% \9;
}

#content-right-col {
	display: inline-block;
	width: 587px;
	/*height: 542px;*/
	padding-left: 9px;
	margin-left: -8px;
	vertical-align: top;
	overflow: visible;
	position: absolute;
	/*top: 10000px;*/
	left: 231px;
}

#content-right-col .block {
	width: 563px;
	margin-top: 5px;
	position: relative;
}
#content-right-col .block img{
	width: 100%;
}

#content-right-col .img_cap,
#content-right-col .img_cap_bg{
	
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	/*height: 30px;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 5px 65px;
	vertical-align: top;
	
	display: none;
}
#content-right-col .video .img_cap,
#content-right-col .video .img_cap_bg{
	bottom: 15px;
}
#content-right-col .img_cap{
	color: white;
	z-index: 1;
}
#content-right-col .img_cap_bg{
	background-color: black;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter : alpha(opacity=60);
	color: transparent;
}
#content-right-col .img_cap .img_cap_content,
#content-right-col .img_cap_bg .img_cap_content{
	width: 100%;
	text-align: center;
	/*position: absolute;
	bottom: 0px;
	height: 30px;*/
	padding-top: 6px;
	vertical-align: top;
	font-size: 13px;

}
#content-right-col .img_cap .img_cap_content{
	color: white;
}
#content-right-col .img_cap_bg .img_cap_content{
	color: transparent;
}


#content-right-col #content-block {
	background: url('../resources/layout/paper_bg.jpg');
	width: 447px;
	padding: 47px 58px;
}

#content-block .tape {
	background: url('../resources/layout/tape.png');
	position: absolute;
	top: -5px;
	left: 241px;
	width: 83px;
	height: 27px;
}

#content-block .title, #content-block .content {
	color: #333;
}

#content-block .title {
	border-bottom: 2px solid black;
	font-size: 20px;
	line-height:30px;
	padding-bottom:3px;
	font-weight: bold;
}
.en #content-block .title{
	line-height: 25px;
	padding-bottom: 10px;
}

#content-block .content {
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
}
.en #content-block .content {
	margin-top: 15px;
}

#content-slide-btn {
	position: absolute;
	left: 760px;
	top: 300px;
	z-index: 1000;
}

#content-slide-btn #up-btn, #content-slide-btn #down-btn {
	width: 58px;
	height: 58px;
	cursor: pointer;
}

#content-slide-btn #up-btn {
	background: url('../resources/layout/up.png');
	margin-bottom: 15px;
}

#content-slide-btn #down-btn {
	background: url('../resources/layout/down.png');
}

#player {
	bottom: 15px;
	left: 7px;
	position:absolute;
}

#player #audio-btn, #player #audio-progress, #player #volume {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}

#player #audio-btn {
	display: inline-block;
	background: url('../resources/layout/player_btn.png') left top no-repeat;
	width: 34px;
	height: 53px;
}

#player #audio-btn:active {
	background: url('../resources/layout/player_btn.png') right top no-repeat;
}

#player #audio-btn.playing {
	background: url('../resources/layout/player_btn.png') left bottom no-repeat;
}

#player #audio-btn.playing:active {
	background: url('../resources/layout/player_btn.png') right bottom no-repeat;
}

#player #audio-right-controls {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	position: relative;
}

#player #audio-title {
	font-size: 13px;
}

#player #audio-progress div {
	position: absolute;
	left: 0;
	top: 20px;
}

#player #audio-progress .background {
	background: #d8d6d9;
	width: 140px;
	height: 16px;
}

#player #audio-progress .progress {
	background: #685e54;
	width: 0;
	height: 16px;
}

#player #audio-progress .trigger {
	width: 32px;
	height: 29px;
}

#player #volume {
	display:inline-block;
	/*** tmp hide vol button ***/
	display: none;
}

#player #volume div {
	position: absolute;
	top: 12px;
}

#player #volume .background {
	background: url('../resources/layout/volume_off.png') left no-repeat;
	width: 32px;
	height: 29px;
}

#player #volume .progress {
	background: url('../resources/layout/volume_on.png') left no-repeat;
	width: 24px;
	height: 29px;
}

#player #volume .trigger {
	width: 32px;
	height: 29px;
}

#player #audio-time {
	padding-top: 24px;
	font-size: 12px;
}

#player #seperator {
	background: none;
}

.slidesjs-navigation {
	display: none !important;
}

ul.slidesjs-pagination {
	position: absolute;
	bottom: 12px;
	z-index: 10000;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

ul.slidesjs-pagination li.slidesjs-pagination-item {
	display: inline-block;
	background: url('../resources/layout/slide_bg_middle.png');
	height: 22px;
}

span.slidesjs-pagination-left {
	display:inline-block;
	background: url('../resources/layout/slide_bg_left.png');
	width: 2px;
	height: 22px;
}

span.slidesjs-pagination-right {
	display:inline-block;
	background: url('../resources/layout/slide_bg_right.png');
	width: 2px;
	height: 22px;
}

ul.slidesjs-pagination li a {
  display: inline-block;
  width: 20px;
  height: 0;
  padding-top: 22px;
  background: url('../resources/layout/slide_node_off.png') center no-repeat;
  overflow: hidden;
}

ul.slidesjs-pagination li a.active {
  background: url('../resources/layout/slide_node_on.png') center no-repeat;
}

.video {
	top: 25px !important;
}

#slides .img img {
	max-width: 563px;
	max-height: 392px;
	display: block;
	text-align: center;
	margin: auto;

}

.content-back, .content-close{
	background: url('../resources/layout/content-cc_back_bg.jpg') center no-repeat;
	position:relative;
	height:41px;
	width:100%;
	text-align:center;
	border-collapse:collapse;
	padding:0px;
}
.content-back a, .content-back a{
	text-decoration:none;
	color:#000;
	display:block;
	width:185px;
	height:24px;
	background: url('../resources/layout/content-btn_bg.png') center no-repeat;
	margin:0px auto;
}
.content-back a:active, .content-close a:active{
	background: url('../resources/layout/content-btn_bg_press.png') center no-repeat;
}
.content-back div, .content-close div{
	height:24px;
	line-height:24px;
}
.content-back img, .content-close img{
	border:0px;
}


/*
.content-back .content-back-bg{
	background: url('../resources/layout/content-cc_back_bg.jpg') center no-repeat;
	position:relative;
	height:41px;
}
.content-back a.content-back-btn{
	background: url('../resources/layout/content-btn_bg.png') center no-repeat;
	text-decoration:none;
	color:#000;	
	height:24px;
	width:185px;
	position:absolute;
	top:9px;
	left:22px;
	text-align:center;	
}
.content-back a.content-back-btn:active{
	background: url('../resources/layout/content-btn_bg_press.png') center no-repeat;
}
.content-back span{
	background: url('../resources/layout/content-cc_collection_sign.png') 2px 6px no-repeat;
	margin:0px auto;
	padding-left:18px;
	margin-left:-5px;
}

.content-close .content-close-bg{
	background: url('../resources/layout/content-cc_back_bg.jpg') center no-repeat;
	position:relative;
	height:41px;
}
.content-close a.content-close-btn{
	background: url('../resources/layout/content-btn_bg.png') center no-repeat;
	text-decoration:none;
	color:#000;	
	height:24px;
	width:185px;
	position:absolute;
	top:9px;
	left:22px;
	text-align:center;	
}
.content-close a.content-close-btn:active{
	background: url('../resources/layout/content-btn_bg_press.png') center no-repeat;
}
.content-close span{
	background: url('../resources/layout/content-cc_close_sign.png') 2px 6px no-repeat;
	margin:0px auto;
	padding-left:18px;
	margin-left:-5px;
}
*/