/********************************************************************
 *********************** myaccount orders ***************************
 ********************************************************************/
.jcarousel-myaccount-orders-slider {
    width: 250px;    
}
.jcarousel-myaccount-orders-slider .jcarousel-clip,
.jcarousel-myaccount-orders-slider .jcarousel-clip-horizontal {
    left: 14px;
    width: 222px;
    height: 52px;
}
.jcarousel-myaccount-orders-slider .jcarousel-item img,
.jcarousel-myaccount-orders-slider .jcarousel-item-horizontal img {
    /*border: 1px solid #d5d5d5;*/
    cursor: pointer; 
}

.jcarousel-myaccount-orders-slider .jcarousel-item-placeholder {
    border: none !important;
}

.jcarousel-myaccount-orders-slider .jcarousel-item img.active, 
.jcarousel-myaccount-orders-slider .jcarousel-item-horizontal img.active {
    /*border: 1px solid #ff8533 !important;*/
}
.jcarousel-myaccount-orders-slider .jcarousel-next {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 9px;
    height: 42px;
    cursor: pointer;
    background: transparent url(slide_right_orange_grey.gif) no-repeat 0 0;
}
.jcarousel-myaccount-orders-slider .jcarousel-next-disabled,
.jcarousel-myaccount-orders-slider .jcarousel-next-disabled:hover,
.jcarousel-myaccount-orders-slider .jcarousel-next-disabled:active {
    cursor: default;
    background-position: -9px 0;
}

.jcarousel-myaccount-orders-slider .jcarousel-prev {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 9px;
    height: 42px;
    cursor: pointer;
    background: transparent url(slide_left_orange_grey.gif) no-repeat 0 0; 
}
.jcarousel-myaccount-orders-slider .jcarousel-prev-disabled,
.jcarousel-myaccount-orders-slider .jcarousel-prev-disabled:hover,
.jcarousel-myaccount-orders-slider .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: -9px 0;
}

/********************************************************************
 **************** productdetailpage media slider ********************
 ********************************************************************/
.jcarousel-productdetail-media-slider .jcarousel-container,
.jcarousel-productdetail-media-slider .jcarousel-container-horizontal {
    width: 250px;
}
.jcarousel-productdetail-media-slider .jcarousel-clip,
.jcarousel-productdetail-media-slider .jcarousel-clip-horizontal {
    left: 14px;
    width: 228px;
    height: 56px;
}
.jcarousel-productdetail-media-slider .jcarousel-list,
.jcarousel-productdetail-media-slider .jcarousel-list-horizontal {
    left: 0px;
    height: 56px;
}
.jcarousel-productdetail-media-slider .jcarousel-list li,
.jcarousel-productdetail-media-slider .jcarousel-item-horizontal li,
.jcarousel-productdetail-media-slider .jcarousel-item,
.jcarousel-productdetail-media-slider .jcarousel-item-horizontal {
    /* hard coded width & height because of size determination problems while using scroll & visible options */
    height: 56px;
    width: 57px;
    border: 0px;
    margin: 0px;
    padding: 0px; 
}
.jcarousel-productdetail-media-slider .jcarousel-item img,
.jcarousel-productdetail-media-slider .jcarousel-item-horizontal img {
    border: 1px solid #d5d5d5;
    cursor: pointer; 
}
.jcarousel-productdetail-media-slider .jcarousel-item img.active, 
.jcarousel-productdetail-media-slider .jcarousel-item-horizontal img.active {
    border: 1px solid #ff8533 !important;
}
.jcarousel-productdetail-media-slider .jcarousel-next {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 9px;
    height: 100px;
    cursor: pointer;
    background: transparent url(slide_right_orange_grey.gif) no-repeat 0 0;
}
.jcarousel-productdetail-media-slider .jcarousel-next-disabled,
.jcarousel-productdetail-media-slider .jcarousel-next-disabled:hover,
.jcarousel-productdetail-media-slider .jcarousel-next-disabled:active {
    cursor: default;
    background-position: -9px 0;
}

.jcarousel-productdetail-media-slider .jcarousel-prev {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 9px;
    height: 100px;
    cursor: pointer;
    background: transparent url(slide_left_orange_grey.gif) no-repeat 0 0; 
}
.jcarousel-productdetail-media-slider .jcarousel-prev-disabled,
.jcarousel-productdetail-media-slider .jcarousel-prev-disabled:hover,
.jcarousel-productdetail-media-slider .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: -9px 0;
}

