@charset "utf-8";
/* CSS Document */

/* Reset style */

ul, li {
	list-style:none;
}
fieldset, img {
	border:none;
}
legend {
	display:none;
}

html {
	overflow:-moz-scrollbars-vertical;
} /*Always show Firefox scrollbar*/
/* iFocus style */
#ifocus {
	width:525px;
	height:355px;
	margin:10px;
}
#ifocus_pic {
	display:inline;
	position:relative;
	float:left;
	width:410px;
	height:335px;
	overflow:hidden;
	margin:10px 0 0 10px;
}
#ifocus_piclist {
	position:absolute;
}
#ifocus_piclist li {
	width:410px;
	height:335px;
	overflow:hidden;
	margin-left: -20px;
}
#ifocus_piclist img {
	width:410px;
	height:335px;
}
#ifocus_btn {
	display:inline;
	float:right;
	width:85px;
	margin-top: 7px;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 0;
}
#ifocus_btn li {
	width:91px;
	height:57px;
	cursor:pointer;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	margin-left: -20px;
}
#ifocus_btn img {
	width:75px;
	height:45px;
	margin:7px 0 0 11px;
}
#ifocus_btn .current {
	background: url(../img/ifocus_btn_bg.gif) no-repeat;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
#ifocus_opdiv {
	position:absolute;
	left:0px;
	bottom:0px;
	width:410px;
	height:35px;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#ifocus_tx {
	position:absolute;
	left:8px;
	bottom:8px;
	color:#FFF;
}
#ifocus_tx .normal {
	display:none;
}
#photobtn {
	width: 180px;
	float: right;
	height: 350px;
	background-image: url(../images/RoomInfo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

