.jcarousel-skin-index-noticias .jcarousel-container {}

.jcarousel-skin-index-noticias .jcarousel-direction-rtl {
direction: rtl;}

.jcarousel-skin-index-noticias .jcarousel-container-horizontal {
 width: 245px;
 padding: 20px 40px;
}
.jcarousel-skin-index-noticias .jcarousel-container-vertical {
 width: 275px;
 height: 210px;
 padding: 17px 13px;
}

.jcarousel-skin-index-noticias .jcarousel-clip-horizontal {
 width: 245px;
 height: 75px;
}

.jcarousel-skin-index-noticias .jcarousel-clip-vertical {
 width: 275px;
 height: 210px;
}

.jcarousel-skin-index-noticias .jcarousel-item {
 width: 275px;
 height: 50px;
 
}

.jcarousel-skin-index-noticias .jcarousel-item-horizontal {
 margin-left: 0;
 margin-right: 10px;
}

.jcarousel-skin-index-noticias .jcarousel-direction-rtl .jcarousel-item-horizontal {
 margin-left: 10px; margin-right: 0;
}

.jcarousel-skin-index-noticias .jcarousel-item-vertical { }

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

/**
 * Horizontal Buttons
 */
.jcarousel-skin-index-noticias .jcarousel-next-horizontal {
 position: absolute;
 top: 43px;
 right: 5px;
 width: 32px;
 height: 32px;
 cursor: pointer;
 background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-index-noticias .jcarousel-direction-rtl .jcarousel-next-horizontal {
 left: 5px;
 right: auto;
 background-image: url(prev-horizontal.png);
}

.jcarousel-skin-index-noticias .jcarousel-next-horizontal:hover {
 background-position: -32px 0;
}
.jcarousel-skin-index-noticias .jcarousel-next-horizontal:active {
 background-position: -64px 0;
}

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

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

.jcarousel-skin-index-noticias .jcarousel-direction-rtl .jcarousel-prev-horizontal {
 left: auto;
 right: 5px;
 background-image: url(next-horizontal.png);
}
.jcarousel-skin-index-noticias .jcarousel-prev-horizontal:hover {
 background-position: -32px 0;
}

.jcarousel-skin-index-noticias .jcarousel-prev-horizontal:active {
 background-position: -64px 0;
}

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

/**
 * Vertical Buttons
 */
.jcarousel-skin-index-noticias .jcarousel-next-vertical {
 position: absolute;
 bottom: 5px;
 left: 8px;
 width: 295px;
 height: 10px;
 cursor: pointer;
 background: transparent url(/imagenes/index/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-index-noticias .jcarousel-next-vertical:hover {
 /*background-position: 0 -32px;*/
}

.jcarousel-skin-index-noticias .jcarousel-next-vertical:active {
 background-position: 0 -64px;
}

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

.jcarousel-skin-index-noticias .jcarousel-prev-vertical {
position: absolute;
 top: 5px;
 left: 8px;
 width: 295px;
 height: 10px;
 cursor: pointer;
 background: transparent url(/imagenes/index/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-index-noticias .jcarousel-prev-vertical:hover {
 /*background-position: 0 -32px;*/
}

.jcarousel-skin-index-noticias .jcarousel-prev-vertical:active {
 background-position: 0 -64px;
}

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