﻿.gallery { }
.gallery.row-fluid > a { margin-bottom: 7px; display: block; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;  border-width: 2px; border-style: solid; border-color: rgba(0,0,0,.25); background-color: rgba(0,0,0,.50); min-height: 125px; text-decoration: none;   }
.gallery.row-fluid > a:hover { text-decoration: none; background-color: rgba(255, 255, 255,.05); border-color: rgba(0,0,0,.5);}
.gallery.row-fluid > a img { display: inline-block; margin: 18px; }
.gallery.row-fluid > a span { display: inline-block; max-width: 140px; vertical-align: top; padding: 14px 7px 7px 7px; color: #95612D; font-size: 12pt; }

