



.jcarousel-skin-green .jcarousel-container {
   
}

.jcarousel-skin-green  .jcarousel-container-horizontal {
    width: 756px;
	height: 184px;
	position: relative;
	
}


.jcarousel-skin-green  .jcarousel-clip-horizontal {
    width: 696px;
    height: 164px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	
}

.jcarousel-skin-green  .jcarousel-item {
    width: 200px;
    height: 160px;
	font-size: 11px;
	color: #333333;
	text-align: left;
	float: left;
}

.jcarousel-skin-green  .jcarousel-item-horizontal {
    margin-right: 12px;
}

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


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-green  .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 160px;
    cursor: pointer;
    background: transparent url(../images/galeria-next-orange.gif) no-repeat 0 0;
}

.jcarousel-skin-green  .jcarousel-next-disabled-horizontal,
.jcarousel-skin-green  .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-green  .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../images/galeria-disabled-orange.gif) no-repeat 0 0;
}

.jcarousel-skin-green  .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 160px;
    cursor: pointer;
    background: transparent url(../images/galeria-prev-orange.gif) no-repeat 0 0;
}

.jcarousel-skin-green  .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-green  .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-green  .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../images/galeria-disabled-orange.gif) no-repeat 0 0;
	
}

.jcarousel-skin-green .jcarousel-next-disabled-vertical,
.jcarousel-skin-green .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-green .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background: transparent url(../images/galeria-disabled-orange.gif) no-repeat 0 0;
}

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




