.jcarousel-skin-endriago .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-endriago .jcarousel-container-horizontal {
    width: 870px;
    padding: 20px 40px;
}

.jcarousel-skin-endriago .jcarousel-container-vertical {
    width: 75px;
    height: 295px;
    padding: 40px 20px;
}

.jcarousel-skin-endriago .jcarousel-clip-horizontal {
    width:  875px;
    height: 320px;
}

.jcarousel-skin-endriago .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-endriago .jcarousel-item {
    width: 274px;
    height: 308px;
    border: 1px solid #333;
	color: #333;
	padding: 5px;
	-moz-border-radius: 5px;
}

.jcarousel-skin-endriago .jcarousel-item:hover {
    border-color: #808080;
	background: transparent url(/images/carouselItemBackground.png) center center no-repeat;
}

.jcarousel-skin-endriago .jcarousel-item:hover a {
 color: #fff;
}

.jcarousel-skin-endriago .jcarousel-item img {
 border: none;
}

.jcarousel-skin-endriago .jcarousel-item a {
 text-decoration: none;
 color: #666;
 text-align: justify;
}

.jcarousel-skin-endriago .jcarousel-item .itemHeader {
 text-align: center;
 color: #930;
 font-size: 1.25em;
 font-weight: bold;
}

.jcarousel-skin-endriago .jcarousel-item .imageWrapper {
 text-align: center;
 height: 85px;
}

.jcarousel-skin-endriago .jcarousel-item-horizontal {
    margin-right: 7px;
}

.jcarousel-skin-endriago .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-endriago .jcarousel-item-placeholder {
}

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

.jcarousel-skin-endriago .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-endriago .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

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

.jcarousel-skin-endriago .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

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

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-endriago .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-endriago .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

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

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

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

.jcarousel-skin-endriago .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

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

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

