
.bookletPage {
    display: none;
}


#booklet {
    margin: 0px auto;
    background-color: #EEEEEE;
    position: relative;
    overflow: hidden;
	width:1000px; 
	height:706px;
}

#leftPage {
    position: absolute;
    top: 0;
    left: 0;
}

#rightPage {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#shadowForward {
    margin-left: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../img/dark.png');
    padding-left: 0;
    overflow: hidden;
}

#nextRightPage {
    margin-left: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#shadowBackward {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/dark.png');
    overflow: hidden;
}

#previousLeftPage {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#instructions {
	z-index:1;
	color:#919191;
	text-align:center;
	margin-top:320px;
}

#instructions-with-index {
	z-index:1;
	color:#919191;
	text-align:left;
	margin-top:160px;
	margin-left:8px;
	margin-right:32px;
}

#instructions ul {
	text-align:left;
}


