/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
/*	background: url(../images/jcarousel/../images/main/scroller-bg.jpg) 0 50% repeat-x;*/
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 145px;
}
#SideCategoryTopSellers .jcarousel-skin-tango .jcarousel-clip-vertical { height:574px;}
.jcarousel-clip-vertical .jcarousel-list-vertical li.TopSeller1 { background: none;}
.jcarousel-clip-vertical .jcarousel-list-vertical li.TopSeller1 div.TopSellerNumber { display:block;background: transparent url(../images/blue/TopSellerNumber1Bg.png) no-repeat scroll 0 0px; margin:-10px 0px -12px 0px; z-index:200;}
.jcarousel-clip-vertical .jcarousel-list-vertical li.TopSeller1 div.ProductImage {	position: relative; right:-9px; top:-18px; z-index:-1; overflow:visible;}
.jcarousel-clip-vertical .jcarousel-list-vertical li.TopSeller1 div.ProductDetails { width:134px; position: relative; left:4px; top:-14px; overflow:visible;}
.jcarousel-clip-vertical .jcarousel-list-vertical li.TopSeller div.TopSellerNumber {background: url(../images/blue/TopSellerNumberBg.png) no-repeat scroll 0 4px; margin:-7px 0px -12px 0px; z-index:200;}
.jcarousel-clip-vertical .jcarousel-list-vertical .TopSeller .ProductImage {	position: relative; right:-3px; top:-10px; z-index:-10;}
.jcarousel-clip-vertical .jcarousel-list-vertical li.TopSeller div.ProductDetails { width:134px; position: relative; left:4px; top:-10px; overflow:visible; padding-left:0px; margin-left:0px;}
.jcarousel-clip-vertical .jcarousel-list-vertical li.TopSeller .Rating { display:block; position:relative; top:-10px;}
#SideCategoryTopSellersList li.TopSeller .ProductActionAdd { clear:left; margin-left:0px; margin-top:-10px;}
#SideCategoryTopSellersList li.jcarousel-item-vertical {padding:0px 0px 0px 0px;}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



/*********** skin begin ****************************/
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #FFFFFF;
    border: 0px solid #CCCCCC;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 136px;

    padding: 30px 0px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  145px;
    height: 530px;
/*    background: transparent url(../images/jcarousel/../images/main/scroller-bg.jpg) repeat-x scroll 0 50%;*/
}

.jcarousel-skin-tango .jcarousel-item {
    width: 140px;
    min-height: 240px;
}

.jcarousel-item .ProductDetails strong, .jcarousel-item .ProductDetails strong a {
	padding:0px 0px;
}
	
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/jcarousel/tango/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/jcarousel/tango/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: -10px;
    width: 160px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/jcarousel/tango/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 160px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/jcarousel/tango/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/*********** skin end ****************************/
