.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    border: 0px solid #A2A2A2;
   background: transparent url(../htmlScript/widget_bg.png) no-repeat 0 0;
   
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 225px;
    padding:10px 10px 30px;
    
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 175px;
    height: 266px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  175px;
    height: 300px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  175px;
    height: 266px;
}

.jcarousel-skin-tango .jcarousel-item 
{
      margin-left: 0px;
    width: 175px;
    height: 266px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.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: 92%;
    right: 50px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../htmlScript/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-gobiblet{
   
    width: 67px;
    height: 53px;
    cursor: pointer;
    padding: 0px;
    background: transparent url(../htmlScript/toBiblet.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    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:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 92%;
    left: 39px;
    width: 25px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../htmlScript/prev-horizontal.png) no-repeat 0 0;
}
 .jcarousel-Firstprev-horizontal {
    position: absolute;
     top: 93%;
    left: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../htmlScript/previousL.png) no-repeat 0 0;

    
}

 .jcarousel-FirstTestbox-horizontal {
    position: absolute;
     top: 93%;
      left: 67px;
}
.Firstprev_Disable-horizontal {
    position: absolute;
    top: 93%;
    left: 20px;
    width: 15px;
    height: 15px;
    cursor: default;
    background: transparent url(../htmlScript/previousLDis.png) no-repeat 0 0;

    
}

.jcarousel-Lastnext-horizontal {
    position: absolute;
    top: 93%;
    right:23px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../htmlScript/nextLenb.png) no-repeat 0 0;
   
}
.jcarousel-LastTestbox-horizontal {
    position: absolute;
    top: 93%;
    right: 72px;
}
.jcarousel-slace-horizontal {
    position: absolute;
    top: 93%;
    right: 112px;
}
.Last-Disable_horizontal {
    position: absolute;
    top: 93%;
    right:23px;
    width: 15px;
    height: 15px;
    cursor: default;
    background: transparent url(../htmlScript/nextL.png) no-repeat 0 0;
   
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    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: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(../htmlScript/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    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: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(../htmlScript/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    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:active {
    cursor: default;
    background-position: 0 -96px;
}


