/* baground  div content form  */

.jcarousel-skin-tango .jcarousel-container {
 background:#e6e5e5;
	/*-webkit-border-radius :10px;
	-moz-border-radius: 10px;*/
   /* background: #ff0000; */       
  border: 1px solid #e6e5e5;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
 background:#e6e5e5;
    width: 250px;
	height:70px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
 background:#e6e5e5;
    width:  200px;
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-item {
 background:#e6e5e5;
    width: 60px;
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right:7px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
 background:#FF0000;
    position: absolute;
    top: 20px;
    right: -60px;
    width: 30px;
    height: 40px;
    cursor: pointer;
    background: url(../images/right_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	 background: url(../images/right_arrow_active.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: url(../images/right_arrow_inactive.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;
    top: 20px;
    right: -60px;
    width: 30px;
    height: 40px;
    background: url(../images/right_arrow_inactive.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
   	top: 20px;
    left:-60px;
    width: 30px;
    height: 40px;
    cursor: pointer;
    background: url(../images/left_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
   background: url(../images/left_arrow_active.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background: url(../images/left_arrow_inactive.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;
    top: 20px;
    left: -60px;
    width: 30px;
    height: 40px;
    background: url(../images/left_arrow_inactive.png) no-repeat 0 0;
}