	#page1 {
		position: absolute;
		top: 0;
		left: 0;
		}
		
	#page2 {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		}
		
	#page3 { 
		margin-left:0; 
		padding: 0; 
		position:absolute; 
		left:0; 
		top:0;
		background: url('../App_Images/10-percent-black.png');
		/* 30% and 50% shadows are also included in the source */
		padding-left: 0;
		overflow: hidden;
		}
		
	#page4 { 
		margin-left:0; 
		padding: 0; 
		position:absolute; 
		left:0; 
		top:0;
		overflow: hidden;
		}

	#page0 {
		position: absolute;
		top: 0;
		left: 0;
		background: url('../App_Images/10-percent-black.png');
		/* 30% and 50% shadows are also included in the source */
		overflow: hidden;
		}
		
	#pageN1 {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		}



	#pagesContainer {
		margin:50px auto; 
		background-color:#888888; 
		position:relative;
		overflow: hidden;
		
		
		}

	.pageImage {
		display: none;
		}
