#room_page { width: 100%; margin: 0px auto; }
#room_thumbs { overflow: hidden; }
#room_thumbs img {
	width:19.3%; height:auto; border:1px solid #fff; cursor: pointer; 
	float: left; margin-right: 0px; 
}
#room_description {
	position: absolute;
	background: #000000;
	filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5;
	font-family:Nanum Gothic,sans-serif;
	FONT-SIZE: 20px;
	color:#ffffff;
	font-weight:700;
	padding: 20px;
	width: 100%;
	height:22px;
	bottom:0px;
	text-align:left;
}
#room_panel { position: relative; }
#room_panel img{ width:100%; }

h1, h2 { font-size: 30px; color: #333; text-shadow: 0px 2px 3px #c5c5c5; text-align: center;  }
h2 { font-size: 20px; line-height: 30px; }
h2 a { background-color: #F5FF4C; color: #333; text-decoration: none; padding: 5px;}
h2 a:hover { background-color: #d5dd42; }