@charset "utf-8";
/* CSS Document */
body, html {
	background: #000;
	min-width: 100% !important;
	height: 100% !important;
	position: relative;
}

body{
	overflow-x: hidden !important;
}

#top_bg{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 120;
}
#pg_preview{
	overflow: hidden !important;
	position: absolute;
	top: 0;
	left: 0;
}
#holder{
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	position:relative;
	overflow:hidden !important;
}

#aside{
	position: absolute;
	left: 15px;
	top: 37px;
	z-index: 119;
	margin: 0 !important;
}

#nav {
	padding:0;
}
.pg_content{
	position: fixed; 
	width: 100%;
	height: 100%;
}

#big-mask{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 95;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	
	/*min-height: 95.7%;
	height: 95.7%;*/
	background: url(../images/home-bg.png) repeat 0 0;
}
.slide-h{
	position:relative;
	float:left;
	display:block;
	z-index:100;
	margin:0 0 0px 20px;
	cursor:pointer;
}
	.slide-h img {
		/*display:none;*/ 
	}
	.slide-h i {
		background: url(../images/li-mask.png) no-repeat 0 0;
		position:absolute;
		left:-3px;
		top:-3px;
		width:126px;
		height:96px;
	}

.bot-home {
	background:url("../images/bottom_bg.png") repeat-x 0 0;
	position:fixed;
	left:0;
	bottom:0;
	height:43px;
	width:100%;
	z-index:120;
	padding:0 0 0 0px;
}
div.bottom-cont{
	position: relative;
	margin: 0 0px;
	// margin:0 40px 0 -40px;
	padding-top: 15px;
	height: 25px;
}
	.bot-home a{
		color: #6e6e6e;
	}
	.bot-home span{
		float: left;
		font-size: 10px;
		color: #6e6e6e;
		margin:0px 0 0 0px;
	}
	.bot-home div.foll {
		float:left;
		padding:0;
		margin: -2px 10px 0 0px;
	}
	.bot-home div.bottom-cont{
		list-style: none;
		margin-right: 18px;
	}
		.bot-home .ico-l a{
			display: block;
			float:left;
			width: 22px;
			height: 22px;
			background-repeat: no-repeat;
			background-position: 0 0;
			margin:0 8px 0 0;
		}
		.bot-home div.bottom-cont a:hover{
			background-position: 0 -22px;
		}
		.bot-home a.ico_facebook {
			background-image: url(../images/social/facebook.png);
		}
		.bot-home  a.ico_twitter {
			background-image: url(../images/social/twitter.png);
		}
		.bot-home a.ico_flickr {
			background-image: url(../images/social/flickr.png);
		}
		.bot-home a.ico_vimeo {
			background-image: url(../images/social/vimeo.png);
		}
		.bot-home a.ico_tumblr {
			background-image: url(../images/social/tumblr.png);
		}
.navig{
	float:right;
	margin:-2px 10px 0 0;
}

   .bot-home div.bottom-cont a.go{
		float:left;
		padding: 0px 8px 0 0px;
		margin:0 0 0 0px;
		text-align: center;
		color: #E6E3DC;
		text-shadow: -1px -1px 0 #000;
		font-size: 14px;
	}
	.bot-home a.go.prev{
		margin:-2px 0px 0 3px;
		height: 22px;
		width:22px;
	    background: url(../images/prev.png) no-repeat 0 0;
	}
	.bot-home a.go.play{
		margin:-2px 7px 0 3px;
		height: 22px;
		width:22px;
	    background: url(../images/playd.png) no-repeat 0 0px;
	}
	.bot-home a.go.stop{
		margin:-2px 7px 0 3px;
		height: 22px;
		width:22px;
	    background: url(../images/stop.png) no-repeat 0 0px;
	}
	.bot-home a.go.next{
		margin:-2px 7px 0 3px;
		height: 22px;
		width:22px;
	    background: url(../images/next.png) no-repeat 0 0px;
	}
	a.go:hover {
		text-decoration:none;
	}
	a.go.prev:hover span{
		background-position: 0 -22px;
	}
	a.go.next:hover span{
		
		background-position: 0 0px;
	}
	
