	div.content {
		background-color:		transparent;
	}

	#list_clip ul {
		width:				580px;
		height:				150px;
		overflow:			auto;
		margin:				5px 0px 0px 0px;
	}

	#list_clip ul li {
		float:				left;
		width:				100px;
		height:				80px;
		overflow:			hidden;
		margin:				0px 10px 10px 0px;
	}

	#list_clip ul li img {
		width:				90px;
		height:				45px;
	}

	#list_clip ul li span {
		display:			block;
	}
