.jcarousel-item.jcarousel-item-horizontal {
/*	width: 240px;
	padding:10px;
	margin-right:0px !important; 
	
	background:#fff;*/
}

.jcarousel-skin-services .jcarousel-next-horizontal,
.jcarousel-skin-products .jcarousel-next-horizontal,
.jcarousel-skin-news .jcarousel-next-horizontal{		
/*		background: none repeat scroll 0 0 #fff; */
		background: #000000 url(../img/sprite_icons.png) no-repeat;
		
		opacity: 0.5;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
		filter: alpha(opacity = 50);

		
    cursor: pointer;
    height: 34px;
		width: 34px; 
    position: absolute;
		top:50%;
		right:0;
		margin-top: -17px; 
		
}






.jcarousel-skin-services .jcarousel-next-disabled-horizontal,
.jcarousel-skin-services .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-services .jcarousel-next-disabled-horizontal:active,

.jcarousel-skin-products .jcarousel-next-disabled-horizontal,
.jcarousel-skin-products .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-products .jcarousel-next-disabled-horizontal:active,

.jcarousel-skin-news .jcarousel-next-disabled-horizontal,
.jcarousel-skin-news .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-news .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background-position: 68px;
}

.jcarousel-skin-services .jcarousel-prev-horizontal,
.jcarousel-skin-products .jcarousel-prev-horizontal,
.jcarousel-skin-news .jcarousel-prev-horizontal {
		background:#000000 url(../img/sprite_icons.png) no-repeat;
		
		opacity: 0.5;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
		filter: alpha(opacity = 50);
		
		transform:rotate(180deg);
		-ms-transform:rotate(180deg); /* IE 9 */
		-webkit-transform:rotate(180deg); /* Safari and Chrome */

    cursor: pointer;
    height: 34px;
    margin-top: -17px;
    position: absolute;
    width: 34px; 
		top:50%;
}


.jcarousel-skin-services .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-services .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-services .jcarousel-prev-disabled-horizontal:active,

.jcarousel-skin-products .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-products .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-products .jcarousel-prev-disabled-horizontal:active,

.jcarousel-skin-news .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-news .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-news .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: 0;
}


/* //////////////////////////// SLIDE NEWS ////////////////////////////  */

.jcarousel-skin-news .jcarousel-container-horizontal {
	width: 100%;
}
.jcarousel-skin-news .jcarousel-item.jcarousel-item-horizontal {
	margin-right:0px !important; 
	margin-top:1px; 
	
	width:378px !important;
	padding:0 !important;
}


/* YO */
.jcarousel-skin-news { width:359px !important;}
.jcarousel-container.jcarousel-container-horizontal {width:359px !important; height:190px; overflow:hidden;}
/*.jcarousel-container.jcarousel-container-horizontal a img{ width:100% !important;}*/
.jcarousel-container.jcarousel-container-horizontal a img{ width:359px !important;}

@media (min-width: 0px) and (max-width: 1200px) {
.jcarousel-skin-news { width:300px !important;}
.jcarousel-container.jcarousel-container-horizontal {width:300px !important; height:190px; overflow:hidden;}
.jcarousel-container.jcarousel-container-horizontal a img{ width:300px !important;}
}

/* CAROUSEL CUANDO ESTA EN GRID 4 COLUMNAS*/
.grid-row.row-4 .jcarousel-skin-news { width:263px !important;}
.grid-row.row-4 .jcarousel-container.jcarousel-container-horizontal {width:263px !important; height:131px; overflow:hidden;}
.grid-row.row-4 .jcarousel-container.jcarousel-container-horizontal a img{ width:263px !important;}

@media (min-width: 0px) and (max-width: 1200px) {
.grid-row.row-4 .jcarousel-skin-news { width:219px !important;}
.grid-row.row-4 .jcarousel-container.jcarousel-container-horizontal {width:219px !important; height:103px; overflow:hidden;}
.grid-row.row-4 .jcarousel-container.jcarousel-container-horizontal a img{ width:219px !important;}
}