@charset "utf-8";
/* CSS Document */

/*body {
	overflow: hidden;/*Needed to eliminate scrollbars
	background:#000;
}*/

#content{
	width: 100%;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #4F4F4F;
	background-repeat: no-repeat;
	background-position: 100%;
	bottom: -1px;
	height: auto;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	position: absolute;
	z-index: 3;
	}
#contentframe{
	text-align: left;
	overflow: hidden;
	z-index: 3;
	height: 100%;
	}
#slidecounter{
	float:left;
	color:#4F4F4F;
	font:50px Helvetica, Arial, "微軟正黑體", sans-serif;
	font-weight:bold;
	margin:18px 20px;	
	}
#slidecaption{
	overflow: hidden;
	float:left;
	color:#FFF;
	font:26px Helvetica, Arial, "微軟正黑體", sans-serif;
	font-weight:bold;
	margin:33px 0;
	}

/*Supersized Stamp*/
.stamp{
	float: right;
	margin: 25px 20px 0 0;
	}

/*Supersize Plugin Styles*/
#navigation{
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/navbg.png);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	}
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
	}
#supersize{
	position: fixed;
	}
#supersize img, #supersize a{
	width: 100%;
	z-index: 0;
	position: absolute;
	height: auto;
	}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
	}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
	}
