/**
 * @package Jms Brands
 * @version 1.0
 * @Copyright (C) 2009 - 2014 Joommasters.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @Website: http://www.joommasters.com
**/
.brand-carousel.owl-carousel{
	text-align: center;
}
.brand-carousel.owl-carousel .owl-item img {
    display: inline;
    max-width: 100%;
    width: auto;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.brand-item a {
    text-align: center;
}
.brand-carousel.owl-carousel .owl-item:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}
.brand-item {
    margin: 0 15px;
}
.brand-carousel.owl-theme .owl-controls {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 0;
    margin-top: -21.5px;
    right: 0;
    top: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
    width: 100%;
}
.brand-carousel.owl-theme:hover .owl-controls{
	opacity: 1;
	filter: alpha(opacity=100);
}
.brand-carousel.owl-theme .owl-controls .owl-nav > div.owl-next {
    float: right;
    margin-left: 0;
    margin-right: -5px;
}
.brand-carousel.owl-theme .owl-controls .owl-nav > div.owl-prev {
    float: left;
    margin-left: -5px;
    margin-right: 0;
}
