/* 
    AUTHOR: Chris Coyier
            chriscoyier@gmail.com
            http://chriscoyier.net
*/



a.close {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 89px;
	height: 29px;
	background: url(../images/close_button.jpg);
	text-indent: -9999px;
	cursor: pointer;
}

.photo_slider_img {
	width: 618px;
	height: 200px;
	margin-bottom: 5px;
	overflow: hidden;
}

td {
	vertical-align: top;
}

.photo_slider {
	position: relative;
	width: 618px;
	height: 230px;
	padding: 0px;
	overflow: hidden;
	background: white;
	float: left;
	}

.info_area {
	display:none;
}

.more_info {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 30px;
	width: 89px;
	height: 26px;
	background: url(../images/moreinfo.jpg);
	text-indent: -9999px;
	cursor: pointer;
}

