body {
	margin: 0px;
}

#top {
	padding: 0;
	margin-bottom: 3px;
	height:30px;
	background-color: #a5b231;
}

#page {
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#naviContainer {
	margin: 4px;
	width: 99%;
	font: normal 10pt Arial, sans-serif;
	text-align: center;
}

#page a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url("http://readbleach.com/images/blank.gif") no-repeat; 
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("http://readbleach.com/images/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("http://readbleach.com/images/nextlabel.gif") right 15% no-repeat; }

