*{
	padding: 0;
	margin: 0;
}
p{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.accordion{
	width: 1180px;
	overflow: hidden;
	height: 360px;
	margin:0 auto;
	text-align:center;
}
.accordion ul li{
	background-repeat: no-repeat;
	position:relative;
	float: left;
	width:140px;
	height: 360px;
	cursor: pointer;
	#border-left: 4px solid #F0C70D;

}
.accordion ul li div{
	position:absolute;
	height: 400px;
	cursor: default;
	width:140px;
	background: #000000;
	opacity: 0.5;
    filter:Alpha(opacity=50);/* ֻ֧��IE6��7��8��9 */
    *zoom:1; /* ����IE6��7��haslayout���ԣ��������Alpha */
}
.accordion ul li.active{
	width: 800px;
}

.accordion ul li a{
	position:absolute;
	bottom:0;
	display: block;
	cursor: default;
	height:50px;
	width:760px;
	overflow:hidden;
}
.accordion ul li p{
	position:absolute;
	bottom:0;
	color:#fff;
	cursor: default;
	font-size:20px;
	height:50px;
	width:800px;
	padding:0 20px;
	overflow:hidden;
	line-height:50px;
}