.jcarousel-skin-prshots .jcarousel-container {
    background: transparent;
}

.jcarousel-skin-prshots .jcarousel-container-horizontal {
    width: 684px;
    padding: 7px 20px;
}

.jcarousel-skin-prshots .jcarousel-clip-horizontal {
    width:  684px;
    height: 66px;
}

.jcarousel-skin-prshots .jcarousel-item {
    width: 150px;
    height: 50px;
    /*border: 1px solid #fff;*/
}

.jcarousel-skin-prshots .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-skin-prshots .jcarousel-item-horizontal {
    margin-right: 26px;
}

.jcarousel-skin-prshots .jcarousel-item-placeholder {
}

.jcarousel-img {
	width: 150px;
	height: 50px;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-prshots .jcarousel-next-horizontal {
    position: absolute;
    top: 24px;
    right: 5px;
    width: 12px;
    height: 14px;
    cursor: pointer;
    background: transparent url("../img/right-arrow.gif") no-repeat 0 0;
}

.jcarousel-skin-prshots .jcarousel-next-horizontal:hover {
    background: transparent url("../img/right-arrow-on.gif") no-repeat 0 0;
}

.jcarousel-skin-prshots .jcarousel-next-horizontal:active {
    background: transparent url("../img/right-arrow-on.gif") no-repeat 0 0;
}

.jcarousel-skin-prshots .jcarousel-next-disabled-horizontal,
.jcarousel-skin-prshots .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-prshots .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-prshots .jcarousel-prev-horizontal {
    position: absolute;
    top: 24px;
    left: 0;
    width: 12px;
    height: 14px;
    cursor: pointer;
    background: transparent url("../img/left-arrow.gif") no-repeat 0 0;
}

.jcarousel-skin-prshots .jcarousel-prev-horizontal:hover {
    background: transparent url("../img/left-arrow-on.gif") no-repeat 0 0;
}

.jcarousel-skin-prshots .jcarousel-prev-horizontal:active {
    background: transparent url("../img/left-arrow-on.gif") no-repeat 0 0;
}

.jcarousel-skin-prshots .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-prshots .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-prshots .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}



