/****************************************************************************************\
 **   @name		EXP Autos  Pro                                                  **
 **   @package          Joomla 1.6                                                      **
 **   @author		EXP TEAM::Alexey Kurguz (Grusha)                                **
 **   @copyright	Copyright (C) 2005 - 2013  EXP TEAM::Alexey Kurguz (Grusha)     **
 **   @link             http://www.feellove.eu                                          **
 **   @license		Commercial License                                              **
 \****************************************************************************************/

.modexpbrands{
    position: relative;
}
.modexpbrands .carousel-control{
    z-index: 2;
    width: 0;
    opacity: 0.8;
    color: #000;
}
.modexpbrands .carousel-control .glyphicon-chevron-left, 
.modexpbrands .carousel-control .glyphicon-chevron-right{
    font-size: 17px;
    margin-top: -30px;
}
.modexpbrands .carousel-control.left,
.modexpbrands .carousel-control.right{
    background-image: none;
    background-repeat: no-repeat;
}
.modexpbrands .carousel-control .glyphicon-chevron-left{
    margin-left: -25px;
}
.modexpbrands .carousel-control .glyphicon-chevron-right{
    margin-right: -25px;
}
/*.modexpbrands .expbrandsimgs{
    margin: 0 5px;
}*/
.modexpbrands .expbrandsimgs .thumbnail{
    margin-bottom: 0px;
}

.expbrandslnk .modbrandstext{
    text-align: center;
}
.modexpbrands .slick-dots {
    bottom: 0;
    position: relative;
    margin-top:20px;
    margin-left: 0;
}

.slick-dots li.slick-active button{
     background: #9DADCC;
}
.slick-dots li button:before{
     content: none;
}
.slick-dots li{
        margin: 0 3px;
}
.slick-dots li button{
        border-radius: 50px;    border: #9DADCC solid 1px;    margin: 0 auto;    width: 15px;
    height: 15px;    padding: 0;
}