.lof-cordion {
	position:relative;
	clear:both;
	overflow:hidden;
}
.lof-cordion-wapper {
	clear:both;
	width:900px;height:503px;
}
.lof-cordion-wapper ul {
	width:100%;	
	position:relative;
}
.lof-cordion-wapper ul li{
	list-style-type: none !important;
    float: left !important;
    display: block;
    height: 503px;
    overflow: hidden;
    position: absolute;
    top: -15px;
    cursor: hand;
    cursor: pointer;
}


.lof-description {
	display:none;
	height:90px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.lof-description {
	background:url(../images/bg-desc.png);
	padding:0 20px;
	color:#FFF
}
