#scroller { background:white none repeat scroll 0 0;height:240px;}

.jcarousel-skin-scroller {
		background: white;
}

.holistic-page .main-box-area .jcarousel-skin-scroller ul li { padding:3px 33px 1px 0; }

.jcarousel-skin-scroller .jcarousel-container {
}

.jcarousel-skin-scroller .jcarousel-container-horizontal {
}

.jcarousel-skin-scroller .jcarousel-clip-horizontal {
    height: 265px;

}

.jcarousel-skin-scroller .jcarousel-item {
    width: 150px;
    height: 260px;
}

.jcarousel-skin-scroller .jcarousel-item img{
	border:none;
	height:150px;
}

.jcarousel-skin-scroller .jcarousel-item-horizontal {
    margin-right:0px;
}

.jcarousel-skin-scroller .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-scroller .jcarousel-next-horizontal {
    position: absolute;
    right: 0px;
    width: 32px;
    height: 268px;
    cursor: pointer;
    background:#a8d3f8 url(../images/beliefnet/right-arrow.png) no-repeat 0 28px;
}
.jcarousel-skin-scroller .jcarousel-next-horizontal:hover {
    background:#a8d3f8 url(../images/beliefnet/right-arrow.png) no-repeat 0 28px;
}

.jcarousel-skin-scroller .jcarousel-next-disabled-horizontal,
.jcarousel-skin-scroller .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-scroller .jcarousel-next-disabled-horizontal:active {
    background:none;
}

.jcarousel-skin-scroller .jcarousel-prev-horizontal {
    position: absolute;
    left: -13px;
    width: 32px;
    height: 268px;
    cursor: pointer;
    background:#a8d3f8 url(../images/beliefnet/left-arrow.png) no-repeat 0 28px;
}

.jcarousel-skin-scroller .jcarousel-prev-horizontal:hover {
		background:#a8d3f8 url(../images/beliefnet/left-arrow.png) no-repeat 0 28px;
}

.jcarousel-skin-scroller .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-scroller .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-scroller .jcarousel-prev-disabled-horizontal:active {
    background:none;
}

