



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

.jcarousel-skin-thumb-green  .jcarousel-container-horizontal {
    width: 216px;
	background: #FFFFFF;
}


.jcarousel-skin-thumb-green  .jcarousel-clip-horizontal {
    width: 216px;
    height: 230px;
	padding-top: 10px;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	
	_margin-left: 0px;
	_margin-right: 0px;
}

.jcarousel-skin-thumb-green  .jcarousel-item {
    width: 216px;
    height: 230px;
	float: left;
}

.jcarousel-skin-thumb-green  .jcarousel-item img{
    margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 5px;
	float: left;
}

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

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


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

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

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

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

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

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





