.jcarousel-container {
	text-align: left;
}

.jcarousel-container-horizontal {
    padding: 44px 0 0 36px;
}

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

.jcarousel-item {
	float: left;
	padding: 0 16px 0 0;
	width: 100px;
}

.jcarousel-item a {
	/* display: block;
	background: url(../images/bg_thumbs_blur.gif);
	color: #FFF;
	padding: 0; */
}

.jcarousel-item a:hover {
	/* background: url(../images/bg_thumbs_hover.gif); */
}

.jcarousel-item img {
	float: left;
	height: 100px;
	width: 100px;
}


.jcarousel-item-horizontal {
    /* margin-right: 16px; */
}

/**
 *  Horizontal Buttons
 */
 
 /*
.jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../images/arrows_right_blur.gif) no-repeat;
}

.jcarousel-next-horizontal:hover {
    background: url(../images/arrows_right_hover.gif) no-repeat;
}

.jcarousel-next-horizontal:active {
    background: none;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: url(../images/arrows_right_blur.gif) no-repeat;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 97px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../images/arrows_left_blur.gif) no-repeat;
}

.jcarousel-prev-horizontal:hover {
    background: url(../images/arrows_left_hover.gif) no-repeat;
}

.jcarousel-prev-horizontal:active {
    background: none;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: url(../images/arrows_left_blur.gif) no-repeat;
}
*/