.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.CarImg{
	border: solid 6px #fff;}
.jcarousel-skin-tango .jcarousel-container-horizontal {
  float: right;
margin-top:-5px;
    width: 940px;    margin-right: 20px;
	}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 100px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    float: right;
    height: 100px;
    margin-right: 31px;
    padding: 0 10px;
    width: 851px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {

    height: 100px;
  position:relative;
   
    width: 135px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 9px;
}

.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 {
   background: url("../images/btn_next2.png") no-repeat scroll right top transparent;
    cursor: pointer;
    height: 49px;
    position: absolute;
    right: -2px;
    top: 24px;
    width: 15px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/btn_prev2.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: bottom;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: bottom;
}

.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: pointer;
 background-position: bottom;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
   background: url("../images/btn_prev2.png") no-repeat scroll left top transparent;
    cursor: pointer;
    height: 49px;
    left: -8px;
    position: absolute;
    top:24px;
    width: 15px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
  background-position: bottom;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: bottom;
}

.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: pointer;
    background-position: bottom;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
   background-position: right;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
  background-position: right;
}

.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: right;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/btn-prev2.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: right;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
      background-position: right;
}

.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: right;
}
.prev{
background: url("../images/btn_prev2.png") no-repeat scroll center top transparent;
    cursor: pointer;
    height: 27px;
    position: absolute;
    left: 4px;
    top: 167px;
    width: 15px;
    z-index: 999999;
	border:none;
	}
.next{
background: url("../images/btn_prev2.png") no-repeat scroll center top transparent;
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 4px;
    top: 167px;	border:none;
    width: 15px;
    z-index: 999999;
	}
.next:hover,.prev:hover{
	background-position:bottom;}