body{
	font-family: verdana;
	font-size: 11px;
	/*overflow-x: hidden;
	/*overflow-y: auto;*/
	background: url('../dom/gfx/bg.gif') no-repeat center center;
	background-attachment: fixed;
	margin: 0;
	font-family: Arial;
	
}

window, html{
	overflow-x: hidden;
	/*overflow-y: auto;*/
}

/*#mother
{ overflow-x: hidden; }*/

#main{
	overflow: hidden;
}

.link{
	display: block;
	float: left; 
	padding-top: 280px;
	width: 40px; 
	height: 350px; 
	z-index: 1;
	position: relative;
}

img{
	border: none;	
}

.box{
	float: left; 
	width: 890px; 
	height: 610px; 
	position: relative;	
}

.box_content{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 880px;	
}

.loading{
	position: absolute;
	top: 5px;
	left: 5px;
	padding-top: 284px;
	height: 316px;
	width: 880px;
	background: #fff;
	text-align: center;	
	z-index: 100;	
}

.item{
	float: left;
	width: 970px;
	padding-left: 2048px;
	position: relative;
	display: block;
	height: 630px;
}

.return
{	position: absolute;
	top: 458px;
	left: 2055px;
	display: block;
	width: 26px;
	height: 150px;
	z-index: 1234; }
	
.clear
{	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0; }
