body {
    background: url(../images/backgrounds/bg_zoom.jpg);
}
div.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    border: 1px solid #000;
    display: none;
    text-align: center;
    overflow: hidden;
    z-index: 100;
}
img.jqzoom {
    position:relative;
    cursor: pointer;
}
body#zoom {
    visibility: visible;
}
/*
body#zoom h2 {
    text-align: center;
    display: inline;
    margin: 0 25px 5px 25px;
}
*/
#wrapper 
{
    margin-top: 80px;
}
* html #wrapper {
	margin-top: 70px;
}
#left-pane {
    margin: 0 0 0 52px;
    float: left;
}
* html #left-pane {
    margin: 0 0 0 25px;
}
#right-pane {
    float: left;
    margin: 0 0 0 55px;
    width: 380px;
    line-height: 2em;
}
#right-pane h2 {
    margin-bottom: 25px;
}
#top-pane {
    position: absolute;
    top: 8px;
    left: 275px;
}
#top-pane h1 {
    font-size: 3em;
}
#right-pane p {
    line-height: 1.2em;
}
#right-pane ul {
    font-size: 1.2em;
    margin: 10px 0 0 -25px;
    *margin: 10px 0 0 20px;
}
/*
body#zoom a.prev-img {
  background-image: url(../images/pink-arrow-left.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  padding: 0 0 0 8px;
  font-size:1.2em;
}
body#zoom a.next-img
{
    background-image: url(../images/pink-arrow.gif);
  background-position: 100% 5px;
  background-repeat: no-repeat;
  padding: 0 9px 0 0;
  font-size:1.2em;
left:410px;
margin:5px 0pt 0pt 5px;
padding:0pt 9px 0pt 0pt;
position:absolute;
}
body#zoom a.next-img {jqzoom.css (line 73)
background-image:url(../images/pink-arrow.gif);
background-position:100% 5px;
background-repeat:no-repeat;
font-size:1.2em;
left:410px;
margin:5px 0pt 0pt 5px;
padding:0pt 9px 0pt 0pt;
position:absolute;*/