.jcarousel-skin-qfreight .jcarousel-container {
   margin: 0px; 
	overflow: hidden; 
	width: 778px;
	height:140px; 
	_height:160px;
	padding:10px 0;
	border: 1px solid #ccc;
	
}

.jcarousel-skin-qfreight .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-qfreight .jcarousel-container-horizontal {
width: 778px;
	background-color: #F4F4F4;
}

.jcarousel-skin-qfreight .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-qfreight .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-qfreight .jcarousel-clip-horizontal {
width:688px;
margin:0 52px 0 52px;
  height: 142px;
   text-align: left;
	
}

.jcarousel-skin-qfreight .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-qfreight .jcarousel-item {
   width: 160px;
   height:140px;
}

.jcarousel-skin-qfreight .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-qfreight .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-qfreight .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-qfreight .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-qfreight .jcarousel-next-horizontal {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
	height: 140px;
	width: 20px;
	display: block;
	outline: none;
   background: transparent url(../../img/promo_right.gif) no-repeat scroll 0 0 !important;
}

.jcarousel-skin-qfreight .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
   background: transparent url(../../img/promo_right.gif) no-repeat scroll 0 0 !important;
}

.jcarousel-skin-qfreight .jcarousel-next-horizontal:hover,
.jcarousel-skin-qfreight .jcarousel-next-horizontal:focus {
   background: transparent url(../../img/promo_right.gif) no-repeat scroll 0 0 !important;
}

.jcarousel-skin-qfreight .jcarousel-next-horizontal:active {
    background: transparent url(../../img/promo_right.gif) no-repeat scroll 0 0 !important;
}

.jcarousel-skin-qfreight .jcarousel-next-disabled-horizontal,
.jcarousel-skin-qfreight .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-qfreight .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-qfreight .jcarousel-next-disabled-horizontal:active {
    cursor: default;
   background: transparent url(../../img/promo_right_off.gif) no-repeat scroll 0 0 !important;
}

.jcarousel-skin-qfreight .jcarousel-prev-horizontal {
    position: absolute;
    top: 10px;
    left: 14px;
    cursor: pointer;
	height: 140px;
	width: 20px;
	display: block;
	outline: none;
    background: transparent url(../../img/promo_left.gif) no-repeat scroll  0 0 !important;
}

.jcarousel-skin-qfreight .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
   background: transparent url(../../img/promo_left.gif) no-repeat scroll  -265px -546px;
}

.jcarousel-skin-qfreight .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-qfreight .jcarousel-prev-horizontal:focus {
 background: transparent url(../../img/promo_left.gif) no-repeat scroll  -265px -546px;
}

.jcarousel-skin-qfreight .jcarousel-prev-horizontal:active {
 background: transparent url(../../img/promo_left.gif) no-repeat scroll  -265px -546px;
}

.jcarousel-skin-qfreight .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-qfreight .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-qfreight .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-qfreight .jcarousel-prev-disabled-horizontal:active {

	background: transparent url(../../img/promo_left_off.gif) no-repeat scroll 0 0 !important;
	cursor: default !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-qfreight .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-qfreight .jcarousel-next-vertical:hover,
.jcarousel-skin-qfreight .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-qfreight .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-qfreight .jcarousel-next-disabled-vertical,
.jcarousel-skin-qfreight .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-qfreight .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-qfreight .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-qfreight .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-qfreight .jcarousel-prev-vertical:hover,
.jcarousel-skin-qfreight .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-qfreight .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-qfreight .jcarousel-prev-disabled-vertical,
.jcarousel-skin-qfreight .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-qfreight .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-qfreight .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
