
/* - jcarousel.css - */
@media all {
.jcarousel-container {
    -moz-border-radius: 5px;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
    width: 100%;
    padding: 10px 20px;
}

.jcarousel-clip-horizontal {
    width:  460px !important;
    height: 75px;
    margin-left: -20px;    
}

.jcarousel-clip-horizontal ul {
    width:  205px;
    height: 75px;
}

.jcarousel-item {
    width: 80px !important;
    height:59px !important;
    cursor: pointer;
}

	
.jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 15px;
    width: 80px !important;
    height:59px !important;   
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 5px;
    margin-right: 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 30px;
    height: 31px;
    cursor: pointer;
    background: transparent url(botao_proxima_foto.png) no-repeat 0 0;
    margin-right: 20px;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background-image: url(botao_anterior_foto.png);
}
/*
.jcarousel-next-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -50px 0;
}*/

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -75px 0;*/
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 30px;
    height: 31px;
    cursor: pointer;
    background: transparent url(botao_anterior_foto.png) no-repeat 0 0;
    margin-left: -40px;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background-image: url(botao_proxima_foto.png);
}
/*
.jcarousel-prev-horizontal:hover {
    background-position: -25px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -50px 0;
}
*/
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -75px 0;*/
}

}

