.jcarousel-container {position: relative; text-align:center; z-index:1;}
.jcarousel-clip { z-index: 3; padding: 0; margin: 0; overflow: hidden; position: relative;}
.jcarousel-list { z-index: 2; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0;}
/* We set the width/height explicitly. No width/height causes infinite loops. */
.jcarousel-item {float: left; list-style: none;  width: 75px; height: 75px;}
.jcarousel-item a:link, .jcarousel-item a:visited, .jcarousel-item a:active { text-decoration:none; color:#555; font-weight:bold;  }
.jcarousel-item a:hover { color:#999; }

/* 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-skin-AltProducts { text-align:left;}
.jcarousel-skin-AltProducts-next {z-index: 3; display: none; }
.jcarousel-skin-AltProducts-prev { z-index: 3; display: none; }
.jcarousel-skin-AltProducts li { list-style:none; float:left;}
.jcarousel-skin-AltProducts.jcarousel-container {}
.jcarousel-skin-AltProducts.jcarousel-container-horizontal {width:960px; padding:0px; margin:0 auto; }
.jcarousel-skin-AltProducts .jcarousel-clip-horizontal {width: 900px; height:135px; margin:0 30px;}
.jcarousel-skin-AltProducts .jcarousel-item {width: 100px; height: 135px;}
.jcarousel-skin-AltProducts .jcarousel-item-horizontal {margin: 0px;}
.jcarousel-skin-AltProducts .jcarousel-item-placeholder { color: #000;}

/*Horizontal Buttons*/
.jcarousel-skin-AltProducts .jcarousel-next-horizontal { position: absolute; top: 55px; right: 0px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../images/next-horizontal.gif) no-repeat 0 0;}
.jcarousel-skin-AltProducts .jcarousel-next-horizontal:hover {background-position: -32px 0;}
.jcarousel-skin-AltProducts .jcarousel-next-horizontal:active {background-position: -64px 0;}
.jcarousel-skin-AltProducts .jcarousel-next-disabled-horizontal,
.jcarousel-skin-AltProducts .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-AltProducts .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -96px 0;}
.jcarousel-skin-AltProducts .jcarousel-prev-horizontal {position: absolute; top: 55px; left: 0px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../images/prev-horizontal.gif) no-repeat 0 0;}
.jcarousel-skin-AltProducts .jcarousel-prev-horizontal:hover { background-position: -32px 0; }
.jcarousel-skin-AltProducts .jcarousel-prev-horizontal:active { background-position: -64px 0;}
.jcarousel-skin-AltProducts .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-AltProducts .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-AltProducts .jcarousel-prev-disabled-horizontal:active {cursor: default; background-position: -96px 0;}

