.jcarousel-skin-heritage .jcarousel-container {
/*-moz-border-radius: 10px;
background: #000000;
border: 1px solid #346F97;*/
}

.jcarousel-skin-heritage .jcarousel-container-horizontal {
width: 815px;
padding: 10px 40px;
margin: 0pt auto;
}
.jcarousel-skin-heritage .jcarousel-clip-horizontal {
width:  805px;
height: 100px;
text-align:center;
}
.jcarousel-skin-heritage .jcarousel-item {
   /* width: 150px;*/
height: 130px;
border:0px solid red;
padding: 0px;
}

.jcarousel-skin-heritage .jcarousel-item-horizontal {
/*margin-right: 10px;*/
}
.jcarousel-skin-heritage .jcarousel-item-placeholder {
/*background: #000;*/
color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-heritage .jcarousel-next-horizontal {
position: absolute;
top: 43px;
/*right: 5px;*/
right: 15px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../images/carousel/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-heritage .jcarousel-next-horizontal:hover {
background-position: -32px 0;
}

.jcarousel-skin-heritage .jcarousel-next-horizontal:active {
background-position: -64px 0;
}

.jcarousel-skin-heritage .jcarousel-next-disabled-horizontal,
.jcarousel-skin-heritage .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-heritage .jcarousel-next-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}

.jcarousel-skin-heritage .jcarousel-prev-horizontal {
position: absolute;
top: 43px;
left: 5px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../images/carousel/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-heritage .jcarousel-prev-horizontal:hover {
background-position: -32px 0;
}

.jcarousel-skin-heritage .jcarousel-prev-horizontal:active {
background-position: -64px 0;
}

.jcarousel-skin-heritage .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-heritage .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-heritage .jcarousel-prev-disabled-horizontal:active {
cursor: default;
background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-heritage .jcarousel-next-vertical {
position: absolute;
bottom: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../images/carousel/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-heritage .jcarousel-next-vertical:hover {
background-position: 0 -32px;
}

.jcarousel-skin-heritage .jcarousel-next-vertical:active {
background-position: 0 -64px;
}

.jcarousel-skin-heritage .jcarousel-next-disabled-vertical,
.jcarousel-skin-heritage .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-heritage .jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
}

.jcarousel-skin-heritage .jcarousel-prev-vertical {
position: absolute;
top: 5px;
left: 43px;
width: 32px;
height: 32px;
cursor: pointer;
background: transparent url(../images/carousel/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-heritage .jcarousel-prev-vertical:hover {
background-position: 0 -32px;
}

.jcarousel-skin-heritage .jcarousel-prev-vertical:active {
background-position: 0 -64px;
}

.jcarousel-skin-heritage .jcarousel-prev-disabled-vertical,
.jcarousel-skin-heritage .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-heritage .jcarousel-prev-disabled-vertical:active {
cursor: default;
background-position: 0 -96px;
}
