#button_first a {
	height: 25px;
	width: 50px;
	display: table-cell;
	background: url("../../images/GalleryButtonFirst.gif") 0px 0px no-repeat;
	}
#button_first a:hover {	
	background-position: 0px -25px;
	}
	
#button_prev a {
	height: 25px;
	width: 50px;
	display: table-cell;
	background: url("../../images/GalleryButtonPrev.gif") 0px 0px no-repeat;
	}
#button_prev a:hover {	
	background-position: 0px -25px;
	}

#button_gallery a {
	height: 25px;
	width: 50px;
	display: table-cell;
	background: url("../../images/GalleryButtonGallery.gif") 0px 0px no-repeat;
	}
#button_gallery a:hover {	
	background-position: 0px -25px;
	}

#button_album a {
	height: 25px;
	width: 50px;
	display: table-cell;
	background: url("../../images/GalleryButtonAlbum.gif") 0px 0px no-repeat;
	}
#button_album a:hover {	
	background-position: 0px -25px;
	}
	
#button_next a {
	height: 25px;
	width: 50px;
	display: table-cell;
	background: url("../../images/GalleryButtonNext.gif") 0px 0px no-repeat;
	}
#button_next a:hover {	
	background-position: 0px -25px;
	}
	
#button_last a {
	height: 25px;
	width: 50px;
	display: table-cell;
	background: url("../../images/GalleryButtonLast.gif") 0px 0px no-repeat;
	}
#button_last a:hover {	
	background-position: 0px -25px;
	}