/********************************************************************
 ************************* Comparison *******************************
 ********************************************************************/
.jcarousel-comparison-slider .no_href{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../../../img/misc/bullet.gif) no-repeat scroll 0 5px;
    color:#FF8533;
    padding-left:8px;
    text-decoration:none;
}
 
.jcarousel-comparison-slider .jcarousel-container,
.jcarousel-comparison-slider .jcarousel-container-horizontal {}

.jcarousel-comparison-slider .jcarousel-clip,
.jcarousel-comparison-slider .jcarousel-clip-horizontal {
    left: 30px;
    width: 790px;
}
.jcarousel-comparison-slider .jcarousel-list li,
.jcarousel-comparison-slider .jcarousel-item-horizontal li,
.jcarousel-comparison-slider .jcarousel-item,
.jcarousel-comparison-slider .jcarousel-item-horizontal {
    /* hard coded width & height because of size determination problems while using scroll & visible options */
    height: 197px;
    width: 153px;
    border: 0px;
    margin: 0px;
    padding-left: 5px; 
}

.jcarousel-comparison-slider .jcarousel-item ul.box {
    height: 197px;
}

.jcarousel-comparison-slider .jcarousel-item img,
.jcarousel-comparison-slider .jcarousel-item-horizontal img {
    border: 0px solid #d5d5d5;
    cursor: pointer; 
}
.jcarousel-comparison-slider .jcarousel-next {
    position: absolute;
    top: 25px;
    right: 0px;
    width: 16px;
    height: 100px;
    cursor: pointer;
    background: transparent url(scroll_right_orange_grey.gif) no-repeat 0 0;
}
.jcarousel-comparison-slider .jcarousel-next-disabled,
.jcarousel-comparison-slider .jcarousel-next-disabled:hover,
.jcarousel-comparison-slider .jcarousel-next-disabled:active {
    cursor: default;
    background-position: -16px 0;
}
.jcarousel-comparison-slider .jcarousel-prev {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 16px;
    height: 100px;
    cursor: pointer;
    background: transparent url(scroll_left_orange_grey.gif) no-repeat 0 0; 
}
.jcarousel-comparison-slider .jcarousel-prev-disabled,
.jcarousel-comparison-slider .jcarousel-prev-disabled:hover,
.jcarousel-comparison-slider .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: -16px 0;
}

/********************************************************************
 ************************* Start Page *******************************
 ********************************************************************/
.jcarousel-start-page-slider .jcarousel-container,
.jcarousel-start-page-slider .jcarousel-container-horizontal {}

.jcarousel-start-page-slider .jcarousel-clip,
.jcarousel-start-page-slider .jcarousel-clip-horizontal {
    left: 30px;
    width: 816px;
}
.jcarousel-start-page-slider .jcarousel-list li,
.jcarousel-start-page-slider .jcarousel-item-horizontal li,
.jcarousel-start-page-slider .jcarousel-item,
.jcarousel-start-page-slider .jcarousel-item-horizontal {
    /* hard coded width & height because of size determination problems while using scroll & visible options */
    height: 197px;
    width: 131px;
    border: 0px;
    margin: 0px;
    padding-left: 5px; 
}

.jcarousel-start-page-slider .jcarousel-item ul.box {
    height: 197px;
}

.jcarousel-start-page-slider .jcarousel-item img,
.jcarousel-start-page-slider .jcarousel-item-horizontal img {
    border: 0px solid #d5d5d5;
    cursor: pointer; 
}
.jcarousel-start-page-slider .jcarousel-next {
    position: absolute;
    top: 25px;
    right: 0px;
    width: 16px;
    height: 100px;
    cursor: pointer;
    background: transparent url(scroll_right_orange_grey.gif) no-repeat 0 0;
}
.jcarousel-start-page-slider .jcarousel-next-disabled,
.jcarousel-start-page-slider .jcarousel-next-disabled:hover,
.jcarousel-start-page-slider .jcarousel-next-disabled:active {
    cursor: default;
    background-position: -16px 0;
}
.jcarousel-start-page-slider .jcarousel-prev {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 16px;
    height: 100px;
    cursor: pointer;
    background: transparent url(scroll_left_orange_grey.gif) no-repeat 0 0; 
}
.jcarousel-start-page-slider .jcarousel-prev-disabled,
.jcarousel-start-page-slider .jcarousel-prev-disabled:hover,
.jcarousel-start-page-slider .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: -16px 0;
}

