@charset "utf-8";

/* ----------------------- thumbnails and page select  stuff -------------------------- */

.thumb {
	margin: 0;
	padding: 0px;
	border: solid 1px #eee;
}
a.thumb {
	display: block;
	float: left;
	position: relative;
	padding: 6px 3px;
	background-color: #F9F8F8;
	border: 1px solid #eee;
	margin: 0px 5px 5px 0px;
	text-align: center;
	width: 138px;
	height: 180px;
	cursor: pointer;
	text-decoration: none;
}
a.thumb:hover {
	background-color: #ECEAEA;
	border-color: #ddd;
	text-decoration: none;
}
a.thumb:hover span.caption {
	color: #960001;
}
a.thumb img {
	display: block;
	margin: 0 auto 5px auto;
	border: solid 1px #fff;
}

#thumbimg img {
	display: block;
	margin: 0 auto 5px auto;
	border: solid 1px #fff;
}
a.thumb span.caption {
	display: block;
	width: 138px;
	height: 17px;
	overflow: hidden;
	font-size: 11px;
	padding: 0;
	color: #555042;
	margin: 0 auto;
}
a.thumb b.photo_title {
	font: normal  Arial, Verdana;
	font-weight: normal;
}

