   
    .rc-rcbrand-container {
        position:relative;
        max-width:100%;
        margin-bottom: 0px;
    }
    .rc-rcbrand-ul {
        position:relative;
        width:99999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    
    .rc-rcbrand-inner {
        position: relative;
        overflow: hidden;
        float:left;
        width:100%;
    }
    
    .rc-rcbrand-item {
        display:flex;
		align-content:center;
		align-items:center;
		justify-content: center;
		flex-direction: column;
		float:left;
		background-color:rgba(255,255,255,0.8);
		height:143px;
		width:143px;
        cursor:pointer;
        position:relative;
    }
    .rc-rcbrand-item img {
        width: 100%;
        max-width: 100px;
        cursor: pointer;
    }
    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        padding:0px;
		width:25px;
		text-align: center;
        position: absolute;
        cursor: pointer;
        z-index: 4;
		height:100%;
		max-height:143px;
		line-height:143px;
        top: 0px;
        background: rgb(12,70,131,1);
        color: rgba(255,255,255,1); 
		-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease
    }    
	.rc-rcbrand-nav-left:hover,
    .rc-rcbrand-nav-right:hover {
		width:35px;
        background: rgb(233,78,27,1);
        color: rgba(255,255,255,1);     
    }
    
    .rc-rcbrand-nav-left {
        left: 0px;
    }
    
    .rc-rcbrand-nav-left:before {
	font-family: 'fontello';content:'\f100'    }
    
    .rc-rcbrand-nav-left.disabled {
        opacity: 0.4;
    }
    
    .rc-rcbrand-nav-right {
        right: 0px;    
    }
    
    .rc-rcbrand-nav-right:before {
	font-family: 'fontello';content:'\f101'    }
    
    .rc-rcbrand-nav-right.disabled {
        opacity: 0.4;
    }