@CHARSET "UTF-8";

.psa-pages-wrapper{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
}

.psa-page{
	position: absolute;
	z-index: 1;
	height: 100%;	
	left: 200%;
	top: 0px;
	overflow: hidden;		
}

.psa-page img{
	top: 0 !important;
}