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

		*{
			margin:0;
			padding:0;
		}
		a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
		#wrapper {
			width: 100%;
			bottom: 35px;
			z-index: 3;
			position: absolute;
		}
		#content{
			background-repeat: repeat;
			width:500px;
			margin-right: auto;
			margin-left: auto;
			height:200px;
			z-index: 3;
			background-image: url(../assets/bg.png);
			position:relative;
			border-style: solid;
			border-width: 1px;
			border-color: #CCC;
			padding: 10px;
		}
		#slidecaption{
			overflow: hidden;
			color: white;
			font-size: 14px;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(../assets/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize 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;
		}