﻿/* ---------- gallery styles start here ----------------------- */
.gallery2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery2 a {
	text-decoration: none;
	color: #999;
}
.gallery2 a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery2 img {
	border: none;
	padding-left: 10px;
}
.gallery2 em {
	width: 260px;
	height: 25px;
	display: block;
	position: absolute;
	top: 8px;
	left: 200px;
	background: url(../images/taped.png) no-repeat;
	text-align: center;
	font: italic 100%/100% Georgia, "Times New Roman", Times, serif;
	color: blue;
	padding-top: 5px;
}
