/* .jcarousel-skin-heritage .jcarousel-container { */
#rc-wrapper {
	border: 1px solid #A3A3A5;
	margin-top: 10px;
	background-color: #FAFAFA;
	background-repeat: no-repeat;
}

#rc-title {
    color: #777;
    background: #fafafa url(../../images/icons/RcIcon.jpg) no-repeat 10px 50%;
    font-size: 18px;
    line-height: .9em;
    margin: 5px 0 0;
    padding: 0 0 3px 45px;
}

.jcarousel-skin-heritage .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-heritage .jcarousel-container-vertical {
    width: 209px;
    height: 185px;
    padding: 15px 20px 10px;
}

.jcarousel-skin-heritage .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-heritage .jcarousel-clip-vertical {
    width:  209px;
    height: 175px;
}

.jcarousel-skin-heritage .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-heritage .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-heritage .jcarousel-item-vertical {
	 width: 99%;
	 float: none;
	 background: url(../../images/rc-item.jpg) no-repeat;
	 border: 1px solid #ccc;
	 height: 50px;
	 margin: 5px 0 0;
	 color: #444;
}

.jcarousel-skin-heritage .jcarousel-item-vertical div.inner {
 padding: 2px;
}

.jcarousel-skin-heritage .jcarousel-item-vertical img.thumb {
 padding-right: 2px;
 float: left;
}

.jcarousel-skin-heritage .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-heritage .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(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(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;
    top: 5px;
    right: 20px;
    width: 20px;
    height: 10px;
    cursor: pointer;
    background: transparent url(next-arrow-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-heritage .jcarousel-next-vertical:hover {
    background-position: 0 -10px;
}

.jcarousel-skin-heritage .jcarousel-next-vertical:active {
    background-position: 0 -20px;
}

.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 -30px;
}

.jcarousel-skin-heritage .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    right: 50px;
    width: 20px;
    height: 10px;
    cursor: pointer;
    background: transparent url(prev-arrow-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-heritage .jcarousel-prev-vertical:hover {
    background-position: 0 -10px;
}

.jcarousel-skin-heritage .jcarousel-prev-vertical:active {
    background-position: 0 -20px;
}

.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 -30px;
}

