



.view-port, .track .inner {
  width: 100%;
  height:90px;
  margin:auto;  
}

.axis-y .view-port,
.axis-y .track .inner {
  width: 115px;  
}


.view-port {
  overflow: hidden;
  position: relative;
}

.track .inner {
  position: relative;
  margin: auto;  
}


.track a.prev
{
    display: block;
  position: absolute;  
  width: 15px;
  height: 65px; 
  background: url(../images/slide_prev.png) no-repeat;
  background-repeat: no-repeat;
  margin-left:-17px;
  margin-top:-97px;
}
.track a.next {
  display: block;
  position: absolute;  
  margin-right:-21px;
  width: 15px;
  height: 65px;
  background: url(../images/slide_next.png) no-repeat;
  background-repeat: no-repeat;
  margin-top:-97px;
}

.track a.prev.disabled,
.track a.next.disabled {  
    opacity:0.5;
}

.track a.prev {
  left: 0;
  background-position: 0 0;
}

.track a.prev:hover {  
}

.track a.prev:active {
}

.track a.next {
  right: 0;
}

.track a.next:hover {
}

.track a.next:active {
}

.slider-container {
  position: relative;
  margin: 0;
  padding: 0 20px;
  height: 90px;
}

.slider-container .item {
  position: absolute;
  width: 90px;
  height: 90px;  
  margin-right:5px;
}

.slider-container .item img 
{
    width: 90px;
    height: 90px;  
}

