/* 
    AUTHOR: Chris Coyier
            chriscoyier@gmail.com
            http://chriscoyier.net
*/
.photo_slider a { outline: none; color: red;}
.photo_slider a:hover { color: black; } 
.photo_slider a img { border: none; }
.photo_slider a.close {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 20px;
	height: 21px;
	background:url(../images/dangan/close_button.jpg);
	text-indent: -9999px;
}

.photo_slider_img {
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	overflow: hidden;
}
.photo_slider img{max-width: 450px;
 _width:expression(document.body.clientWidth > 450 ? "450px" : "auto");
}

.photo_slider {
	position: relative;
	width: 100px;
	height: 130px;
	padding: 10px;
	border: 1px solid #999;
	overflow: hidden;
	
	background: white;
	float: left;
}
 
.info_area {
	display:none;
}

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