/* Styles for Fancy Image Revealer */

a.close {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 20px;
	height: 21px;
	background: url(../img/button/close_button.jpg);
	text-indent: -9999px;
}

.photo_slider_img {
	width: 115px;
	height: 99px;
	margin-bottom: 5px;
	overflow: hidden;
}

.photo_slider {
	position: relative;
	left: 28px;
	width: 115px;
	height: 129.0px;
	padding: 10px;
	margin: 0;
	border: 1px solid #355434;
	overflow: hidden;
	background: #FFFFFF;
}

#content .photo_slider a:link {
	border-bottom: none;
}

#content .photo_slider a.close {
	border-bottom: none;
}

#content .photo_slider a.close:hover {
	cursor: pointer;
}

.info_area {
	text-align: left;
	display:none;
}

.info_area span {
	font-size: 85%; 
	color: #666;
}

.more_info {
	display: block;
	width: 89px;
	height: 26px;
	cursor: pointer;
	float: right;
	background: url(../img/button/moreinfo.jpg); text-indent: -9999px;
}
