

    /* Photo Zoom CSS */

    #zoom a img { float:right;
    height:94px;
    width:125px;
    border:1px solid #000;
    margin:0 0 5px 5px; }

    #zoom a:hover img { width:790px;
    height:608px; }

    /* The rule below makes the effect work in IE */
    #zoom a:hover { padding:0; }

    /* End Photo Zoom CSS */