/* 
    AUTHOR: Chris Coyier
            chriscoyier@gmail.com
            http://chriscoyier.net
*/

* { margin: 0; padding: 0; }


p { font-size: 14px; line-height: 18px; font-family:Arial, Helvetica, sans-serif;}
a { font-size: 12px; outline: none; color: #0076bd; font-family:Arial, Helvetica, sans-serif;}
	a:hover { color: black; } 
a img { border: none; }
h1 { color: black; font-size: 13px; }
h3 { font-size: 13px; margin-bottom: 5px;}
.clear { clear: both; }

#page-wrap {
	margin: 1px;
	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: 100px;
	height: 100px;
	margin-bottom: 5px;
	overflow: hidden;
}

td {
	vertical-align: top;
}

.photo_slider {
	position: relative;
	width: 100px;
	height: 130px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
	margin: 1px 20px 1px 1px;
	background: white;
	float: left;
}

.info_area {
	display:none;
}

.more_info {
	display: block;
	width: 89px;
	height: 26px;
	background: url(images/moreinfo.jpg);
	text-indent: -9999px;
	cursor: pointer;
}
