@charset "utf-8";
@font-face {
   font-family: ArconR;
   src: url(Arcon-Regular.otf);
}
.customized-scrollbar::-webkit-scrollbar-track {background:#3f404a; border-radius: 5px;}
.customized-scrollbar::-webkit-scrollbar-thumb {background:#d6d8da; border-radius: 5px;}
.customized-scrollbar::-webkit-scrollbar-thumb:hover {background: #9da1a4;}
#loading {
	position:absolute;
	width:100%;
	text-align:center;
	top:300px;
	z-index:100;
}
#loading img {
	border:2px solid #343a54;
}
body, div, p, ul, ul li, table, form,  h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin:0;
	padding:0;
}
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#111422;
	color:#a7a7a7;
}
a {
	color:#99aaff;
	text-decoration:none;
}
a:hover {
	color:#ccddff;
}
a img {
	border:none;
	text-decoration:none;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.addtop {
	margin-top:10px;
}
#hint {
	display:none;
	position:absolute;
	left:0;
	top:0;
	padding:8px;
	color:#000000;
	max-width:200px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#c3c4c7;  
	opacity:0.9;   
/* background-image:url(w80.png);*/
	z-index:99999;
}
#hint a {
	color:#000000;
}
#hint span.nr {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#000000;
	font-weight:bold;
	font-style:normal;
	padding:1px 3px;
	color:#ddd;
}

#modal {
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:99998;
/*	background-image:url(k80.png);
	background-color:#eee;*/
}
#modal .panel {
	margin:120px auto 0 auto;
	width:400px;
	padding:20px 15px 15px 15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
/*	background-image:url(w80.png); */
	background-color:#666;
	text-align:center;
	font-size:14px;
	color:#9da1a4;
}
#modal .panel h3 {
	margin-bottom:10px;
}
#modal .buttons {
	display:block;
	margin-top:10px;
	text-align:center;
	line-height:40px;
}
#modal .buttons a {
	padding:5px 10px;
	margin:5px;
	color:#000000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#eee;
	border:3px solid #9da1a4;
	white-space:nowrap;
}
#modal .buttons a.active {
	border-color:#444;
}
#modal .buttons a:hover {
	background-color:#ffffff;
	border-color:#000000;
}

#splash {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0px;
/*background-color:#111422;*/
	overflow:auto;
	z-index:10;
}
#splash #header {
	position:relative;
	height:130px;
	margin:0 auto;
	-moz-border-radius:0 0 12px 12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	border-radius:0 0 12px 12px;
	background-position:center center;
	background-repeat:no-repeat;
/*background-color:#000;*/
}
#splash #header #title {
/*	background-image:url(k60.png); */
    background-color: #00000025;
	padding:20px;
	color:#ffffff;
}
#splash #header #title #parent {
	float:left;
	display:inline;
	width:40px;
	height:40px;
	margin:0 20px 20px 0;
	background-image:url(parent.png);
	background-repeat:no-repeat;
	background-position:center 0;
	cursor:pointer;
}
#splash #header #title #parent:hover {
	background-position:center -40px;
}
#splash #header #title #parent a {
	line-height:40px;
	display:block;
}
#splash #header #title .texts {
	float:left;
	display:inline;
}
#splash #header #title h1 {
	font-family:ArconR;
	font-size:40px;
	font-weight:normal;
}
#splash #header #title h6 {
	display:block;
	font-size:14px;
	font-weight:normal;
}
#splash #header #starttext {
	position:absolute;
	display:none;
	bottom:20px;
	right:120px;
	height:90px;
	line-height:90px;
	font-size:20px;
	color:#fff;
}
#splash #header #startbtn {
	position:absolute;
	bottom:20px;
	right:20px;
	width:90px;
	height:90px;
	background-image:url(startshow.png);
	background-repeat:no-repeat;
	background-position:center 0;
	cursor:pointer;
}
#splash #header #startbtn:hover {
	background-position:center -90px;
}
#splash #galleries {
	position:relative;
	min-height:120px;
	margin:20px 10px 10px auto;
	padding-left:0px; /* 20px */
	overflow-y: auto;
    overflow-x: hidden;
}
/*
.scrup,
.scrdn {
	position:absolute;
	right:0;
	width:20px;
	height:20px;
	line-height:20px;
	background-repeat:no-repeat;
	background-position:0 center;
	cursor:pointer;
}
.scrup:hover,
.scrdn:hover {
	background-position:-20px center;
}
.scrup {
	top:0;
	background-image:url(up.png);
	z-index:990;
}
.scrdn {
	bottom:0;
	background-image:url(down.png);
	z-index:991;
}
.scrbar {
	position:absolute;
	right:3px;
	width:14px;
	top:20px;
	bottom:20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#9da1a4;
	cursor:pointer;
}
.scrbar div {
	position:absolute;
	top:1px;
	left:0px; 
	right:0px; 
	height:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#eee;
}

#splash #galleries table {
	display:block;
	position:relative;
}
#splash #galleries td.folder {
	vertical-align:top;
	width:372px;
	min-height:100px;
	padding:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-image:url(w10.png);
	overflow:hidden;
}
#splash #galleries td.folder:hover {
	background-image:url(w20.png);
}
#splash #galleries td.folder .thumb {
	position:relative;

	float:left;
	display:inline;
	text-align:center;
	width:140px;
	overflow:hidden;
}
#splash #galleries td.folder .thumb a img {
	max-width:140px;
	max-height:100px;
	border:none;
}
*/
#splash #galleries .data {
	float:right;
	display:inline;
	width:222px;
	min-width:60px;
	margin-left:10px;
}
#splash #galleries h4 {
	margin-bottom:10px;
}
#splash #galleries p {
	margin-top:10px;
}
#grid ul.thmb {
	margin-left:25px;
	margin-right:20px;
}
#splash #footer {
	margin:0 auto;
	font-size:10px;
	height:20px;
	line-height:20px;
	text-align:center;
}
#images {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0px;
	overflow:hidden;
