/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
 
.jcarousel-container-horizontal {
	width: 385px;
    padding: 20px;
	position:absolute;
	top:50px;
	left:12px;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 18px;
    height: 20px;
    cursor: pointer;
    background: transparent url(/images/prev-horizontal.png) no-repeat 0 0;
}

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

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

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

.jcarousel-next-horizontal {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 18px;
    height: 20px;
    cursor: pointer;
    background: transparent url(/images/next-horizontal.png) no-repeat 0 0;
}

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

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

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



.jcarousel-clip-horizontal {
	width: 100%;
    height: 120px;
}



 
 
 
 
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



.jcarousel-item {
    width: 120px;
    height: 120px;
	text-align:center;
}

.jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */


