/* CSS Document */

.pics {
margin:0 auto;
}
.pics a, .pics a:visited {
display:block; 
float:left;
width:110px;
height:85px;
border:1px solid #000000;
border-width:1px 1px 1px 1px;
background:#ffffff; 
margin:1px;
}
.pics a img {
width:100px;
height:75px;
border:0; 
margin:5px;
}
.pics a:hover {
position:relative;
}
.pics a:hover img {
width:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
border:0;
border:1px solid #000000;
padding:5px;
background:#ffffff;
}


