#photogallerylink {
	position: absolute;
	z-index: 5;
	top: 550px;
	left: 600px;
}
#photogallerybutton
{
  display: block;
  width: 175px;
  height: 62px;
  padding-bottom: 0px;
  background: url("../CardsImages/Buttons/photobutton.jpg") no-repeat 0 0;
}

#photogallerybutton:hover
{ 
  display: block;
  width: 175px;
  height: 62px;
  background-position: -175px 0;
}
#photogallerybutton span
{
  display: none;
}
