@charset "utf-8";
/* CSS Document */

.clean_float
{
	clear:both;
}

.hide_a
{
	cursor:pointer;
}

.imagess
{
	width:800px;
	overflow:hidden;
	position:relative;
}

#account_error
{
	color:#FF0000;
	font-weight:bold;
}

#loading 
{
	z-index:999;
	display:none;
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.1) repeat;
	text-align:center;
}

.loading_text
{
	
	position: fixed;
	top:0px;
	background:#FF9;
	width:80px;
	margin-left:auto;
	margin-right:auto;
	height:25px;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	
	/* display:none; */
}

#ajx_content 
{
	position:relative;
}

.ajx_out
{
	left:-2000px;
}

.ad_slider_btn { display:none;}