.gallery_picture{
width:130px;
height:130px;
display: block;
border: none;
margin:2px 2px;
float:left;
}
.gallery_picture_container{
width:auto;
height:100px;
overflow:hidden;
display:block;
border:0px solid;
margin:0px auto;
margin-top:2px;
padding:0px;
text-align:center;
float:center;
}

.gallery_picture_container img{
width:auto;
height:100px;
display:block;
margin:0px auto;
padding:0px;
float:center;
opacity: 1;
filter: alpha(opacity=100); 
-moz-opacity: 1;
}
.gallery_title{
width:140px;
height:1px;
display:block;
border:0px solid;
margin-top:5px;
float:left;
clear:left;
background:#666;
border-top:5px solid #666;
overflow:hidden;
text-align:center;
font: 0.7em Arial,Helvetica,sans-serif;
color: #fff !important;
}
.gallery_title:hover{
width:140px;
height:20px;
display:block;
border:0px solid;
margin-top:5px;
float:left;
clear:left;
background:#888;
text-align:center;
}

