/* ---------- gallery styles start here ----------------------- */
.gallery {
   list-style: none;
   margin: 0;
   padding: 0;
}
.gallery li {
   margin: 10px;
   padding: 0;
   float: left;
   position: relative;
   width: 180px;
   height: 130px;
}
.gallery img {
   background: #fff;
   border: solid 1px #ccc;
   padding: 4px;
}
.gallery span {
   width: 77px;
   height: 27px;
   display: block;
   position: absolute;
   top: -12px;
   left: 40px;
   background: url(html/images/tape.png) no-repeat;
}
.gallery a {
   text-decoration: none;
}
