@charset "utf-8";
/**
 * 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-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * 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;
}


.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 600px;
    padding: 10px 10px;
}

.jcarousel-skin-tango li{ width:120px; height:120px;}
.jcarousel-skin-tango li img{ width:120px; height:90px; border:0;}
.jcarousel-skin-tango li p{ width:120px; height:30px; line-height:30px; text-align:center;font-size:12px;}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  540px; margin-left:37px;
    height: 120px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 120px;
    height: 120px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 15px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 120px;
    cursor: pointer;
    background: transparent url(../images/video_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 120px;
    cursor: pointer;
    background: transparent url(../images/video_left.gif) no-repeat 0 0;
}




.jcarousel-skin-tango1 .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango1 .jcarousel-container-horizontal {
    width: 920px;
    padding: 15px 30px;
}


.jcarousel-skin-tango1 .jcarousel-clip-horizontal {
    width:  920px;
    height: 62px;
}

.jcarousel-skin-tango1 .jcarousel-item {
    width: 220px;
    height: 62px;
}

.jcarousel-skin-tango1 .jcarousel-item-horizontal {
    margin-right: 14px;
}

.jcarousel-skin-tango1 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango1 .jcarousel-next-horizontal {
    position: absolute;
    top: 12px;
    right: 5px;
    width: 15px;
    height: 62px;
    cursor: pointer;
    background: transparent url(../images/0023_20.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango1 .jcarousel-prev-horizontal {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 15px;
    height: 62px;
    cursor: pointer;
    background: transparent url(../images/0023_18.jpg) no-repeat 0 0;
}


.jcarousel-skin-tango2 .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango2 .jcarousel-container-horizontal {
    width: 510px;
    padding: 0 30px;
}


.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
    width:  510px;
    height: 82px;
}

.jcarousel-skin-tango2 .jcarousel-item {
    width: 120px;
    height: 82px;
}

.jcarousel-skin-tango2 .jcarousel-item-horizontal {
    margin-right: 8px;
}

.jcarousel-skin-tango2 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango2 .jcarousel-next-horizontal {
    position: absolute;
    top: 13px;
    right: 5px;
    width: 14px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/0023_37.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 14px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/0023_34.jpg) no-repeat 0 0;
}