/* background-color:#111422;*/
}
#images a {
	color:#fff;
	text-decoration:none;
	outline:none;
}
#navigation {
	position:absolute;
	top:-130px;
	left:0;
	right:0;
	margin:0;
	z-index:999;
}
#controls {
	margin:0 auto;
	width:340px;
	height:60px;
	-moz-border-radius:0 0 12px 12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	border-radius:0 0 12px 12px;
	background-color: #040508;
/*background-image:url(k80.png);*/
	z-index:999;
}
#controls a {
	display:block;
}
#controls ul {
	margin:0;
}
#controls ul li {
	float:left;
	display:inline;
	width:40px;
	height:60px;
	line-height:60px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center 0;
}
#controls ul li:hover {
	background-position:center -60px;
}	
#controls ul li#prev {
	width:60px;
	background-image:url(prev.png);	
}
#controls ul li#up {
	background-image:url(upbtn.png);	
}
/*
#controls ul li#resize {
	background-image:url(window-full.png);	
}
#controls ul li#noresize {
	display:none;
	background-image:url(window-sml.png);	
}
#controls ul li#index {
	background-image:url(thumbs-show.png);	
}
#controls ul li#noindex {
	display:none;
	background-image:url(thumbs-hide.png);	
}
#controls ul li#info {
	background-image:url(info-show.png);	
}
#controls ul li#noinfo {
	display:none;
	background-image:url(info-hide.png);	
}
*/
#controls ul li#play {
	width:60px;
	background-image:url(play.png);	
}
#controls ul li#pause {
	display:none;
	width:60px;
	background-image:url(pause.png);	
}
#controls ul li#next {
	width:60px;
	background-image:url(next.png);	
}
#pics {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow:hidden;
}
#thumbs {
	position:relative;
	display:block;
	height:130px;
	width:760px;
	margin:0 auto;
	-moz-border-radius:0 0 12px 12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	border-radius:0 0 12px 12px;
