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

*{
	padding:0;
	margin:0;
}

img{
	border:none;
}

#gallery {
	width: 985px; 
	height: 350px;
	overflow: hidden; 
	position: relative;
	background:url(../images/bg.jpg) center bottom no-repeat;
}

#gallery #more_link {
	display:block;
	width:100px;
	height:30px;
	position: absolute; 
	top: 245px;
	left: 380px;
	
	/* 2,3 
	top: 197px;
	left: 25px;
	*/
	
	/* 4 
	top: 210px;
	left: 30px;
	*/
	
	z-index: 1400; 
}

#gallery ul {
	width: 975px; 
	position: absolute; 
	z-index: 999; 
	bottom: 0;
	left:10px;
	list-style-type:none;
}

#gallery ul li {
	float: left; 
	position: relative; 
	height: 70px;
	text-align:left;
}

#gallery ul li.li_one{
	width:235px;
}

#gallery ul li.li_two{
	width:246px;
}

#gallery ul li.li_three{
	width:245px;
}

#gallery ul li.li_four{
	width:249px;
}

#gallery li img {
	width: 94px; 
	height: 58px;
	float: left; 
	cursor: pointer; 
	position: absolute; 
	top: 5px; 
	z-index:9999;


}

#back,#loading {
	text-align: center;
}

.gray {

	}

