html, body {
    height: 100%;
    width: 100%;	
	}
body{
    min-height: 101%;
	margin:0;	
	}
.loading{
	width:100%;
	height:700px;
	background:url(../images/loading.gif) no-repeat center center;
	position:absolute;
	z-index:100
	}
#contentSlide{
	width:100%;
	min-height:100%;
/*	overflow:hidden;*/
	position:relative;
	}
.pageContainer{
	position:absolute;
	width:100% ;
	min-height:100%;
	float:none !important;
	z-index:7777;
	top:0;
	background:#ffffff;
	}



.next{
	width:80px;
	height:80px;
	background:url(../images/ico_next.png) center center no-repeat;
	position:fixed;
	top:60%;
	right:15px;
	z-index:99999;
	text-indent:-9999px;
	}
.prev{
	width:80px;
	height:80px;
	background:url(../images/ico_prev.png) center center no-repeat;
	position:fixed;
	top:60%;
	left:15px;
	z-index:99999;
	text-indent:-9999px;
	}