.gallery{
list-style: none;
padding: 0;
margin: 8px -8px;
margin-bottom: -8px;
}
.gallery + *{
margin-top: 16px;
}
.gallery + .gallery{
margin-top: 8px;
}
.gallery-row{
overflow: hidden;
}
.gallery-item{
float: left;
}
.gallery-item img{
display: block;
padding: 8px;
}
.gallery-item{
position: relative;
}
.gallery-item .wp-caption-text{
background: transparent url('images/background_black_transparent.png') repeat 0 0;
color: #fff;
position: absolute;
left: 0;
bottom: 0;
padding: 8px;
font-size: .85em;
}
.gallery-item .wp-caption-text{
margin: 8px;
}