/********************************************************************
 *********************** Product Detail *****************************
 ********************************************************************/
.jcarousel-product-detail-slider .jcarousel-container,
.jcarousel-product-detail-slider .jcarousel-container-horizontal {}

.jcarousel-product-detail-slider .jcarousel-clip,
.jcarousel-product-detail-slider .jcarousel-clip-horizontal {
    left: 30px;
    width: 600px;
}
.jcarousel-product-detail-slider .jcarousel-list li,
.jcarousel-product-detail-slider .jcarousel-item-horizontal li,
.jcarousel-product-detail-slider .jcarousel-item,
.jcarousel-product-detail-slider .jcarousel-item-horizontal {
    /* hard coded width & height because of size determination problems while using scroll & visible options */
    height: 197px;
    width: 145px;
    border: 0px;
    margin: 0px;
    padding-left: 5px; 
}

.jcarousel-product-detail-slider .jcarousel-item ul.box {
    height: 197px;
}

.jcarousel-product-detail-slider .jcarousel-item img,
.jcarousel-product-detail-slider .jcarousel-item-horizontal img {
    border: 0px solid #d5d5d5;
    cursor: pointer; 
}
.jcarousel-product-detail-slider .jcarousel-next {
    position: absolute;
    top: 25px;
    right: 0px;
    width: 16px;
    height: 100px;
    cursor: pointer;
    background: transparent url(scroll_right_orange_grey.gif) no-repeat 0 0;
}
.jcarousel-product-detail-slider .jcarousel-next-disabled,
.jcarousel-product-detail-slider .jcarousel-next-disabled:hover,
.jcarousel-product-detail-slider .jcarousel-next-disabled:active {
    cursor: default;
    background-position: -16px 0;
}
.jcarousel-product-detail-slider .jcarousel-prev {
    position: absolute;
    top: 25px;
    left: 0px;
    width: 16px;
    height: 100px;
    cursor: pointer;
    background: transparent url(scroll_left_orange_grey.gif) no-repeat 0 0; 
}
.jcarousel-product-detail-slider .jcarousel-prev-disabled,
.jcarousel-product-detail-slider .jcarousel-prev-disabled:hover,
.jcarousel-product-detail-slider .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: -16px 0;
}

/********************************************************************
 *************************** Reviews ********************************
 ********************************************************************/
.jcarousel-reviews-slider {
    height: 316px;    
}

.jcarousel-reviews-slider .jcarousel-clip,
.jcarousel-reviews-slider .jcarousel-clip-vertical {
    width: 326px;
    height: 258px !important;
}

.jcarousel-reviews-slider .jcarousel-list li,
.jcarousel-reviews-slider .jcarousel-item-vertical li,
.jcarousel-reviews-slider .jcarousel-item,
.jcarousel-reviews-slider .jcarousel-item-vertical {
    /* hard coded width & height because of size determination problems while using scroll & visible options */
    border-top: 1px solid #D5D5D5;
    width:  308px;
    height: 73px;    
    padding: 12px 0 0;
    margin: 0 9px; 
}

.jcarousel-reviews-slider .jcarousel-item-1-vertical {
    border-top: 1px solid #D5D5D5 !important;;       
}

.jcarousel-reviews-slider .jcarousel-item img,
.jcarousel-reviews-slider .jcarousel-item-vertical img {
    border: 0px solid #d5d5d5;
    cursor: pointer;
    vertical-align: middle; 
}

