/* RVS-NavBar.css */
#firstStrip {
	position:absolute;
	left:0px;
	top:0px;
	width:27px;
	height:25px;
	z-index:1001;
	background-image: url(../0-Images/NavBarImgs/FirstPageGray-25x25.jpg);
}
#prevStrip {
	position:absolute;
	left:0px;
	top:0px;
	width:25px;
	height:25px;
	z-index:1001;
	background-image: url(../0-Images/NavBarImgs/PrevPageGray-25x25.jpg);
	visibility: visible;
}
#prevFrame {
	position:absolute;
	left:24px;
	top:0px;
	width:25px;
	height:25px;
	z-index:1001;
	background-image: url(../0-Images/NavBarImgs/PrevGray-25x25.jpg);
	visibility: visible;
}
#nextFrame {
	position:absolute;
	left:50px;
	top:0px;
	width:25px;
	height:25px;
	z-index:1001;
	background-image: url(../0-Images/NavBarImgs/NextGray-25x25.jpg);
	visibility: visible;
}
#nextStrip {
	position:absolute;
	left:75px;
	top:0px;
	width:25px;
	height:25px;
	z-index:1001;
	background-image: url(../0-Images/NavBarImgs/NextPageGray-25x25.jpg);
	visibility: visible;
}
#lastStrip{
	position:absolute;
	left:104px;
	top:0px;
	width:25px;
	height:25px;
	z-index:1001;
	background-image: url(../0-Images/NavBarImgs/LastPageGray-25x25.jpg);
}
#NavBar {
	position:absolute;
	left:2px;
	top:485px;
	width:100px;
	height:25px;
	z-index:1001;
	visibility: visible;
}
a:hover {
	color: #000000;
}
