.jcarousel-skin-riderServices
{
  margin-top:0px;
}

.jcarousel-skin-riderServices .jcarousel-container-horizontal
{
  width:628px;
  padding: 0 45px;
  height: 125px;
}

.jcarousel-skin-riderServices .jcarousel-container-vertical
{
  width: 75px;
  height: 125px;
  padding: 40px 20px;
}

.jcarousel-skin-riderServices .jcarousel-clip-horizontal
{
 height: 135px;
  width: 625px;
}

.jcarousel-skin-riderServices .jcarousel-clip-vertical
{
  width: 75px;
  height: 245px;
}

.jcarousel-skin-riderServices .jcarousel-item,.jcarousel-skin-riderServices .jcarousel-list li
{
  width: 206px;
  height: 134px;
  margin: 5px 0 0;
  padding: 0 0 0 0px;
  text-align:center;
  
}
.jcarousel-skin-riderServices .jcarousel-item img
{

}
.jcarousel-skin-riderServices .jcarousel-item-horizontal
{
  margin-right: 14px;
}

.jcarousel-skin-riderServices .jcarousel-item-vertical
{
  margin-bottom: 10px;
}

.jcarousel-skin-riderServices .jcarousel-item-placeholder
{
  background: #fff;
  color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-riderServices .jcarousel-next-horizontal
{
  position: absolute;
  top: 0px;
  right: 17px;
  _right:0;
  width: 40px;
  height: 146px;
  cursor: pointer;
  background: transparent url(../../images/nav/homeScrollRight.jpg) no-repeat 0 0;
}

.jcarousel-skin-riderServices .jcarousel-next-horizontal:hover
{
  background-position: -40px 0;
}

.jcarousel-skin-riderServices .jcarousel-next-horizontal:active
{
  background-position: -40px 0;
}

.jcarousel-skin-riderServices .jcarousel-next-disabled-horizontal, .jcarousel-skin-riderServices .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-riderServices .jcarousel-next-disabled-horizontal:active
{
  cursor: default;
  background-position: -0px 0;
}

.jcarousel-skin-riderServices .jcarousel-prev-horizontal
{
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 146px;
  cursor: pointer;
  background: transparent url(../../images/nav/homeScrollLeft.jpg) no-repeat 0 0;
}

.jcarousel-skin-riderServices .jcarousel-prev-horizontal:hover
{
  background-position: -40px 0;
}

.jcarousel-skin-riderServices .jcarousel-prev-horizontal:active
{
  background-position: -40px 0;
}

.jcarousel-skin-riderServices .jcarousel-prev-disabled-horizontal, .jcarousel-skin-riderServices .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-riderServices .jcarousel-prev-disabled-horizontal:active
{
  cursor: default;
  background-position: -0px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-riderServices .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-riderServices .jcarousel-next-vertical:hover
{
  background-position: 0 -40px;
}

.jcarousel-skin-riderServices .jcarousel-next-vertical:active
{
  background-position: 0 -40px;
}

.jcarousel-skin-riderServices .jcarousel-next-disabled-vertical, .jcarousel-skin-riderServices .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-riderServices .jcarousel-next-disabled-vertical:active
{
  cursor: default;
  background-position: 0 -40px;
}

.jcarousel-skin-riderServices .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-riderServices .jcarousel-prev-vertical:hover
{
  background-position: 0 -40px;
}

.jcarousel-skin-riderServices .jcarousel-prev-vertical:active
{
  background-position: 0 -40px;
}

.jcarousel-skin-riderServices .jcarousel-prev-disabled-vertical, .jcarousel-skin-riderServices .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-riderServices .jcarousel-prev-disabled-vertical:active
{
  cursor: default;
  background-position: 0 -40px;
}

