*{
			margin:0;
			padding:0;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#FFF;
		}
		#content{
			margin:0px auto;
			width:100%;
			bottom:30px;
			z-index: 5;
			position:absolute;
			text-align:center;
		}
		#contentframe{
			position: relative; width: 1007px; margin: 0 auto; text-align: left;
			overflow: hidden;
			height: 100%;
			z-index: 5;
		}
		#slidecounter{
			float:right;
			color:#FFF;
			font-size:11px;
			background: #666;
			width: 200px;
			line-height: 20px;
			text-align:center;
			border: 1px solid #FFF;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 6;
			width: 16px; 
			height: 16px;
			text-indent: -999em;
			background-image: url('../images/progress.gif');
		}
		#supersize{
			position:fixed;
			top: 0;
			left: 0;			
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			top: 0;
			left: 0;
			z-index: 2;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 3;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 4;
		}
		
		
