

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 865px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 865px;
    height: 205px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width:156px;
    height:140px;
    padding:5px;
}

.jcarousel-skin-tango .jcarousel-item  img{
    width:156px;
    height:140px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 65px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 65px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(images/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}












#mycarousel2 li{
    width: 101px;
    height: 105px;
    float: left;
    margin-right: 3px;
}



.jcarousel-skin-other .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-other .jcarousel-container-horizontal {
    width: 567px;
    /* padding: 0 64px; */
    padding-left: 44px;
    padding-right: 40px;
}

.jcarousel-skin-other .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-other .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-other .jcarousel-clip-horizontal {
    width: 566px;
    height: 120px;
}

.jcarousel-skin-other .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-other .jcarousel-item {
    width:156px;
    height:140px;
    padding:5px;
}

.jcarousel-skin-other .jcarousel-item  img{
    width: 100px;
    /* height:140px; */
}

.jcarousel-skin-other .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-other .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-other .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-other .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-other .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-other .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(images/prev-horizontal.png);
}

.jcarousel-skin-other .jcarousel-next-horizontal:hover,
.jcarousel-skin-other .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-other .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-other .jcarousel-next-disabled-horizontal,
.jcarousel-skin-other .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-other .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-other .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-other .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-other .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(images/next-horizontal.png);
}

.jcarousel-skin-other .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-other .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-other .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-other .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-other .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-other .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-other .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-other .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-other .jcarousel-next-vertical:hover,
.jcarousel-skin-other .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-other .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-other .jcarousel-next-disabled-vertical,
.jcarousel-skin-other .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-other .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-other .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-other .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-other .jcarousel-prev-vertical:hover,
.jcarousel-skin-other .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-other .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-other .jcarousel-prev-disabled-vertical,
.jcarousel-skin-other .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-other .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-other .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

