.gallery { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left !important; width: 33.33333333% !important; }
.gallery li a { display: block !important; margin: 8px !important;}
.gallery li a img { display: block !important; width: 100% !important; height: auto !important; -moz-border-radius: 5px; -webkit-border-radius: 5px;-khtml-border-radius: 5px;    border-radius: 5px; border:3px solid #ED1E26; }
.gallery li span { display:block !important; text-align:center !important; margin:0 !important; padding:0 !important; font-size:medium !important; line-height:120% !important; color:#FFF !important;}


/* For inline examples only */
#PhotoSwipeTarget { width: 100%; height: 200px; }

#Indicators { text-align: center; margin-top: 20px; }
#Indicators span { display: inline-block; height: 10px; width: 10px; margin: 0 10px 0 0; padding: 0; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background: #c5c5c5; overflow:hidden; }
#Indicators span.current{ background: #EEBF02; }
