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

.gallery span {
	list-style-type:none;
	width: 172px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	background: url(decoration/glossy-gradient.png) no-repeat;
}
.gallery a {
	list-style-type:none;
	text-decoration: none;
}
