/* Web Design and Web Development by Goran Beko */
/* Added: 10.06.2009 */

.gallery {list-style: none;margin:0 0 10px;padding: 0;}
.gallery li {width: 175px;height: 160px;margin: 20px 3px 5px;float: left;position: relative;}
.gallery .single {width: 175px;height: 160px;position: absolute;top: 0;left: 0;z-index: 1;background: url(../img/gallery_bg.gif) no-repeat}
.gallery span {width: 36px;height: 36px;display: block;position: absolute;left: 70px;top: -10px;z-index: 4;background: url(../img/nail.png) no-repeat;}
.gallery img {position: absolute;top: 10px;left: 10px;z-index: 2;border: none;}
.gallery em {display: block;padding: 4px 0 0;text-align: center; font-family:"Times New Roman", Times, serif; color:#9C2F1A; font-size:13px;width: 175px;position: absolute;bottom: 8px;right: 0;z-index: 3}
