		#superwrapper{
			height:auto;
			width:450px;
			bottom:30px;
			border-top:0px solid #000;
			border-bottom:0px solid #4F4F4F;
			position:fixed;
			right:0px;
			z-index:50;
		}
		#slidecaption{
			overflow: hidden;
			float:right;
			color:#FFF;
			font-style:oblique;
			font-weight:normal;
			font-family: Georgia, Times, serif;
			font-size:15pt;
			margin:33px 30px 33px 0;
			text-align:right;
			width:300px;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url("<?php bloginfo('template_url'); ?>/images/navbg.gif") no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(<?php bloginfo('template_url'); ?>/images/progress.gif);
		}

		#slideshow {position:fixed !important;height:100%;width:100%;background:black;overflow:hidden;z-index:0;top:0;left:0;}
		#slideshow img {	width:100%;	border: 0px solid #999;	padding: 0px; }

		#supersize {
			position:fixed;
			z-index:0;
			top:0;
			left:0;
		}
		#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;
		}
		
		.still, #still {
			position:fixed;
			width:100%;
			height:100%;
			z-index:0;
			top:0;
			left:0;
		}		
		.still img, .still a, #still img, #still a {
			width:100%;
			position:absolute;
			z-index: 1;
		}
