.carrousel_hwradio .jcarousel-container {
 
}


.carrousel_hwradio .jcarousel-container-horizontal {
    width: 306px;
    
}

.carrousel_hwradio .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 0px 20px;
}

.carrousel_hwradio .jcarousel-clip-horizontal {
    width: 305px;
    height: 135px;
    top:0px;
 
}

.carrousel_hwradio .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.carrousel_hwradio .jcarousel-item {
    width: 75px;
    height: 75px;
}

.carrousel_hwradio .jcarousel-item-horizontal {
    margin-right: 57px;
}

.carrousel_hwradio .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.carrousel_hwradio .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 *  Horizontal Buttons
 */
.carrousel_hwradio .jcarousel-next-horizontal {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 21px;
    height: 209px;
    cursor: pointer;
    background: transparent url(http://modules.mindset.net.br/assets/HWS/images/carrousel/seta-right-cinza.png) no-repeat 0 0;
}

.carrousel_hwradio .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
    background: transparent url(http://modules.mindset.net.br/assets/HWS/images/carrousel/seta-right-red.png) no-repeat 0 0;
    
}

.carrousel_hwradio .jcarousel-next-horizontal:active {
    background-position: -64px 0;
    background: transparent url(http://modules.mindset.net.br/assets/HWS/images/carrousel/seta-right-red.png) no-repeat 0 0;
    
}

.carrousel_hwradio .jcarousel-next-disabled-horizontal,
.carrousel_hwradio .jcarousel-next-disabled-horizontal:hover,
.carrousel_hwradio .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.carrousel_hwradio .jcarousel-prev-horizontal {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 21px;
    height: 209px;
    cursor: pointer;
    background: transparent url(http://modules.mindset.net.br/assets/HWS/images/carrousel/seta-left-cinza.png) no-repeat 0 0;
}

.carrousel_hwradio .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
    background: transparent url(http://modules.mindset.net.br/assets/HWS/images/carrousel/seta-left-red.png) no-repeat 0 0;
    
}

.carrousel_hwradio .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
    background: transparent url(http://modules.mindset.net.br/assets/HWS/images/carrousel/seta-left-red.png) no-repeat 0 0;
    
}

.carrousel_hwradio .jcarousel-prev-disabled-horizontal,
.carrousel_hwradio .jcarousel-prev-disabled-horizontal:hover,
.carrousel_hwradio .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.carrousel_hwradio .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.carrousel_hwradio .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.carrousel_hwradio .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.carrousel_hwradio .jcarousel-next-disabled-vertical,
.carrousel_hwradio .jcarousel-next-disabled-vertical:hover,
.carrousel_hwradio .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.carrousel_hwradio .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.carrousel_hwradio .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.carrousel_hwradio .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.carrousel_hwradio .jcarousel-prev-disabled-vertical,
.carrousel_hwradio .jcarousel-prev-disabled-vertical:hover,
.carrousel_hwradio .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}



