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

.jcarousel-container-horizontal {
    width: 641px;
    padding: 0;
}

.jcarousel-clip-horizontal {
    width:  606px;
    height: 122px;
}

.jcarousel-item {
    width: 190px;
    height: 122px;
}

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

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

.jcarousel-item img {
	display: block;
	border: 1px solid #FFF;
	margin: 0 0 7px 0;
	height: 78px;
	width: 168px;
}


.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;
}