@charset "UTF-8";
/* CSS Document */

/*FOR PLUGIN*/

*{
			margin:0;
			padding:0;
		}
		a{

			outline: none;
		}
		
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
			min-width:1000px;
		}
		#content{
			margin:0px auto;
			z-index: 3;
			position:absolute;
			width:100%;
			
		}
		#contentframe{
			overflow: hidden;
			border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			width:100%;
			position:relative;
			top:50%;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(../ximg/frame/progress.gif);
		}
		#supersize , #openersize{
			position:fixed;
			
		}
		#supersize img, #supersize a , #openersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
		#openersize a{
			z-index:3;
		}
		
		a .supersize_holder{
			cursor:default;
		}
		
/*FOR PAGE*/

#header_wrapper{
	position:absolute;
	z-index:10;
}

#footer_wrapper{
	position:fixed;
	bottom:0;
	z-index:11;
}

#infobox_wrapper{
	position:fixed;
	bottom:-164px;
	left:17px;
	width:634px;
	height:261px;
	overflow:hidden;
	z-index:9;
	background:url(../ximg/frame/infobox_bg.png) repeat;
	padding:19px 16px 50px 16px;
}

#infobox_ueber{
	font-weight:bold;
	height:40px;
	color:#f3f3f3;
	background: url(../ximg/frame/infobox_ueber.png) no-repeat top right;
	cursor:hand;
	cursor:pointer;
}

#infobox_te{
	font-size:14px;
	color:#cfcfcf;
	font-weight:light;
	line-height:18px;
}

#infobox_te a{
	text-decoration:underline;
	color:#cfcfcf;
}

.infobox_object{
	visibility:hidden;
	display:none
}

.slide_title{
	visibility:	hidden;
	display:none;
}

.slide_text{
	visibility:hidden;
	display:none;
}

.prevslide_img{
	float:left;
	width:113px;
}

.nextslide_img{
	float:right;
	width:113px;
}

#header_right a:hover{
	text-decoration:none;
}

#picnum_wrapper{
	position:fixed;
	right:20px;
	bottom:117px;
	z-index:14;
	text-align:right;
	max-width: 400px;
}

.picnum, .picplay{
	width:49px;
	height:24px;
	margin-left:6px;
	color:#ffffff;
	font-size:15px;
	background:url(../ximg/frame/infobox_bg.png) repeat;
	text-align:center;
	padding-top:1px;
	line-height:25px;
	float:left;
	margin-top:4px;
}

.picplay{
	cursor:hand;
	cursor:pointer;
	height: 18px;
	padding: 3px 0 4px 0;
}

.picnum_nc{
	color:#888888;
	cursor:hand;
	cursor:pointer;
}

.supersize_wrapper{
	background-color:#000000;
}

.supersize_wrapper img{
	display:none;
}


