﻿/* Photo Zoom CSS */

#zoom { position: relative; top: 0px; left: 0px; width: 0px; background-color: rgb(191,195, 196); }

#zoom a.p1, #zoom a.p1:visited { border: 0pt none ; background: rgb(191,195, 196) none repeat scroll 0%; display: block; width: 0px; height: 0px; text-decoration: none; top: 0pt; left: 0pt; }

#zoom a img { border: 0pt none ; }

#zoom a.p1:hover { text-decoration: none; display: block; background-color: rgb(191,195, 196); color: rgb(0, 0, 0); }

#zoom a .large { border: 0px none ; display: block; position: absolute; width: 0px; height: 0px; top: 0px; left: 0px; }

#zoom a.p1:hover .large { border: 0px solid black; display: block; position: absolute; top: 0px; left: -300px; width: 300px; height: 300px; }

/* End Photo Zoom CSS */


