.jcarousel-skin-fmg .jcarousel-container {
    background:url(back.png);
    border: 0;
    padding:0;
    overflow:hidden;
}

.jcarousel-skin-fmg .jcarousel-item-horizontal {
    width:768px; 
    margin-right: 10px;
    overflow:hidden;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-fmg .jcarousel-next {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 42px;
    height: 27px;
    cursor: pointer;
    background: transparent url(next.png) no-repeat 0 0;
    z-index:11;
    display:none;    
}

.jcarousel-skin-fmg .jcarousel-prev {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 42px;
    height: 27px;
    cursor: pointer;
    background: transparent url(prev.png) no-repeat 0 0;
    z-index:11;
}

.jcarousel-skin-fmg .jcarousel-next-horizontal, .jcarousel-skin-fmg .jcarousel-prev-horizontal{
  display:none !important;
} 
          
.jcarousel-item{
  border:0;
  padding:0;
  height:302px;
}

.jcarousel-item img{
  outline:none;
}

/* Control */
.jcarousel-control{
  position:absolute;
  bottom:0;
  left:0px;
  width:100%;
  height:27px;
  background:url(control.png);
  margin:0;
  /*display:none;*/
  z-index:10;
}

.jcarousel-control a{
  color:#9699a0;
  background:none;
  border:0;
  padding:1px 4px;
  font-size:14px;
  font-weight:normal;
  line-height:27px;
}

/*.jcarousel-control a:focus,*/ 
.jcarousel-control a.act{
  background:#44464e;
}
