.jcarousel-container {
   /* -moz-border-radius: 10px;*/
    /*background: #F0F6F9;*/
   /* border: 1px solid #346F97;*/
    width: 575px;
    padding:20px 0 0 15px; 
	height:auto;
	/*background: transparent url(bundle-scroller-bg.gif) repeat-x;*/
	/*background:url(main-scroller-bg.jpg) repeat-x;*/
	float:left;	
}
/***** Detail Page scroller ******/
#jcarousel_main_detail{
	float:left;
	width:617px;
	background:none;
	height:114px;
	margin:0px;
	padding:0;
}
.jcarousel_main_detail2{
	float:left;
	width:590px;
	background:url('/small_scrollbar/small-scroller-bg-rpt.jpg');
	background-repeat:repeat-x;
	height:114px;
	margin:0px;
}
.jcarousel-container-lft {
    width:8px;
    height:113px;
	background:url('/small_scrollbar/small-scroller-lt.jpg');
	float:left;
}
.jcarousel-container-rht {
    width: 8px;
    height:113px;
	background:url('/small_scrollbar/small-scroller-rt.jpg');
	float:left;
}

.jcarousel-clip {
    width:530px;
    height:105px;
	/*padding:0px 35px 0px 15px;*/
}

.jcarousel-list {
    width:629px;
    height:105px;
}

.jcarousel-list li {
    width: 106px;
    height: 105px;
    margin-right: 10px;
}

.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top:45px;
    right:0px;
    width:24px;
    height:24px;
    cursor: pointer;
    background: url('/images/next.gif') no-repeat;
}

.jcarousel-next-horizontal:hover {
    background-position: -23px 0;
    background: url('/images/next.gif') no-repeat;
}

.jcarousel-next-horizontal:active {
    background-position: -46px 0;
    background: url('/images/next.gif') no-repeat;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -68px 0;
    background: url('/images/next_inactive.gif') no-repeat;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top:45px;
    left:5px;
    width:24px;
    height:24px;
    cursor: pointer;
    background: url('/images/prev.gif') no-repeat;
}

.jcarousel-prev-horizontal:hover {
    background-position: -23px 0;
    background: url('/images/prev.gif') no-repeat;
}

.jcarousel-prev-horizontal:active {
    background-position: -46px 0;
    background: url('/images/prev.gif') no-repeat;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -68px 0;
    background: url('/images/prev_inactive.gif') no-repeat;
}
.ProductpageeffectList
{
    margin-left:15px;
}
