.jcarousel-skin-custom .jcarousel-container {
    border: 1px solid #ccc;
}
.jcarousel-skin-custom .jcarousel-container ul{
    padding: 0;
}

.jcarousel-skin-custom .jcarousel-container-horizontal {
    padding: 18px 40px;
}

.jcarousel-skin-custom .jcarousel-container-vertical {
    height: 350px;
    padding: 8px 0;
}

.jcarousel-skin-custom .jcarousel-clip-horizontal {
    width:  100%;
    height: 183px;
}

.jcarousel-skin-custom .jcarousel-clip-vertical {
    width:  100%;
    height: 350px;
}

.jcarousel-skin-custom .jcarousel-item {
    width: 171px;
    height: auto;
    border-bottom: 1px solid #eee;
    padding: 5px;
}





.jcarousel-skin-custom .jcarousel-item-horizontal {
	margin:0;
    margin-right: 28px;
}

.jcarousel-skin-custom .jcarousel-item-vertical {
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-custom .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 219px;
    cursor: pointer;
    background: transparent url(setaDireita.jpg) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-next-horizontal:hover {
    background-position: -23px 0;
}

.jcarousel-skin-custom .jcarousel-next-horizontal:active {
    background-position: -46px 0;
}

.jcarousel-skin-custom .jcarousel-next-disabled-horizontal,
.jcarousel-skin-custom .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-custom .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -69px 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 219px;
    cursor: pointer;
    background: transparent url(setaEsquerda.jpg) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:hover {
    background-position: -23px 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:active {
    background-position: -46px 0;
}

.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -69px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-custom .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 11px;
    cursor: pointer;
    background: transparent url(setaBaixo.jpg) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-next-vertical:hover {
    background-position: 0 -11px;
}

.jcarousel-skin-custom .jcarousel-next-vertical:active {
    background-position: 0 -22px;
}

.jcarousel-skin-custom .jcarousel-next-disabled-vertical,
.jcarousel-skin-custom .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-custom .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -33px;
}

.jcarousel-skin-custom .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 11px;
    cursor: pointer;
    background: transparent url(setaCima.jpg) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-prev-vertical:hover {
    background-position: 0 -11px;
}

.jcarousel-skin-custom .jcarousel-prev-vertical:active {
    background-position: 0 -22px;
}

.jcarousel-skin-custom .jcarousel-prev-disabled-vertical,
.jcarousel-skin-custom .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-custom .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -33px;
}






/**
 * CAMPOS
 */
.jcarousel-skin-custom .jcarousel-item .views-field-created{
    width: 32px;
}
.jcarousel-skin-custom .jcarousel-item .views-field-tid{
    width: 136px;
}
.jcarousel-skin-custom .jcarousel-item .views-field-cover{
    float: left;
    padding-right:5px;
}
.jcarousel-skin-custom .jcarousel-item .views-field-title{
    padding: 0;
}
.jcarousel-skin-custom .jcarousel-item .views-field-title a{
    font-weight: normal;
}
