/* CSS Document */

/* ---------- gallery styles start here ----------------------- */
.gallery {
	 list-style: none;
	 margin: 0;
	 padding: 0;
}
.gallery li {
	 margin: 15px 1px;
	 padding: 0 10px;
	 float: left;
	 position: relative;
	 width: 95px;
	 height: 90px;
	 background: url(./drop-shadow.png) no-repeat center bottom;
}
.gallery img {
	 background: #fff;
	 border: solid 1px #ccc;
	 border-bottom: none;
}
.gallery a:hover img {
	 border-color: #000;
	 
}

.gallery span {
	 width: 100px;
	 height: 49px;
	 display: block;
	 position: absolute;
	 top: 0px;
	 left: 11px;
	 background: url(./glossy-gradient.png) no-repeat;
}
.gallery a {
	 text-decoration: none;
}
