.jcarousel-skin-custom .jcarousel-container-horizontal {
width: 560px;
height: 180px;
overflow:hidden;

padding: 0 20px;

position:relative;
z-index:1;
}

.jcarousel-skin-custom .jcarousel-item {
width: 180px;
height: 180px;
margin-right:10px !important;
}
.jcarousel-skin-custom .jcarousel-item a {
display:block;
width:180px;
height:180px;
/*overflow:hidden;*/
}

.jcarousel-skin-custom .jcarousel-item-placeholder {
background: #fff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-custom .jcarousel-next-horizontal {
position: absolute;
top: 0;
right: 0px;
z-index:100;
width: 10px;
height: 180px;
cursor: pointer;
background: #b29d58!important /* url("next-horizontal.png") no-repeat -5px 0 !important;*/;
}
*html .jcarousel-skin-custom .jcarousel-next-horizontal {visibility: hidden;}
.jcarousel-skin-custom .jcarousel-next-horizontal:hover {
/*background-position: -37px 0 !important;*/
background: #c4a742!important;
}
.jcarousel-skin-custom .jcarousel-next-horizontal:active {
/*background-position: -69px 0 !important;*/
background: #FFF!important;
}
.jcarousel-skin-custom .jcarousel-next-disabled-horizontal,
.jcarousel-skin-custom .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-custom .jcarousel-next-disabled-horizontal:active {
cursor: default;
/*background-position: -101px 0 !important;*/
background: #333333!important;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal {
position: absolute;
top: 0;
left: 0px;
width: 10px;
height: 180px;
cursor: pointer;
background: #b29d58!important /*url("prev-horizontal.png") no-repeat -7px 0 !important*/;
}
*html .jcarousel-skin-custom .jcarousel-prev-horizontal {visibility: hidden; }

.jcarousel-skin-custom .jcarousel-prev-horizontal:hover {
/*background-position: -39px 0 !important;*/
background: #c4a742!important;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:active {
/*background-position: -71px 0 !important;*/
background: #FFF!important;
}

.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal:active {
cursor: default;
/*background-position: -103px 0 !important;*/
background: #333333!important;
}
