
	.menu_area{color:#fff;}
	#roomsArea{
		overflow:auto;
		position:absolute;z-index:2;right:0;
		width:1000px;height:100%;
		padding-left:15px;padding-top:30px;padding-bottom:100px;
		background:#fff;
	}
	#page_icons{
		position:absolute;z-index:10;left:0;right:0;margin:auto;bottom:8%;text-align:center;
	}
	#page_icons a{
		box-sizing:border-box;
		display:inline-block;*display:inline;_display:inline;
		width:19px;height:19px;margin-right:5px;
		background:url(../images/page_off.png) no-repeat center left;
		transition:margin-left 0.5s
	}
	#page_icons .sel{
		background:url(../images/page_on.png)no-repeat center left;
		margin-left:10px;
	}
	#page_icons a:after{
		content: url(../images/page_off.png);
		margin-left:0px;
		transition:margin-left 0.5s
	}#page_icons .sel:after{
		content: url(../images/page_off.png);
		margin-left:-10px;
	}
	.circleBtn.sel{
		background:url(../images/circle_on.png) no-repeat center;
	}
