/* 
    AUTHOR: Chris Coyier
            chriscoyier@gmail.com
            http://chriscoyier.net
*/


.clear { clear: both; }

#page-wrap {
	margin: 20px;
	padding: 10px;
}

a.close {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 20px;
	height: 21px;
	background: url(../images/close_button.jpg);
	text-indent: -9999px;
}

.photo_slider_img {
	width: 173px;
	height: 88px;
	margin-bottom: 5px;
	overflow: hidden;
}



.photo_slider {
	position: relative;
	width: 173px;
	height: 88px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	border: 0px solid black;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background: #000000;
	float: left;
}

.info_area {
	display:none;
}

.more_info {
	display: block;
	width: 89px;
	height: 26px;
	background: url(../images/moreinfo.jpg);
	text-indent: -9999px;
	cursor: pointer;
}