/* Photo Zoom CSS */

#zoom { position: relative; top: 10px; left: 0px; width: 75px; background-color: rgb(204, 204, 153); }

#zoom a.p1, #zoom a.p1:visited { border: 4pt none ; background: rgb(204, 205, 153) none repeat scroll 0%; display: block; width: 75px; height: 75px; text-decoration: none; top: 0pt; left: 0pt; }

#zoom a img { border: 4pt solid #f2edc3; }

#zoom a.p1:hover { text-decoration: none; background-color: rgb(204, 204, 153); color: rgb(0, 0, 0); }

#zoom a .large { border: 0px solid black ; display: block; position: absolute; width: 1px; height: 1px; top: -1px; left: -1px; }

#zoom a.p1:hover .large { border: 6px solid #f2edc3; display: block; position: absolute; top: -206px; left: 130px; width: 402px; height: 327px; }

/* End Photo Zoom CSS */