/*	RESET
******************************/
*{
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;}

a img, :link img, :visited img {border: none;}

div.clear{
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;}

body, html{overflow: hidden; font: 11px/18px Verdana, Arial, sans-serif;}

/*	GLOBAL
******************************/
div#transparent{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	height: 240px;
	margin-top: -140px;
	background: #000;
	z-index: 5;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;}

div#box{
	/*text-indent: -9999px;*/
	position: absolute;
	z-index: 6;
	width: 462px;
	height: 240px;
	left: 50%;
	top: 50%;
	margin-left: -231px;
	margin-top: -140px;}

div#footer{
	position: absolute;
	z-index: 7;
	right: 20px;
	bottom: 10px;
	width: 90px;
	height: 40px;
	text-align: right;}

/*	SUPERSIZE
******************************/
#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{
	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;}
