@charset "utf-8";
/* CSS Document */

.jcarousel-container {
	padding:1em 30px;
	background-color:#fff;
	
}

.jcarousel-clip {
    height: 82px;
	width:100%;
	text-align:center;
}

.jcarousel-list {
    height: 82px;
}

.jcarousel-list li {
    width: 70px;
    height: 72px;
    margin:0 5px;
	padding:4px 0;
}

.jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 5px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent url(/img/carousel-next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -22px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 5px;
	_left:-22px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent url(/img/carousel-prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -22px 0;
}