
	#slider {
		position: absolute;
		width:910px;
		height: 214px;
		left: 25px;
		top: 9px;
		overflow: hidden;
		
		
		
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 214px;
		width: 700px;
		background: #ffffff;
		overflow: hidden;
		border-left: #fff solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}

	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 100%;
		 color: #855A30;
		 left:203px;
		
	}
	#slider .text li{ width:360px; height:28px; line-height:28px;}
	#slider .text ul{width:360px; height:140px; margin:0 0px 0 10px;}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
	.uu1{display: block;
    height: 214px;
    position: relative;
    width: 777px;}