#gal img, #gal a, gal span{
margin:0;
padding:0;
display:inline;
float:none;
position:relative;
}

#gal .img{
width:100px;
text-align:center;
position:relative;
}

#gal .galleryThumb{
width:100%;
clear:both;
float:left;
overflow:hidden;
}

#gal .thumbInner{
float:left;
left:50%;
margin:0 auto;
padding:0;
position:relative;
}

#gal .galleryThumb a{
float:left;
position:relative;
right:50%;
margin:5px;
border:5px solid #D6D6C8;
}

#gal .galleryThumb img{
border:1px solid #999;
width:auto;
}

#gal .desc{
border-left:1px solid #999;
font-size:11px;
padding:3px 0 3px 10px;
}

#gal .galleryTitle a{
font-size:16px;
font-family:"Times New Roman", Georgia, serif;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
color:#004183;
}