#slide_box a {
	outline:none;
	text-decoration:none;	
}
#slide_box a img{
	border:none;	
}

#slide_box {
	width:960px;
	height:112px;
	padding:5px 0 5px 0;
	position:absolute;
	top:400px;
	z-index:100;
}
.clearer {
	clear:both;	
}

#slide_left_space {
	width:52px;
	height:112px;
	float:left;	
	padding:0 10px 0 0;
}
#slide_left_space a{
	float:right;
	margin-top:50px;
}
#slide_content {
	width:837px;
	height:112px;
	float:left;
	overflow:hidden;	
}
#slide_right_space {
	width:51px;
	height:112px;
	float:right;
	padding:0 0 0 10px;
}
#slide_right_space a{
	float:left;
	margin-top:50px;
}
.slide_btn {
	display:block;
	width:35px;
	height:45px;
	background:#339;
	margin:34px 0 0 0;
	padding:0;	
}
#slide_left {
	background:transparent url(../images/slide_btn.png) -35px 0 no-repeat;	
}
#slide_left:hover {
	background:transparent url(../images/slide_btn.png) -35px -45px no-repeat;
	cursor:pointer;	
}
#slide_right {
	background:transparent url(../images/slide_btn.png) 0 0 no-repeat;	
}
#slide_right:hover {
	background:transparent url(../images/slide_btn.png) 0 -45px no-repeat;
	cursor:pointer;	
}



ul#slide_ul {
	width:5000px;
	height:112px;
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	top:0;
	left:0;
}

ul li.slide_element {
	width:162px;
	height:112px;
	background:transparent url(../images/speaker_bg.png) 0 0 no-repeat;
	float:left;
	margin:0 7px 0 0;
	padding:0;	
}
ul li.slide_element:hover {
	background:transparent url(../images/speaker_bg.png) 0 -111px no-repeat;
	cursor:pointer;
}
ul li.slide_element img {
	width:139px;
	height:65px;
	background:#333;
	display:block;
	margin:12px 0 0 11px;
}
ul li.slide_element div {
	width:139px;
	height:21px;
	color:#fff;
	display:block;
	margin:0 0 12px 11px;
	padding:4px 0 0 0;
	font-size:12px;
	line-height:12px;
}


.position_1 {
		
}

