.primary-content .jcarousel-skin-events .jcarousel-container {
    width: 275px;
    padding: 0;
    margin: 0;
}

.primary-content .jcarousel-skin-events .jcarousel-container-horizontal {
    width: 275px;
    padding: 0;
    margin: 0;
}

.primary-content .jcarousel-skin-events .jcarousel-container-vertical {
    width: 275px;
    padding: 0;
    margin: 0;
}

.primary-content .jcarousel-skin-events .jcarousel-clip-horizontal {
    width: 275px;
    padding: 0;
    margin: 0;
}

.primary-content .jcarousel-skin-events .jcarousel-clip-vertical {
    width: 275px;
    padding: 0;
    margin: 0;
}

.primary-content .jcarousel-skin-events .jcarousel-item,
.primary-content ul.jcarousel-skin-events li {
    width: 275px;
    padding: 0 0 10px;
    margin: 0;
    list-style-type: none;
}

.primary-content .jcarousel-skin-events .jcarousel-item-horizontal {
    margin: 0;
}

.primary-content .jcarousel-skin-events .jcarousel-item-vertical {
    margin: 0;
}

.primary-content .jcarousel-skin-events .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-events .jcarousel-next-horizontal {
    position: absolute;
    top: 90px;
    right: -38px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: transparent url(../images/arrows-next-prev.gif) no-repeat left top;
}

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

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

.jcarousel-skin-events .jcarousel-next-disabled-horizontal,
.jcarousel-skin-events .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-events .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: right top;
}

.jcarousel-skin-events .jcarousel-prev-horizontal {
    position: absolute;
    top: 90px;
    left: -38px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: transparent url(../images/arrows-next-prev.gif) no-repeat left bottom;
}

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

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

.jcarousel-skin-events .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-events .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-events .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: right bottom;
}

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

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

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

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

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

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

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