<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body, div, p, ul, ul li, table, form, dl, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin:0;
	padding:0;/*
	outline:1px solid #ccc;*/
}
body {
	position:relative;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#333333;
	color:#999;
}
a {
	color:#dddddd;
	text-decoration:none;
	border:0;
	outline:none;
}
a:hover {
	color:#ffffff;
}
a img {
	border:0;
	outline:none;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}

/************************ Hints */

#hint {
	display:none;
	position:absolute;
	left:0;
	top:0;
	padding:8px 10px;
	max-width:200px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#333333;
	color:#fff;
	z-index:99999;
}
#hint b {
	margin-bottom:4px;
}
#hint small {
}
#hint span {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#000;
	font-weight:bold;
	padding:1px 3px;
	color:#ddd;
}

/************************ Header */

#header {
}	
#header .cont {
	position:relative;
	width:1420px;
	margin:0 auto;
	height:60px;
	background-image:url(hdbg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#333333;
}
#header #hdleft, #header #hdright {
	display:inline-block;
	width:365px;
	height:100%;
}
#header #hdleft {
	float:left;
	background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,0)));
background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
background: -o-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
background: -ms-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333FF', endColorstr='#33333300',GradientType=1 );
}
#header #hdright {
	float:right;
	background: -moz-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1)));
background: -webkit-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
background: -o-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
background: linear-gradient(to right, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333300', endColorstr='#333333FF',GradientType=1 );
}
#header .head {
	position:absolute;
	left:0;
	width:100%;
}
#header #parent {
	display:inline-block;
	float:left;
	margin:10px 10px 0 0;
	width:100px;
	height:40px;
}
#header #parent a {
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	background-image:url(up.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#header #parent a:hover {
	background-position:-40px 0;
}
#header #title {
	overflow:hidden;
	text-align:center;
	padding:10px 0;
}
#header #title h1 {
	line-height:38px;
	font-size:30px;
	margin-bottom:12px;
	font-weight:normal;
	color:#fff;
	text-align:center;
}
#header #title h1 a,
#header #title h1 a:hover {
	color:#fff;
}
#header #title h1 .playbtn {
	display:inline-block;
	margin:8px 0 0 10px;
	width:16px;
	height:16px;
	line-height:16px;
	overflow:hidden;
}
#header #title h1 .playbtn a {
	display:block;
	background-image:url(play.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#header #title h1 .playbtn a:hover {
	background-position:-16px 0;
}
#header #title h1 .playbtn a.stop {
	background-position:0 -16px;
}
#header #title h1 .playbtn a:hover.stop {
	background-position:-16px -16px;
}
#header #breadcrumb {
	margin:0 auto;
	padding:3px 8px;
	height:14px;
	line-height:14px;
	overflow:hidden;
	text-align:center;
}
#header #breadcrumb a {
	padding:1px 5px;
}
#header #breadcrumb a:hover {
	color:#ffffff;
}
#header #breadcrumb span {
	padding:6px 12px;
	background-image:url(pathsep.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#header #networking {
	display:inline-block;
	float:right;
	min-width:100px;
	height:60px;
	text-align:right;
	margin:20px 0 0 10px;
	line-height:40px;
}
#tweetTwitter,
#likeFacebook,
#share {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
#likeFacebook {
	width:80px;
}
#tweetTwitter {
	width:55px;
}
#share a {
	padding:4px 5px;
	line-height:12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	/*background-image:url(k40.png);*/
}
#share a:hover, #shares {
	background-color:#333333;
}
#share a img {
	vertical-align:middle;
}
#shares {
	display:none;
	position:absolute;
	right:0;
	top:30px;
	margin:20px 0 0 0;
	padding:5px;
	text-align:left;
	z-index:888;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
#shares a {
	padding:2px 4px;
}
#shares a:hover {
	background-color:#000;
}
#share a, #shares a {
	color:#fff;
	font-size:10px;
	display:block;
	line-height:12px;
}
#shares a img {
	vertical-align:middle;
}

/************************ Images */

#images {
	padding-top:10px;
	height:650px;
	z-index:0;
}
#images .cont {
	position:relative;
	width:1500px;
	height:650px;
	margin:0 auto;
	overflow:hidden;
}
#images ul {
	position:absolute;
	left:-365px;
	top:0;
	height:650px;
	width:3000px;
}
#images ul li {
	float:left;
	display:inline;
	position:relative;
	width:730px;
	height:650px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:20px;
	text-align:center;
}
#images ul li img.original {
	cursor:url('magnify.cur'),url('magnify.png'),pointer;
}
#images .caption {
	position:absolute;
	display:none;
	left:15px;
	right:15px;
	top:535px;
	height:115px;
	overflow:auto;
	text-align:center;
	z-index:99;
}
#images .caption h2,
#images .caption .comment {
	margin:0 0 6px 0;
	color:#fff;
}
#images .caption h2 {
	font-size:14px;
}
#images .caption .comment {
	font-size:12px;
}
#images .caption p {
	margin:0 0 6px 0;
}
#images .caption p.meta {
	font-size:10px;
}
#images .caption p.meta b {
	color:#ddd;
}
#images #left,
#images #right {
	position:absolute;
	top:0;
	width:365px;
	bottom:0;
	/*background-repeat:repeat-y;*/
}
#images #left {
	left:0;
	z-index:91;
}
#images #right {
	right:0;
	z-index:92;
}
#images #left a,
#images #right a {
	position:relative;
	display:block;
	width:365px;
	height:800px;
	cursor:pointer;
}
#images #left a {
	background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,0)));
