.c-topbdr {	
    width:100%;
	padding:12px 0px 12px 0px; 
	background: #fff;  
	position: relative; 
}

.brand-show-w { 
	overflow: hidden; 
	width: 890px;
	height: 60px; 
	position: relative;
	margin:10px 5px;

}

.c-topbdr UL {
	width: 9999em; 
	position: absolute
 }
.c-topbdr UL LI { 
    padding:0 8px;
	float: left;
}

.c-topbdr .btn-prev 
{ 
	display: block; 
	background: url(ico.gif) no-repeat;
	background-position: 0px -137px; 
	width: 25px; 
	height: 25px;
	margin:17px 0 0 0;
}
.c-topbdr .btn-next { 
	display: block; 
	background: url(ico.gif) no-repeat;
	background-position: -40px -137px; 
	width: 25px;
	height: 25px; 
	margin:17px 0 0 0;
	
	
}
.c-topbdr a{ cursor: pointer;}
.c-topbdr a.btn-prev span { display: none; }
.c-topbdr a.btn-next span { display: none; }

.flt { float:left; }
.frt { float:right;}


