.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    margin-left:-15px;
   /* border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
}

/** Carousel **/

.jcarousel,
.jcarousel-dicas {
    position: relative;
    overflow: hidden;
    width: 100%;
   /* margin-left:-15px;*/
}

.jcarousel ul ,
.jcarousel-dicas ul{
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left:20px;
}

.jcarousel li ,
.jcarousel-dicas li{
    width: 200px;
    float: left;
    margin-left:0px;
    margin-right: 21px;
    background-color:#f2f2f2;
}

.jcarousel img,
.jcarousel-dicas img {
    display: block;
    max-width: 270px;
    max-height:205px;
    height: auto !important;
}

.jcarousel .bg-img-carrousel{
	background-color:#e4e4e4;
	padding-left:4px;
	padding-top:5px;
	padding-bottom:5px;
}

.jcarousel .titulo-jcarrousel{color: #b31c45;font-size:24px;font-weight: normal;margin-bottom:12px;margin-top: 15px;margin-left:10px;line-height:25px;}

.jcarousel .subtitulo-jcarrousel{font-size:16px;color:#062134;padding:0px 10px 0 10px;}

.jcarousel .saiba-mais{float:right;margin:10px 20px; }
.jcarousel .btn-orcamento {margin-top:25px;margin:15px 15px;}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 12px;
    height: 141px;
    color: #fff;
}

.jcarousel-control-prev {
    left: -10px;
    top:150px;
    background: url('../../_img/images/arrow-left.png') no-repeat;
}

.jcarousel-control-next {
    right: -10px;
    top:150px;
    background: url('../../_img/images/arrow-right.png') no-repeat;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