background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
background: -o-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
background: -ms-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333FF', endColorstr='#33333300',GradientType=1 );
}
#images #right a {
	background: -moz-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1)));
background: -webkit-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
background: -o-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
background: linear-gradient(to right, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333300', endColorstr='#333333FF',GradientType=1 );
}
#images #left img,
#images #right img {
}
#images #left a span,
#images #right a span {
	display:none;
	position:absolute;
	width:80px;
	height:80px;
	top:265px;
	background-repeat:no-repeat;
	z-index:99;
}

#images #left a span {
	left:20px;
	background-image:url(left.png);
}
#images #right a span {
	right:20px;
	background-image:url(right.png);
}	
#images #left a:hover span,
#images #right a:hover span {
	display:block;
}

/************************ Thumbs */

#thumbs {
	position:relative;
	height:100px;
	width:1420px;
	margin:0 auto;
}
#thumbs #thumbbg {
	top:0;
	bottom:0;
	left:40px;
	right:40px;
	position:absolute;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	z-index:1;
}
#thumbs #thumbcnt {
	position:absolute;
	top:0;
	left:45px;
	right:45px;
	height:100px;
	overflow:hidden;
	z-index:2;
}
#thumbs #thumbcnt ul.thmb {
	position:absolute;
	left:0;
	top:5px;
	height:90px;
}
ul.thmb li {
	float:left;
	display:inline;
	position:relative;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:1px;
	text-align:center;
}
ul.thmb li:hover {
	background-color:#333333;
}
ul.thmb li.active {
	background-color:#fff;
}
ul.thmb li.folder,
ul.thmb li.folderi {
	background-image:url(folder100.png);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
}
ul.thmb li a {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	text-align:center;
	overflow:hidden;
	padding:4px;
	width:110px;
	height:80px;
}
ul.thmb li a.empty {
	background-image:none;
}
ul.thmb li a img {
	vertical-align:middle;
	border:0;
	outline:none;
}
ul.thmb li a b {
	display:inline-block;
	vertical-align:middle;
	height:100%;
	font-size:1px;
}
ul.thmb li span {
	position:absolute;
	z-index:99;
	width:15px;
	height:15px;
	background-image:url(new.png);
	background-repeat:no-repeat;
	top:5px;
	right:5px;
}
ul.thmb li.image {
	opacity:0.4;
	filter:alpha(opacity=40);
}
ul.thmb li.image a {
	background-image:url(load.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
ul.thmb li.image a img {
	max-width:110px;
	max-height:80px;
}
ul.thmb li:hover, ul.thmb li.active {
	opacity:1;
	filter:alpha(opacity=100);
}
ul.thmb li.folder a img {
	width:auto;
	height:auto;
	max-width:110px;
	max-height:80px;
}
ul.thmb li.folderi a img {
	width:auto;
	height:auto;
	max-width:55px;
	max-height:40px;
}
#thumbs #scroll-left,
#thumbs #scroll-right {
	position:absolute;
	top:10px;
	width:40px;
	height:80px;
	background-repeat:no-repeat;
	background-position:0 center;
}
#thumbs #scroll-left {
	left:0;
	background-image:url(scrollleft.png);
}
#thumbs #scroll-right {
	right:0;
	background-image:url(scrollright.png);
}
#thumbs #scroll-left:hover,
#thumbs #scroll-right:hover {
	background-position:-40px center;
	cursor:pointer;
}
#thumbs #scroll-left.inactive,
#thumbs #scroll-right.inactive {
	display:none;
}
#thumbs #thleft,
#thumbs #thright {
	position:absolute;
	top:0;
	width:36px;
	height:100px;
}
#thumbs #thleft {
	left:40px;
	z-index:93;
	background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(51,51,51,0)));
background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
background: -o-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
background: -ms-linear-gradient(left, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
background: linear-gradient(to right, rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333FF', endColorstr='#33333300',GradientType=1 );
}
#thumbs #thright {
	right:40px;
	z-index:94;
	background: -moz-linear-gradient(left, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1)));
background: -webkit-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
background: -o-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
background: -ms-linear-gradient(left, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
background: linear-gradient(to right, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333300', endColorstr='#333333FF',GradientType=1 );
}

/************************ Footer */

#footer {
	margin:0 auto;
	width:1420px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:10px;
	color:#666;
}

/************************ Help */

#help {
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:9999;
}
#help .window {
	position:relative;
	width:320px;
	min-height:210px;
	max-height:80%;
	margin:160px auto 0 auto;
	padding:20px 20px 20px 360px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:3px solid #444;
	background-color:#000;
	background-image:url(help.jpg);
	background-repeat:no-repeat;
	background-position:20px 20px;
}
#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 {
	color:#fff;
}
#help .window ol {
	padding-left:30px;
}
#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:0 5px;
	background-color:#333;
	font-style:normal;
	color:#fff;
	font-size:10px;
	white-space:nowrap;
}
#help .window b {
	font-weight:normal;
	color:#fff;
}
</pre></body></html>