.gallery {
margin-top: -15px;
margin-left: -25px;
}
.gallery-item {
margin-left: 25px;
margin-top: 15px;
float: left;
border: 2px solid #949494;

}

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
width: 115px;
height: 115px;
}

.gallery div.clear { 
width: 0px; 
height: 0px; 
}

/* Image sizes depending on the number of columns */

.col-7 { 
width: 115px; 
height: 115px; 
}

.gallery-caption { 
margin-left: 0; 
}

.clear { 
clear: both; 
height: 0px; 
}