/* 代码提供：时代Java nowjava.com */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
}
#container {
	width:900px;
	margin:0px auto 0px;
	background:#FFFFFF;
	padding:10px;
	font-size:12px;
	margin-top:50px;
}
a {
	text-transform:none;
	color:#333
}
#footer {
	background:#F0F0F0;
	padding:10px;
	border:#999 dotted 1px;
}
.lof-cordion {
	position:relative;
	clear:both;
	overflow:hidden;
}
.lof-cordion-wapper {
	clear:both;
	width:820px;
	height:300px;
}
.lof-cordion-wapper ul {
	width:100%;
	position:relative;
}
.lof-cordion-wapper ul li {
	list-style-type:none !important;
	float:left !important;
	display:block;
	height:300px;
	overflow:hidden;
	position:absolute;
	top:0;
	cursor:hand;
	cursor:pointer;
	background:url(../images/loading.gif) no-repeat 50% 50%
}
.lof-shadow {
	background:url(../images/shadow-left.png) repeat-y;
	z-index:0;
	width:50px;
	height:320px;
	position:absolute;
	left:0;
	top:0;
}
.lof-bottom {
	background:url(../images/shadow-bottom.jpg) no-repeat;
	height:115px;
	top:-64px;
	position:relative
}
.lof-description {
	height:90px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.lof-description {
	background:url(../images/bg-desc.png);
	padding:0 20px;
	color:#FFF
}
/* 代码提供：时代Java nowjava.com */