/*--------------------------------For Inner-------------------------------*/
.jcarousel-skin-tango .jcarousel-container {
	height:152px;
	width: 307px;

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 307px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	 margin:0 18px;
	 width:295px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 135px;
    height: 142px;
	padding:0;
	margin:0;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: -10px;
    width: 15px;
    height: 152px;
    cursor: pointer;
    background: url(../images/bd_slide_right.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	 background: url(../images/bd_slide_right_hover.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: url(../images/bd_slide_right_hover.jpg) 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;
    top: 0;
    right: -10px;
    width: 15px;
    height: 152px;
    background: url(../images/bd_slide_right_inactive.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
   	top: 0;
    left:0;
    width: 15px;
    height: 152px;
    cursor: pointer;
    background: url(../images/bd_slide_left.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
   background: url(../images/bd_slide_left_hover.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: url(../images/bd_slide_left_hover.jpg) 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;
    top: 0;
    right: 0;
    width: 15px;
    height: 152px;
    background: url(../images/bd_slide_left_inactive.jpg) no-repeat 0 0;
}
