div.viewport
{
	height: 743px;
	width: 535px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

div.pageone
{
	z-index: 2;
	position: absolute;
	height: 706px;
	width: 496px;
	top: 18px;
	left: 19px;
	overflow: hidden;
	background-color: #fff;
	border-width: 0px;
}

div.pagetwo
{
	z-index: 1;
	position: absolute;
	height: 706px;
	width: 496px;
	top: 18px;
	left: 19px;
	overflow: hidden;
	background-color: #fff;
	border-width: 0px;
}

div.flipper
{
	z-index: 254;
	position: absolute;
	width: 10px;
	height: 743px;
	overflow: hidden;
	background-image: url(../images/flipper_bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div.next
{
	width: 48px;
	height: 52px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 253;
}

div.shadow
{
	z-index: 255;
	background: url(../images/flipper_bg.png);
	position: absolute;
	width: 150px;
	height: 800px;
	left: 535px;
}

