﻿/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery a {
	text-decoration: none;
	color: #999;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	border: none;
	padding-left: 10px;
}
.gallery em {
	width: 210px;
	height: 25px;
	display: block;
	position: absolute;
	top: 8px;
	left: 230px;
	background: url(../images/bubble.gif) no-repeat;
	text-align: center;
	font: italic 100%/100% Georgia, "Times New Roman", Times, serif;
	color: blue;
	padding-top: 5px;
}
