#current{
	margin-left:360px;
}

/* ROOM INFO */
#photo{
	background:url(../img/bg_white.png);
	padding:60px 0 100px;
	margin-bottom:100px;
}
#photo h2{
	height:50px;
	text-indent:-9999px;
	margin-bottom:70px;
	background:url(../img/gallery_title.png) no-repeat center;
}
#content{
	width:700px;
	padding:0 60px 80px;
	margin:0 auto;
	text-align:center;
}


#content span{
	display:block;
	float:left;
	margin:5px 16px 28px 16px;
	width:200px;
	height:200px;
	background:#fff;
}

#content a img{
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	backface-visibility:hidden;
	opacity:1;
	filter:alpha (opacity=100); /* IE */
}
#content a:hover img{
	opacity:0.5;
	filter:alpha (opacity=50); /* IE */
}
