/* hover */

.imgright a.p1:hover { /*IE*/
color: #000;
text-decoration: none;
background-color: #c9c2b2; /* doh! IE6 needs this ????? */ 
}

.imgright a.p1:hover .large {
border: 1px solid #000;
display: block;
position: absolute;
width: 400px;
z-index: 40;
}

.imgright a.p1:hover .large {
height: 225px;
}

.imgright a.p1:hover .large {
top: 25px;
left: 255px;
background: #000 url(../imagegallery_1/clineMine.jpg) no-repeat center center;
}



