h1 em {
	border: solid 1px #999;
	display: block;
	padding: 10px 0;
	font-style: normal;
}
.credits em {
	color: #cccccc;
}
.credits a {
	color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
}
.credits a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 0px;
	margin: 0;
	float: left;
	position: relative;
	width: 103px;
	height: 89px;
}
.gallery img {
	background: #cccccc;
	border: solid 1px #cccccc;
	padding: 0px;
}
.gallery li:hover img {
	border-color: #cccccc;
}

.gallery em {
	width: 345px;
	background: url(../../images/footer/bubletr2.png) no-repeat;
	padding: 3px 3px 6px;
	display: none;
	position: absolute;
	top: 20px;
	left: 2px;
	font: 80%/100% Gill Sans, Arial, Helvetica, sans-serif;
	text-align: center;
}
.gallery a {
	text-decoration: none;
	color: #000;
}
.gallery a:hover em {
	display: block;
}