div, p, h1,h2  {
  margin:0;
  padding:0;
}

h1, h2, p {
  width: 100%;
  text-align: center;
}

a img, a span img { border:0; }
a span {width:37px; height:36px; }
a { text-decoration: none; }
/*a:hover span img {background:  url(../images/vPic_button-on.png); }*/
a:hover span img {background:  url(../images/vPic_button_darkgrey.png) center center no-repeat; }

#photoview {
  margin:0 auto;
  position:relative; /* puts container in front of distance */
  text-align: left;
  clear:left;
  visibility: visible;
}

#photoview a img{ border: none; }

#decoTop {
  background: url(../images/vPic_bd-top.gif);
}

#decoTopLeft {
  width: 100%;
  height: 100%;
  background: url(../images/vPic_bd-topLeft.gif) left top no-repeat;
}

#decoTopRight {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: url(../images/vPic_bd-topRight.gif) right top no-repeat;
}

#decoBot {
  clear: both;
  background: url(../images/vPic_bd-bot.gif);
}

#decoBotLeft {
  width: 100%;
  height: 100%;
  background: url(../images/vPic_bd-botLeft.gif) left bottom no-repeat;
}

#decoBotRight {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: url(../images/vPic_bd-botRight.gif) right bottom no-repeat;
}

#decoLeft {
  float:left;
  background: url(../images/vPic_bd-left.gif) left;
}

#decoRight {
  float:left;
  background: url(../images/vPic_bd-right.gif) right;
}

#imageContainer{
  float:left;
  position: relative;
}
#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.9%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }



