<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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:#ffffff;
	color:#999;
}
a {
	color:#1b4580;
	text-decoration:none;
	border:0;
	outline:none;
}
a:hover {
	color:#6077bf;
}
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:#b1c3d4;
	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 {
	z-index:500;
	margin-bottom:10px;
}	
#header .cont {
	position:relative;
	width:1128px;
	margin:0 auto;
	background-image:url(hdbg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#b1c3d4;
}
#header #parent {
	position:absolute;
	left:0;
	top:10px;
	width:40px;
	height:40px;
	background-image:url(up.png);
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:999;
}
#header #parent a {
	display:block;
	line-height:40px;
}
#header #parent:hover {
	background-position:-40px 0;
}
#header #title {
	margin:0 auto;
	padding:10px 0;
	height:40px;
	overflow:hidden;
}
#header #title h1 {
	line-height:38px;
	font-size:30px;
	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:#6077bf;
}
#header #breadcrumb span {
	padding:6px 12px;
	background-image:url(pathsep.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#header #hdleft, #header #hdright {
	position:absolute;
	top:0;
	width:292px;
	bottom:0;
	z-index:99;
	overflow:hidden;
}
#header #hdleft {
	left:0;
}
#header #hdright {
	right:0;
}
#header #hdleft img, #header #hdright img {
	width:100%;
}
#header #networking {
	position:absolute;
	right:0;
	top:10px;
	width:292px;
	z-index:998;
}
#tweetTwitter,
#likeFacebook {
	float:right;
	display:inline;
	height:20px;
	margin-top:10px;
}
#likeFacebook {
	width:80px;
}
#tweetTwitter {
	width:55px;
	margin-right:10px;
}
#share {
	position:relative;
	float:right;
	display:inline;
	margin:10px 10px 0 0;
}
#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:#b1c3d4;
}
#share a img {
	vertical-align:middle;
}
#shares {
	display:none;
	position:absolute;
	right:0;
	top:20px;
	margin:20px 0 0 0;
	padding:5px;
	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 {
	height:504px;
	background-image:url(bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	z-index:0;
}
#images .cont {
	position:relative;
	width:1208px;
	height:504px;
	margin:0 auto;
	overflow:hidden;
}
#images ul {
	position:absolute;
	left:-292px;
	top:0;
	height:504px;
	width:2416px;
}
#images ul li {
	float:left;
	display:inline;
	position:relative;
	width:584px;
	height:504px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-right:20px;
	text-align:center;
}
#images ul li img.original {
	cursor:url('magnify.png'),pointer;
}
#images .caption {
	position:absolute;
	display:none;
	left:15px;
	right:15px;
	top:419px;
	height:85px;
	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:292px;
	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;
}
#images #left img,
#images #right img {
	width:292px;
	height:800px;
	cursor:pointer;
}
#images #left a span,
#images #right a span {
	display:none;
	position:absolute;
	width:80px;
	height:80px;
	top:190px;
	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:80px;
	width:1128px;
	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:80px;
	overflow:hidden;
	z-index:2;
}
#thumbs #thumbcnt ul.thmb {
	position:absolute;
	left:0;
	top:5px;
	height:70px;
}
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:#b1c3d4;
}
ul.thmb li.active {
	background-color:#fff;
}
ul.thmb li.folder,
ul.thmb li.folderi {
	background-image:url(folder60.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:90px;
	height:60px;
}
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:90px;
	max-height:60px;
}
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:90px;
	max-height:60px;
}
ul.thmb li.folderi a img {
	width:auto;
	height:auto;
	max-width:45px;
	max-height:30px;
}
#thumbs #scroll-left,
#thumbs #scroll-right {
	position:absolute;
	top:10px;
	width:40px;
	height:60px;
	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:45px;
	height:80px;
}
#thumbs #thleft {
	left:40px;
	z-index:93;
}
#thumbs #thright {
	right:40px;
	z-index:94;
}
#thumbs #thleft img,
#thumbs #thright img {
	width:100%;
	height:100%;
}

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

#footer {
	margin:0 auto;
	width:1128px;
	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>