.jcarousel-skin-newshoot .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-newshoot .jcarousel-container-horizontal {
    width: 412px;
    height: 52px;
  }

.jcarousel-skin-newshoot .jcarousel-clip-horizontal {
    width:  384px;
    height: 52px;
    margin-left:14px;
    margin-right:14px;

}

.jcarousel-skin-newshoot .jcarousel-item {
    width: 55px;
    height: 42px;
    padding-left:3px;
    padding-right:5px;
}

.jcarousel-skin-newshoot .jcarousel-item:hover {

}

.jcarousel-skin-newshoot .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-newshoot .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-newshoot .jcarousel-next-horizontal {
    position: absolute;
    top:17px;
    left:403px;    
    width: 8px;
    height: 13px;    
    cursor: pointer;
    background: transparent url(/ddanzi/img/bt_newshoot_next.gif) no-repeat 0 0;
}

.jcarousel-skin-newshoot .jcarousel-next-horizontal:hover {
    background-position: 0px 0;
}

.jcarousel-skin-newshoot .jcarousel-next-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-skin-newshoot .jcarousel-next-disabled-horizontal,
.jcarousel-skin-newshoot .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-newshoot .jcarousel-next-disabled-horizontal:active {
    /*cursor: default;
    background-position: -96px 0;*/
    position: absolute;
    top:17px;
    left:403px;    
    width: 8px;
    height: 13px;    
    cursor: default;
    background: transparent url(/ddanzi/img/bt_newshoot_next_dis.gif) no-repeat 0 0;    
}

.jcarousel-skin-newshoot .jcarousel-prev-horizontal {
    position: absolute;
    top:17px;
    left:2px;
    width: 8px;
    height: 13px;    
    cursor: pointer;
    background: transparent url(/ddanzi/img/bt_newshoot_prev.gif) no-repeat 0 0;
}

.jcarousel-skin-newshoot .jcarousel-prev-horizontal:hover {
    background-position: -0px 0;
}

.jcarousel-skin-newshoot .jcarousel-prev-horizontal:active {
    background-position: -0px 0;
}

.jcarousel-skin-newshoot .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-newshoot .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-newshoot .jcarousel-prev-disabled-horizontal:active {
    position: absolute;
    top:17px;
    left:2px;
    width: 8px;
    height: 13px;    
    cursor: default;
    background: transparent url(/ddanzi/img/bt_newshoot_prev_dis.gif) no-repeat 0 0;
}