.jcarousel-container {
    padding-top: 0px;
    padding-left: 0px;
    padding-right:0px;
    padding-bottom:0px;
}

.jcarousel-clip {
    height: 178px;
    width:702px;
    margin-right:auto;
    margin-left:auto;
}

.jcarousel-list {
    height: 178px;
    width:702px;
}

.jcarousel-list li {
    width: 135px;
    height: 178px;
    padding-left:19px;
    padding-right:19px;
    font-size:11px;
    line-height:16px;
}

.jcarousel-item-placeholder {
    background: #fff url(http://www.bigeasydaiquiris.com/images/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 37px;
    right: 0px;
    width: 23px;
    height: 44px;
    cursor: pointer;
    background: transparent url(/images/arrow2.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background: transparent url(/images/arrow2.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:active {
     background: transparent url(/images/arrow2.gif) no-repeat 0 0;
}

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

.jcarousel-prev-horizontal {
    position: absolute;
    top: 37px;
    left: 0px;
    width: 23px;
    height: 44px;
    cursor: pointer;
    background: transparent url(/images/arrow1.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background: transparent url(/images/arrow1.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background: transparent url(/images/arrow1.gif) no-repeat 0 0;
}

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



