@charset "utf-8";
/* CSS Document */

#next {
	width:76px; float:right; margin-right:20px; margin-top:20px;
}

#next a.rollover {
	display: block;
	width: 76px;
	height: 30px;
	text-decoration: none;
	background: url("../images/next.png");
	}

#next a.rollover:hover {
	background-position: -76px 0;
	}

#next .displace {
	position: absolute;
	left: -5000px;
	}
	
#prev {
	width:76px; float:left; margin-right:20px; margin-top:20px;
}

#prev a.rollover {
	display: block;
	width: 76px;
	height: 30px;
	text-decoration: none;
	background: url("../images/prev.png");
	}

#prev a.rollover:hover {
	background-position: -76px 0;
	}

#prev .displace {
	position: absolute;
	left: -5000px;
	}
	