.jcarousel-reviews-slider .jcarousel-next {
    position:absolute;
    bottom:10px;
    right:20px;
    background: transparent url(scroll_down_orange_grey.gif) no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.jcarousel-reviews-slider .jcarousel-next-disabled,
.jcarousel-reviews-slider .jcarousel-next-disabled:hover,
.jcarousel-reviews-slider .jcarousel-next-disabled:active {
    cursor: default;
    background-position: 0 -12px;
}
.jcarousel-reviews-slider .jcarousel-prev {
    position:absolute;
    top:10px;
    right:20px;
    background: transparent url(scroll_up_orange_grey.gif) no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.jcarousel-reviews-slider .jcarousel-prev-disabled,
.jcarousel-reviews-slider .jcarousel-prev-disabled:hover,
.jcarousel-reviews-slider .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: 0 -12px;
}

/********************************************************************
 ************************* Most Popular *****************************
 ********************************************************************/
.jcarousel-most-popular-slider {
    height: 316px;    
}

.jcarousel-most-popular-slider .jcarousel-clip,
.jcarousel-most-popular-slider .jcarousel-clip-vertical {
    width: 326px;
    height: 258px !important
}

.jcarousel-most-popular-slider .jcarousel-list li,
.jcarousel-most-popular-slider .jcarousel-item-vertical li,
.jcarousel-most-popular-slider .jcarousel-item,
.jcarousel-most-popular-slider .jcarousel-item-vertical {
    /* hard coded width & height because of size determination problems while using scroll & visible options */
    border-top: 1px solid #D5D5D5;
    width:  308px;
    height: 73px;    
    padding: 12px 0 0;
    margin: 0 9px; 
}

.jcarousel-most-popular-slider .jcarousel-item-1-vertical {
    border-top: 1px solid #D5D5D5 !important;;       
}

.jcarousel-most-popular-slider .jcarousel-item img,
.jcarousel-most-popular-slider .jcarousel-item-vertical img {
    border: 0px solid #d5d5d5;
    cursor: pointer;
    vertical-align: middle; 
}

.jcarousel-most-popular-slider .jcarousel-next {
    position:absolute;
    bottom:10px;
    right:20px;
    background: transparent url(scroll_down_orange_grey.gif) no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.jcarousel-most-popular-slider .jcarousel-next-disabled,
.jcarousel-most-popular-slider .jcarousel-next-disabled:hover,
.jcarousel-most-popular-slider .jcarousel-next-disabled:active {
    cursor: default;
    background-position: 0 -12px;
}
.jcarousel-most-popular-slider .jcarousel-prev {
    position:absolute;
    top:10px;
    right:20px;
    background: transparent url(scroll_up_orange_grey.gif) no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.jcarousel-most-popular-slider .jcarousel-prev-disabled,
.jcarousel-most-popular-slider .jcarousel-prev-disabled:hover,
.jcarousel-most-popular-slider .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: 0 -12px;
}

/********************************************************************
 ************************** Top Seller ******************************
 ********************************************************************/
.jcarousel-top-seller-slider {
    height: 316px;    
}

.jcarousel-top-seller-slider .jcarousel-clip,
.jcarousel-top-seller-slider .jcarousel-clip-vertical {
    width: 278px;
    height: 258px !important
}

.jcarousel-top-seller-slider .jcarousel-list li,
.jcarousel-top-seller-slider .jcarousel-item-vertical li,
.jcarousel-top-seller-slider .jcarousel-item,
.jcarousel-top-seller-slider .jcarousel-item-vertical {
    /* hard coded width & height because of size determination problems while using scroll & visible options */
    border-top: 1px solid #D5D5D5;
    width:  260px;
    height: 73px;    
    padding: 12px 0 0;
    margin: 0 9px; 
}

.jcarousel-top-seller-slider .jcarousel-item-1-vertical {
    border-top: 1px solid #D5D5D5 !important;;       
}

.jcarousel-top-seller-slider .jcarousel-item img,
.jcarousel-top-seller-slider .jcarousel-item-vertical img {
    border: 0px solid #d5d5d5;
    cursor: pointer;
    vertical-align: middle; 
}

.jcarousel-top-seller-slider .jcarousel-next {
    position:absolute;
    bottom:10px;
    right:20px;
    background: transparent url(scroll_down_orange_grey.gif) no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.jcarousel-top-seller-slider .jcarousel-next-disabled,
.jcarousel-top-seller-slider .jcarousel-next-disabled:hover,
.jcarousel-top-seller-slider .jcarousel-next-disabled:active {
    cursor: default;
    background-position: 0 -12px;
}
.jcarousel-top-seller-slider .jcarousel-prev {
    position:absolute;
    top:10px;
    right:20px;
    background: transparent url(scroll_up_orange_grey.gif) no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.jcarousel-top-seller-slider .jcarousel-prev-disabled,
.jcarousel-top-seller-slider .jcarousel-prev-disabled:hover,
.jcarousel-top-seller-slider .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: 0 -12px;
}
