@charset "utf-8";
.credits {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin: 0 0 30px 0;
	font: 120% Garamond, Georgia, serif;
}
.credits em {
	color: #999;
}
.credits a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.credits a:hover {
	color: #000;
}

img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
}
.gallery li {
	float: left;
	position: relative;
	width: 180px;
	background-image: url(../images/drop-shadow.png);
	background-repeat: no-repeat;
	background-position: center 115px;
	text-align: center;
	height: 160px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	line-height: 1;
}
.gallery img {
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.gallery li .workname {
	font-size: 0.9em;
	margin-top: 5px;
	color: #0CF;
}
.gallery li .workname font {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #999;
}

.gallery a:hover img {
	border-color: #000;
}

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