.slider {
  margin: 0px auto !important;
  padding: 0px !important;
  text-align: center;
  width:1230px;
  position:relative
}

.slider a {
  border-radius:0%;
  color: #444;
  line-height: 30px;
  padding-bottom:0px;
  position: absolute;
  top:100px;
  width: 30px;
  z-index: 2;
}

a#next { position: absolute !important; top:140px;right: -35px;transition: all ease 0.3s;}
a#next:hover { right: -35px; }
a#previous { position: absolute !important; top:140px;left: -35px;transition: all ease 0.3s;}
a#previous:hover { left: -35px; }

#slider-inner {
  overflow: hidden;
  position: relative;
  width: 1170px;
  z-index:1000;
}

#slider-inner ul {
  margin: 0;
  padding: 0;
  position: relative;
  display:inline-block;
  width: 1200px;
}

#slider-inner li {
  float: left;
  width: 273px;
  list-style: none;
  margin:0px 26px 0px 0px !important;
  position: relative;
}
