html{
	height: 100%;
	width: 100%;
	overflow: hidden;
}	
        
body{
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #FFF;
	font-family: sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding:0;
}

#supersize{
	    position:fixed; top: 0px; z-index:1; width:100%; height:100%;
		}
                
#supersize img, #supersize a{
height:100%;
width:100%;
position:absolute;
z-index: 0;
border:0;
text-decoration: none;
		}
		
#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}

#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}


#scroller {position:absolute;
            width:100%;
            height:100%;
            top:0;
            left:0;
            overflow:auto;
            z-index:2;
            }
            
#footer{
position:absolute;
bottom:0px;
width:100%;
}

#details {clear:both;
z-index:6;
position:relative;
margin: 0 auto;
bottom:5px;
width:1024px;}

#details p{color: #ccc;
font-size: 0.8em;
float: right;
padding:0;
margin:0;
text-align:right;}

#details a{color:#ccc;
font-size: 0.8em;
text-decoration: none;}

#details a:hover{color: #FF0000;}
