.jcarousel-skin-ael .jcarousel-container {
    -moz-border-radius: 3px;
}

.jcarousel-skin-ael .jcarousel-container-horizontal {
    padding: 10px 26px;
}

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

.jcarousel-skin-ael .jcarousel-clip-horizontal {
    height: 108px;
}

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

.jcarousel-skin-ael .jcarousel-item {
    height: 108px;
    width: 88px;
}

    .jcarousel-skin-ael .jcarousel-item img {
        -moz-border-radius: 3px;
        border: 4px solid #fff;
        cursor:pointer;
    }
    
    .jcarousel-skin-ael .jcarousel-item span {
        color:#fff;
        display:block;
        line-height:13px;
        text-align:center;
    }   

.jcarousel-skin-ael .jcarousel-item-horizontal {
    margin-right: 13px;
}

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ael .jcarousel-next-horizontal {
    position: absolute;
    top: 33px;
    right: 5px;
    width: 18px;
    height: 26px;
    cursor: pointer;
    background: transparent url('../../images/jcarousel/ael/next-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-ael .jcarousel-next-horizontal:hover {
    background-position: -18px 0;
}

.jcarousel-skin-ael .jcarousel-next-horizontal:active {
    background-position: -36px 0;
}

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

.jcarousel-skin-ael .jcarousel-prev-horizontal {
    position: absolute;
    top: 33px;
    left: 5px;
    width: 18px;
    height: 26px;
    cursor: pointer;
    background: transparent url('../../images/jcarousel/ael/prev-horizontal.png') no-repeat 0 0;
}

.jcarousel-skin-ael .jcarousel-prev-horizontal:hover {
    background-position: -18px 0;
}

.jcarousel-skin-ael .jcarousel-prev-horizontal:active {
    background-position: -36px 0;
}

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

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

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

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

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

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

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

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

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

