@charset "utf-8";
/* CSS Document */
/* ---------- gallery styles start here ----------------------- */
.gallery { list-style: none; margin: 80px 0 0 0; padding: 0; }
.gallery a { text-decoration: none; }
.gallery a:hover img { border-color: #000; }
.gallery img { background: #fff; border: solid 1px #ccc; border-bottom: none; }
.gallery li { background: url(images/drop-shadow.png) no-repeat center bottom; float: left; height: 120px; margin: 15px 10px; padding: 0 5px; position: relative; text-align: center; width: 120px; }
.gallery p { color: #696969; font: 10px Trebuchet, Arial, Helvetica, sans-serif; }
.gallery span { background: url(images/glossy-gradient.png) no-repeat; display: block; height: 120px; left: 12px; position: absolute; top: 0px; width: 120px; }
