.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;
}




/* ---------- gallery styles start here ----------------------- */
.gallery2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery2 li {
	margin: 0px;
	padding: 0;
	float: left;
	position: relative;
	width: 75px;
	height: 75px;
}
.gallery2 img {
	background: #fff;
	border: solid 0px #fff;
	padding: 0px;
}
.gallery2 span {
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
.gallery2 .favorite {
	background: url(../images/favorite.gif) no-repeat;
}
.gallery2 .photo {
	background: url(../images/icophoto.png) no-repeat;
}
.gallery2 .video {
	background: url(../images/icovideo.png) no-repeat;
}
.gallery2 .audio {
	background: url(../images/icoaudio.png) no-repeat;
}
.gallery2 a {
	text-decoration: none;
}
.gallery2 a:hover img  {
	border-color: #FF6600;
}
.gallery2 a:hover span {
	background-position: left -22px;
}