/**
 * 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;width: 75px;height: 75px;}
.jcarousel-next{z-index: 3;display: none;}
.jcarousel-prev{z-index: 3;display: none;}
/*--------------------------------For Inner-------------------------------*/
.jcarousel-skin-tango .jcarousel-container {height:165px;width:750px;}
.jcarousel-skin-tango .jcarousel-container-horizontal{width: 750px;}
.jcarousel-skin-tango .jcarousel-clip-horizontal{margin:0;width:750px;}
.jcarousel-skin-tango .jcarousel-item{width:132px;height:160px;padding:0;margin:0;}
.jcarousel-skin-tango .jcarousel-item-horizontal {margin-right:22px;}
.jcarousel-skin-tango .jcarousel-item-placeholder {background:#9e9999;color:#000;}
.jcarousel-skin-tango .imgBlock{width:132px;height:111px;background:#9e9999;}
.jcarousel-skin-tango .imgBlockContent{padding:1px;}
.jcarousel-skin-tango img{width:130px;height:109px;}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal{position: absolute;bottom: 0;left:25px;width: 19px;height: 25px;cursor: pointer;background: url(../images/bd_slide_right.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover{background: url(../images/bd_slide_right_hover.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-next-horizontal:active{background: url(../images/bd_slide_right_hover.png) no-repeat 0 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;position: absolute;bottom: 0;left:25px;width: 19px;height: 25px;background: url(../images/bd_slide_right_inactive.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-prev-horizontal{position: absolute;bottom: 0;left:0;width: 19px;height: 25px;cursor: pointer;background: url(../images/bd_slide_left.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover{background: url(../images/bd_slide_left_hover.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active{background: url(../images/bd_slide_left_hover.png) no-repeat 0 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;position: absolute; bottom: 0;left:0;width: 19px;height: 25px;background: url(../images/bd_slide_left_inactive.png) no-repeat 0 0;}