#slide_wrapper{
  width:673px; margin:0px 0px;
}

#slide_container {
  position:relative;
  padding:5px;
}

.sliderbutton {
  float:left;
  width:25px;
  height:235px;
  cursor:pointer;
}

#slideleft {
  background:url(img/icons.gif) -50px -265px no-repeat;
}

#slideleft:hover {
  background-position:-0 -265px;
}

#slideright {
  background:url(img/icons.gif) 0 90px no-repeat;
}

#slideright:hover {
  background-position:-50px 90px;
}

#slider {
  float:left;
  position:relative;
  overflow:auto;
  width:558px;
  height:235px;
}

#slider ul {
  position:absolute;
  list-style:none;
  top:0; left:0;
  height: 0px;
  padding: 0px
}

#slider li {
  float:left;
  width:558px;
  height:235px;
}

.pagination {
  position:absolute;
  list-style:none;
  height:25px;
  padding-left: 30px;
  padding-right: 100px;
  padding-top: 10px
}

.pagination li {
  float:left;
  cursor:pointer;
  height:8px;
  width:8px;
  background:#ccc;
  margin:0 4px 0 0;
  border:1px solid #FFFFFF;
  -moz-border-radius: 1px;
}

.pagination li:hover, li.current {
  background:#fff;
}