/* ------------------------------------------------------------ */
/* Structural Layout */
/* ------------------------------------------------------------ */

/* -------- BUTTONS -------- */

/*** PREV ***/

.jcarousel-prev {
    position: absolute;
    width: 22px;
    height: 45px;
    left: 0px;
    top: 28px;
    cursor: pointer;
    background-image: url(http://images.esellerpro.com/2235/images/objects/buttons/scroll-left.gif);
}
.jcarousel-prev:hover,.jcarousel-prev:active { background-position: 0 0; }
.jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:active, .jcarousel-prev-disabled {
    cursor: default;
    background-position: -22px 0;
}

/*** NEXT ***/

.jcarousel-next {
    position: absolute;
    width: 22px;
    height: 45px;
    right: 0px;
    top: 28px;
    cursor: pointer;
    background-image: url(http://images.esellerpro.com/2235/images/objects/buttons/scroll-right.gif);
}
.jcarousel-next:hover.jcarousel-next:active { background-position: 0 0; }
.jcarousel-next-disabled:hover, .jcarousel-next-disabled:active, .jcarousel-next-disabled {
    cursor: default;
    background-position: -22px 0;
}

/* -------- CONTAINERS -------- */

.jcarousel-clip{
	width: 315px;
	margin: 0 30px;
}
