#scroller { height:170px;overflow:hidden;}

.jcarousel-list li, .jcarousel-item {
	width:150px;
	height:175px;
}

/*Begin css(Bug1127:24-06-2009)*/
.gall-hold {
	width: 580px;
}
.gall-hold .jcarousel-container{
	width: 580px;		
}

.gall-hold .jcarousel-container-horizontal{
		width: 580px;
}

.gall-hold .jcarousel-clip-horizontal{
		width: 580px;
}

/*End css*/


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

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

