.scrollable{ width:600px !important;}
.jcarousel-container {
   /* -moz-border-radius: 10px;*/
    /*background: #D4D0C8;*/
    /*border: 1px solid #808080;*/
}

.jcarousel-container-horizontal {
    width: 600px;
    /*padding: 20px 40px;*/
}


.jcarousel-clip-horizontal {
    width:  480px;
	margin-left:60px;
    height: 55px;
}


.jcarousel-item {
    width: 75px/*!important*/;
    height: 55px;
	text-align:center;
    /*border: 1px solid #fff;*/
}

.jcarousel-item:hover {
    /*border-color: #808080;*/
}

.jcarousel-item-horizontal {
    margin-right: 7px;
}


.jcarousel-item-placeholder {
}

.jcarousel-item a img{border:1px solid #121215}
.jcarousel-item a img:hover{border:1px solid #585858}
/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(/design/icons/hori_large.png) no-repeat -56px -56px;
	z-index:999;
}

.jcarousel-next-horizontal:hover {
    background-position: 0 -56px;
}

.jcarousel-next-horizontal:active {
    background-position: -168px -56px;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -112px -56px;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(/design/icons/hori_large.png) no-repeat -56px 0;
	z-index:999;
}

.jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -168px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -112px 0;
}