/*background-image:url(k80.png);*/
	overflow:hidden;
	z-index:998;
}
/*
#thumbs #thumbcnt {
	position:relative;
	top:10px;
	margin:0 40px;
	height:110px;
	overflow:hidden;
}
#thumbs #thumbcnt ul.thmb {
	position:absolute;
	left:0;
	top:0;
	height:110px;
}
*/
ul.thmb li {
	float:left;
	display:inline;
	position:relative;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	text-align:center;
	margin:1px;
}
#galleries ul.thmb li {
	width:148px;
	height:108px;
}
#thumbs ul.thmb li {
	width:148px;
	height:108px;
}
ul.thmb li:hover {
	background-color:#d6d8da;
}
ul.thmb li.active {
	background-color:#9da1a4;
}
ul.thmb li a {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	padding:4px;
	overflow:hidden;
	text-align:center;
	background-image:url(load.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
#galleries ul.thmb li a {
	width:140px;
	height:100px;
}
#thumbs ul.thmb li a {
	width:140px;
	height:100px;
}
ul.thmb li a img {
	vertical-align:middle;
	border:0;
	outline:none;
}
#thumbs ul.thmb li a img {
	max-width:140px;
	max-height:100px;
}
ul.thmb li a strong {
	vertical-align:middle;
	display:inline-block;
	height:100%;
	font-size:1px;
}
ul.thmb li span {
	top:5px;
	right:5px;
}
/*
td.folder .thumb a span,
ul.thmb li span {
	position:absolute;
	z-index:99;
	width:15px;
	height:15px;
	background-image:url(new.png);
	background-repeat:no-repeat;
}
td.folder .thumb a span {
	top:0;
	right:0;
}
#thumbs #scroll-left {
	position:absolute;
	left:10px;
	top:10px;
	width:24px;
	height:100px;
	background-image:url(left.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
#thumbs #scroll-left:hover {
	background-position:-24px center;
	cursor:pointer;
}
#thumbs #scroll-right {
	position:absolute;
	right:10px;
	top:10px;
	width:24px;
	height:100px;
	background-image:url(right.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
#thumbs #scroll-right:hover {
	background-position:-24px center;
	cursor:pointer;
}
#thumbs #close {
	position:absolute;
	right:6px;
	top:124px;
	width:20px;
	height:20px;
	background-image:url(close.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
#thumbs #close:hover {
	background-position:-20px center;
	cursor:pointer;
}
*/
#images .current,
#images .swap {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
#images .current {
	z-index:1;
}
#images .swap {
	display:none;
	z-index:2;
}
#images .current img,
#images .swap img {
	position:relative;
	-ms-interpolation-mode:bicubic;
	border:10px solid #333850;
}
#images .wait {
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0px;
	background-image:url(wait.gif);
	background-position:center center;
	background-repeat:no-repeat;
	z-index:3;
}
#images .bottom {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:99;
}
#images .caption {
	position:relative;
	max-width:730px;
	margin:0 auto;
	padding:5px 15px 10px 15px;
	text-align:left;
	color:#d6d8da;
	-moz-border-radius:12px 12px 0 0;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	border-radius:12px 12px 0 0;
	background-color: #040508;
/*background-image:url(k80.png);*/
	z-index:997;
}
#images .caption h2 {
	margin-top:10px;
	font-size:18px;
}
#images .caption .comment {
	margin-top:10px;
}
#images .caption .comment a {
	color:#99aaff;
}
#images .caption .comment a:hover {
	color:#ccddff;
}
#images .caption .menu {
	float:right;
	display:inline;
	margin:10px 0 10px 15px;
	height:20px;
	line-height:20px;
}
#images .caption .menu a.btn,
#images .caption .menu span.nr {
	float:left;
	display:inline-block;
	line-height:20px;
	margin-left:5px;
	padding:3px 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color: #27282a;
/*background-image:url(w20.png);*/
	color:#d6d8da;
}
#images .caption .menu span.nr strong {
	color:#ffffff;
}
#help {
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:9999;
}
#help .window {
	position:relative;
	width:640px;
	min-height:280px;
	max-height:80%;
	margin:40px auto 0 auto;
	padding:20px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:3px solid #444;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:20px 64px;
}
#help .window .close {
	position:absolute;
	right:4px;
	top:4px;
	width:20px;
	height:20px;
}
#help .window .close a {
	display:block;
	line-height:20px;
	background-image:url(close.png);
	background-repeat:no-repeat;
	background-position:-20px 0;
}
#help .window img.main {
	position:absolute;
	left:20px;
	top:20px;
}
#help .window h2 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #666;
	text-align:center;
	color:#fff;
}
#help .window h2 a {
	color:#9da1a4;
}
#help .window h2 a:hover {
	color:#ddd;
}
#help .window p,
#help .window ol,
#help .window ul {
	padding-left:360px;
}
#help .window ul li
#help .window ol li {
	margin:10px 10px 10px 0;
}
#help .window em {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:2px 5px;
	margin-left:10px;
	background-color:#333;
	font-style:normal;
	color:#fff;
	font-size:10px;
	white-space:nowrap;
}
#help .window strong {
	font-weight:normal;
	color:#ffffff;
}
#helpsplash {
	display:none;
	background-image:url(help-splash.png);
}
#helpimage {
	display:none;
	background-image:url(help-img.png);
}

#mp3player {
	position:fixed;
	left:20px;
	top:100px;
	width:150px;
	height:30px;
	z-index:9999;
}
.player {
	position:absolute;
    width:640px;
	height:480px; 
}
/*
.qtplayer {
	height:256px;
}
.wmplayer {
	height:304px;
}
.flvplayer {
	height:275px;
}
*/
#noscript {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999;
	overflow:auto;
	background-color:#111422;
}
#noscript div.head {
	width:900px;
	margin:20px auto;
}
#noscript div.head p {
	margin:10px 0;
}
#noscript div.oneimg {
	width:900px;
	margin:20px auto;
	outline:1px solid #9da1a4;
	text-align:center;
}
#noscript div.oneimg a img {
	outline:none;
	border:none;
}
#noscript div.caption {
	text-align:left;
	padding:10px 20px;
}
