#bannerslideshow{
	width:375px;
	height:208px;
	margin:0px 0px 30px 0px;
	padding:8px 0px 8px 0px;
	position:relative;
	float:left;
}

#text_slide {
  display:block;
  padding:0px 0px 0px 60px;
  text-align:center;
  font-size:12px;
  width:250px;
}
#template_slide {
	position:relative;
	overflow:hidden;  
	width: 420px;
	height:209px;
}

#template_slide .items_2 {
	width:20000em;
	position:absolute;
	clear:both;
}
#template_slide .items_2  div.banner_2{
	float:left;
	width:550px;
	height:200px;
	list-style:none;
	position:relative;
}

#template_slide .items_2  div.banner_2 .picture {
 float:left;
 margin-left:36px;
}

#bannerslideshow a.next{
  background:Red;
	width:37px;
	height:37px;
	background:url(img/slide_next.png) no-repeat;
	position:absolute;
	right:-20px;
	float:left;
	top:100px;
	z-index:10;
	cursor:pointer;
}
#bannerslideshow a.next:hover{
   background:url(img/slide_next.png) no-repeat;
}
#bannerslideshow a.next:active{ 
	background:url(img/slide_next.png) no-repeat; 
} 


#bannerslideshow a.prev{ 
	width:37px;
	height:37px;
	left:-21px;
	background:url(img/slide_prev.png) no-repeat;
	position:absolute;
	top:100px;
	float:left;
	z-index:10;cursor:pointer; 
} 
#bannerslideshow a.prev:hover{ 
	background:url(img/slide_prev.png) no-repeat;
}
#bannerslideshow a.prev:active{ 
	background:url(img/slide_prev.png) no-repeat;
}







