
.zoom a{
background:url(../gallery/zoomBtn.gif) no-repeat;
width:127px;
height:20px;
display:block;
margin-top:1px;
color:#cccccc !important;
font-weight:normal !important;
line-height:20px;
}
.zoom a:hover{
background:url(../gallery/zoomBtn_hover.gif) no-repeat;
color:#333333 !important;
text-decoration:none !important;
}
.galleryBtn{
padding:10px 0;
clear:both;
float:left;
text-align:center;
width:100%;
}

.prevBtn{
float:left;
padding-left:10px;
margin-top:-20px;
}
.nextBtn{
float:right;
padding-right:10px;
margin-top:-20px;
}
.prevBtn img, .nextBtn img{
border:0;
}
.photo{
margin:7px;
width:131px;
float:left;
display:inline;
}
.photomb{
border:1px solid #ccc;
padding:3px;
width:125px;
}
