/**
 * 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;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 116px;
    height: 144px;
}

/**
 * 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;
}

.ps_content {/*padding-top:10px;font-size:11px;line-height:14px;*/text-align:center;}
.ps_content a {color:#2b4a8b;text-decoration:none;}
.ps_image {/*padding-top:10px;margin-left:35px;*/}
.productSelectorWideBox .ps_image {/*padding-top:30px;margin-left:0px;*/}

.productSelectorWideBox .jcarousel-skin-productselector {
width:580px;margin:0px 0px 0px 10px;
}

.productSelectorWideBox .jcarousel-skin-productselector.jcarousel-container-horizontal 
{
	width: 580px;
    /*padding: 20px 40px;*/

}

.productSelectorWideBox .jcarousel-skin-productselector .jcarousel-clip-horizontal {
    width:  580px;
    height: 170px;
}

.productSelectorWideBox .jcarousel-skin-productselector .jcarousel-item {
    width: 116px;
    height: 170px;
}

.jcarousel-skin-productselector .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-productselector .jcarousel-next-horizontal {
    position: absolute;
    /*top: 175px;
    right: 5px;*/
	right: 0px;
    width: 6px;
    height: 144px;
    cursor: pointer;
    /*background: transparent url('/images/arrowstates_right.gif') no-repeat -93px 0px;*/
	background: transparent url('/images/home_prod_carousel_arrowright.jpg') no-repeat 0 0;
}

.jcarousel-skin-productselector .jcarousel-prev-horizontal {
    position: absolute;
    /*top: 175px;
    left: 5px;*/
	left: 0px;
    width: 6px;
    height: 144px;
    cursor: pointer;
    /*background: transparent url('/images/arrowstates_left.gif') no-repeat -71px 0px;*/
	background: transparent url('/images/home_prod_carousel_arrowleft.jpg') no-repeat 0 0;
}








