.jcarousel-brands-wrapper {
    margin: 30px auto;
    position: relative;
	width: 950px;
}



/** Carousel **/



.brands-jcarousel {
    position: relative;
    overflow: hidden;
    width: 925px;
	margin: auto;
}

.brands-jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.brands-jcarousel li {
    float: left;
}

.brands-jcarousel img {
	margin: auto;
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-brands-control-prev,
.jcarousel-brands-control-next {
    position: absolute;
    top: 40%;
    margin-top: -12px;
    width: 12px;
    height: 22px;
    text-align: center;
    text-decoration: none;
    
}

.jcarousel-brands-control-prev {
	background: url("/images/arrow_left.jpg") no-repeat scroll center center; 
    left: -10px;
	height: 45px;
}

.jcarousel-brands-control-next {
	background: url("/images/arrow_right.jpg") no-repeat scroll center center; 
    right: -10px;
	height: 45px;
}

.jcarousel-brands-control-prev:hover{
    background: url("/images/arrow_left_hover.jpg") no-repeat scroll center center; 
}

.jcarousel-brands-control-next:hover{
	background: url("/images/arrow_right_hover.jpg") no-repeat scroll center center; 
}
