/*Supersize Plugin Styles*/
#imageframe {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}

#supersize { float: left; overflow: hidden; width: 100%; height: 100%; }

#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img{
	display:inline;
}





