/* ---------- gallery styles start here ----------------------- */
.gallery {
	margin: 0;
	padding: 0;
}

.gallery div {
	margin: 5px 6px;
	padding: 0 12px;
	float: left;
	position: relative;
	width: 120px;
	height: 99px;
	background: url(../images/drop-shadow.png) no-repeat center bottom;
}
.gallery img {
	background: #fff;
	border: solid 1px #fb9f61;
	border-bottom: none;
}
.gallery a:hover img {
	border-color: #ce590a;
}

.gallery span {
	width: 172px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
}
.gallery a {
	text-decoration: none;
}