.jcarousel-skin-storx .jcarousel-container {
	background: rgb(183,218,120);
	border: solid 1px rgb(101,161,0);
}

.jcarousel-skin-storx .jcarousel-container-horizontal {
    padding: 0 32px;
}

.jcarousel-skin-storx .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-storx .jcarousel-clip-horizontal {
    width:  556px;
    height: 300px;
}

.jcarousel-skin-storx .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-storx .jcarousel-list {
	margin: 0;
}

.jcarousel-skin-storx .jcarousel-item {
    width: 556px;
    height: 300px;
}

.jcarousel-skin-storx .jcarousel-item-horizontal {
	
}

.jcarousel-skin-storx .jcarousel-item-vertical {
    
}

.jcarousel-skin-storx .jcarousel-item-placeholder {
    
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-storx .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 300px;
    cursor: pointer;
    background: transparent url(../img/jcarousel/storx/next-horizontal.png) 0 center no-repeat;
}

.jcarousel-skin-storx .jcarousel-next-horizontal:hover {
    background-position: -32px center;
}

.jcarousel-skin-storx .jcarousel-next-horizontal:active {
    background-position: -64px center;
}

.jcarousel-skin-storx .jcarousel-next-disabled-horizontal,
.jcarousel-skin-storx .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-storx .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px center;
}

.jcarousel-skin-storx .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 300px;
    cursor: pointer;
    background: transparent url(../img/jcarousel/storx/prev-horizontal.png) 0 center no-repeat;
}

.jcarousel-skin-storx .jcarousel-prev-horizontal:hover {
    background-position: -32px center;
}

.jcarousel-skin-storx .jcarousel-prev-horizontal:active {
    background-position: -64px center;
}

.jcarousel-skin-storx .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-storx .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-storx .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px center;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-storx .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/jcarousel/storx/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-storx .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-storx .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-storx .jcarousel-next-disabled-vertical,
.jcarousel-skin-storx .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-storx .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-storx .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/jcarousel/storx/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-storx .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-storx .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-storx .jcarousel-prev-disabled-vertical,
.jcarousel-skin-storx .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-storx .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

