a{
	outline: none;
}

img{
	border:none;
}

.imageBack {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 16px; 
	height: 16px;
	text-indent: -999em;
	background-image: url(../images/progress.gif);
}
#supersize{
	position:fixed;
	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;
}


