/*www.oguzhansengul.com*/
.container { margin: 0 auto; max-width: 900px; }

    #rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
    display:none;
    }
    
    .rc-rcbrand-container {
        position:relative;
        max-width:100%;
    }
    .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 {
        float:left;
        margin:0px;
        padding:0px;
        position:relative;
        line-height:0px;
    }
    .rc-rcbrand-item img {
        max-width: 100%;
        position: relative;
    }
    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        padding:5px 10px;
        border-radius:50%;    
        position: absolute;
        cursor: pointer;
        z-index: 4;
        top: 50%;
        transform: translateY(-50%);   
        color: #fff;     
    }
    
    .rc-rcbrand-nav-left {
        left: -10px;
    }
    
    .rc-rcbrand-nav-left:before {
        content: url(../image/seta1.png);
    }
    
    .rc-rcbrand-nav-left.disabled {
        opacity: 0.4;
    }
    
    .rc-rcbrand-nav-right {
        right: -8px;    
    }
    
    .rc-rcbrand-nav-right:before {
        content: url(../image/seta2.png);
    }
    
    .rc-rcbrand-nav-right.disabled {
        opacity: 0.4;
    }