.thumbnail {
float: left;
width: 100px;
height: 75px;
margin: 0 15px 15px 0;
padding: 0px;
text-align: center;
background-repeat: no-repeat;
background-position: 50% 50%;
border:4px solid #ffffff;
}
#links {
float:left;
background-image:url(../images/gallery_bg.gif);
background-repeat: no-repeat;
width:545px;
height:600px;
padding:20px;
}
#links a {
display:block;
padding-top: 110px;
}
#links a img {
height: 0;
width: 0;
border-width: 0;
}
#pageLinks a {
color:#FFFFFF;
}
#pageLinks a:hover {
color:#FFFFFF;
text-decoration:none;
}
#links a:hover img {
position: relative;
top: -260px;
left: -90px;
height: 240px;
width: 320px;
border-width: 4px;
border-color: #ffffff;
}
