#scroller { overflow:hidden;}
.jcarousel-container { width:920px; }

.jcarousel-list li, .jcarousel-item {
	width:225px;
	height:280px;
}
.jcarousel-skin-scroller {
		background: white;
}

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

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

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

}

.jcarousel-skin-scroller .jcarousel-item {
    width: 225px;
    height: 280px;
}

.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;
}

