.c-topbdr {	
    width:100%;
	padding:0px; 
	background: #fff;  
	position: relative; 
}

#brand-show, #brand-show *{ border:0px!important; }
.brand-show-w { 
	overflow: hidden; 
	width: 635px;
	height: 60px; 
	position: relative;
	margin:10px 5px;

}

.c-topbdr UL {
	width: 9999em; 
	/*position: absolute; */
	list-style-type:none;
 }
.c-topbdr UL LI { 
  padding:0 8px;
	float: left;
	background:0px;
	
}

.c-topbdr .btn-prev 
{ 
	display: block; 
	background: url(ico.gif) no-repeat;
	background-position: 0px; 
	width: 25px; 
	height: 25px;
	margin:17px 0 0 0;
}
.c-topbdr .btn-next { 
	display: block; 
	background: url(ico.gif) no-repeat;
	background-position: -41px 0px; 
	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;}

