.jcarousel-skin-maytree .jcarousel-container {
    /*-moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
    background: url(../gifs/carousel/carouselbg.png) center center no-repeat;    
    margin-left: 5px;

}

.jcarousel-skin-maytree .jcarousel-container-horizontal {
    width: 835px;
    height: 139px;
    padding: 0 40px;
}

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

.jcarousel-skin-maytree .jcarousel-clip-horizontal {
    width:  835px;
    height: 139px;
}

.jcarousel-skin-maytree .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-maytree .jcarousel-item {
    width: 123px;
    height: 126px;
    margin-top: 18px;
    font-size: 75%;
}

.jcarousel-skin-maytree .jcarousel-item a{
  color: #593100;
  font-weight: bold;
}

.jcarousel-skin-maytree .jcarousel-item-horizontal {
    margin-right: 20px;
}

.jcarousel-skin-maytree .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-maytree .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-maytree .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

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

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

.jcarousel-skin-maytree .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-maytree .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

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

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