#thumbContainter{
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	margin:0;
	width:161px;
	padding:0 10px 200px;
	margin:0 10px 0 0;	
	z-index:99;
}
#thumbScroller{
	position:relative;
	height:600px;
	right:-180px;
	background:url("../images/slide-bg.png") repeat-y 0 0;
	padding:0px 0 0px 10px;
	width:161px;
	margin:0;
}
#thumbScroller.scroll {
	background:url("../images/slide-bg.png") repeat-y 25px 0;
	padding:0px 0 0px 35px;
	width:161px;
}
	#thumbScroller .container{
		position:relative;
		top:0;
		float:left;
	}
	#thumbScroller .content{
		clear:both;
		float:left;
	}
	#thumbScroller .content.first{
		margin:20px 0 0 0;
	}
	#thumbScroller .content.last{
		margin:0 0 20px 0;
	}

.slide-h {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 100;
}
	.slide-h > img {
		display:none !important;
	}
#thumbScroller .content div{
	position:relative;
	float:left;
}
#thumbScroller .content a{
	outline:medium none;
}
#thumbScroller img{
}
img.pg_thumb,
img#pg_large,
.pg_title h1,
.pg_content .pg_description div
{
	position:absolute;
}
.pg_content .pg_description div{
	display:none;
}
.pg_title h1{
	display:none;
	left:250px;
	top:-50px;/*25*/
	background:transparent url(../bg.png) repeat top left;
	padding:10px 20px;
	color:#fff;
	font-weight:bold;
}
img.pg_thumb{
	display:none;
}
img#pg_large{
	z-index:9999;
}
img.pg_thumb,
img#pg_large{
	padding:0px;
	height:100%;
	width: auto;
}
.pg_description {
}
.pg_description h2{
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	line-height:30px;
	padding:0px 0px 3px;
}
.pg_description p{
	font-size:12px;
	width:410px;
	overflow:hidden;
	text-shadow:none;
	color:#272727;
	margin:0;
}
#pg_desc1 div{
	right: 453px;
	background: transparent url(../images/bg2.png) repeat top left;
	z-index: 999;
	max-width:450px;
}
	#pg_desc1 div h1, #pg_desc1 div h2, #pg_desc1 div h3, #pg_desc1 div h4, #pg_desc1 div h5{
		padding: 0px 20px 3px;
		color:#fff
	}
.static #pg_desc1 div {
	right: 30px;
}
#pg_desc2 div{
	bottom: 70px;
	right: 200px;
	background: url(../images/desc-bg.png) repeat top left;
	z-index: 999;
}
	#pg_desc2 div p{
		padding: 15px 20px 15px;
	}



a:active, a:focus, img { outline: 0; }
.marker {
	background: url(../images/marker.png) no-repeat 0 0;
	width:15px;
	height:25px;
	position:absolute;
	top:60px;
	right:137px;
	z-index:9995;
	float:none;
}
.more {
	clear:both;
	float:left;
	background:url("../images/more_d.png") no-repeat 0 5px;
	color:#272727;
	text-shadow:none;
	padding:0 0 0 15px;
	text-decoration:underline;
	margin: 5px 0 0 0;
}
.more:hover {
	text-decoration:none;
}

/* Static Homepage 18.09.2011 */

.home-static #pg_desc1 div{
	right: 0px;
	background: transparent url(../images/bg2.png) repeat top left;
	padding: 0px 20px 3px;
	z-index: 999;
}
.home-static #pg_desc2 div{
	bottom: 70px;
	right: 30px;
	background: url(../images/desc-bg.png) repeat top left;
	padding: 10px 20px 20px;
	z-index: 999;
}
.content div{
	height: 96px;
}