#carouselWrap{
	float:right;
	width:200px;
	height: 60px;
	position: relative;
	margin:13px 0 25px 0;
}
#carouselPrev{
	display:none;
	position: absolute;
	top:50%;
	left:0px;
	cursor: pointer;
	width:32px;
	height:32px;
	margin-top: -16px;
	margin-left:8px;
}
#carouselNext{
	display:none;
	position: absolute;
	top:50%;
	right:0px;
	cursor: pointer;
	width:32px;
	height:32px;
	margin-top: -16px;
	margin-right:8px;
}
#carouselPrev img,#carouselNext img{
		border:0px none transparent;
		width: 32px;
		height: 32px;
}
#carousel{
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
#carousel_inner ul.column{
	width:200px;
	height: 60px;
	float:left;
}
#carousel_inner ul.column li{
	/*float: left;*/
	height:60px;
	/*display: inline;		/*IE6΍*/
	width:100%;
	padding: 0;
	margin: 0;
	list-style:none;
}
#carousel_inner ul.column li img{
	border: none;
	height: 100%;
	display: block;
	margin:0 auto;
	width: 200px;
}
#carousel_inner ul.column li img:hover{
	outline: none;
}
.banner_container{
	padding:0 25px;
	letter-spacing:-1em;
	overflow:hidden;
}
.banner_container a{
	display:block;
	float:left;
	margin:0 10px 10px 0;
	width:210px;
	height:70px;
}
.banner_container a img{
	width:200px;
	height:60px;
	border:none;
}