.jcarousel-skin-bottom-scroll{
   width: 940px;
   height: 99px;
   margin: 0 auto; 
   margin-top:15px;
}
.jcarousel-skin-bottom-scroll .jcarousel-container-horizontal {
    width: 940px;
    height: 99px;
}
.jcarousel-skin-bottom-scroll .jcarousel-clip {
    overflow: hidden;
    margin:0 auto;
}
.jcarousel-skin-bottom-scroll .jcarousel-clip-horizontal {
    width: 760px;
}
.jcarousel-skin-bottom-scroll .jcarousel-item {
    width: 99px;
    height: 99px;
    margin-right:28px;
}
.jcarousel-skin-bottom-scroll .jcarousel-item a:hover{
    font-weight: normal;
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
    filter : alpha(opacity=70); /* IE < 8 */
    opacity:0.70;
}
.jcarousel-skin-bottom-scroll .jcarousel-next-horizontal {
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 26px;
    margin-top:-13px;
    cursor: pointer;
  background-image: url('sprite.png');
  background-position: left -564px;
    background-repeat: no-repeat;
}
.jcarousel-skin-bottom-scroll .jcarousel-next-disabled-horizontal,
.jcarousel-skin-bottom-scroll .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-bottom-scroll .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-bottom-scroll .jcarousel-next-disabled-horizontal:active {
    background-image: none;
}
.jcarousel-skin-bottom-scroll .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 26px;
    margin-top:-13px;
    cursor: pointer;
  background-image: url('sprite.png');
  background-position: left -590px;
    background-repeat: no-repeat;
}
.jcarousel-skin-bottom-scroll .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-bottom-scroll .jcarousel-prev-horizontal:focus,
.jcarousel-skin-bottom-scroll .jcarousel-next-horizontal:hover, 
.jcarousel-skin-bottom-scroll .jcarousel-next-horizontal:focus {
    -ms-filter: "alpha(opacity=85)"; /* IE 8 */
    filter : alpha(opacity=85); /* IE < 8 */
    opacity:0.85;
}
.jcarousel-skin-bottom-scroll .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-bottom-scroll .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-bottom-scroll .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-bottom-scroll .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-bottom-scroll .jcarousel-prev-disabled-horizontal:active {
    background-image: none;
}

