a.gallery, a.gallery:visited {
/*border:1px solid #0000ff;*/
color:#000;
display:block;
float:left;
font-size:11px;
height:50px;
margin:3px;
text-decoration:none;
width:75px;
}

/*thumbnail image size is 50x75*/
a.gallery {
border:1px solid #fff;
white-space:normal;
}

a.gallery:active img, a.gallery:focus img {
border:1px solid #000000;
z-index:50;
}

a.gallery:hover {
	border:1px solid #FFDE00;
}

#thumbs {
/*height:60px;
width:80%;*/
}

#pad {
/*height:320px;
width:80%;*/
}