.slider {
  position: relative;
  margin: 0px auto;
  overflow:hidden;
}

.slider a:focus {
  outline: 0;
}

.sls-view {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.sls-container {
  position: absolute;
  top: 0;
  left: 0;
}

.sls-content {
  position: relative;
  float: left;
}

.sls-content a {
  display: block;
}

.sls-content a:hover {
  color: #600;
}

.sls-prev, .sls-next {
	z-index:9999;
	position: absolute;
    top: 50%;
    margin-top:-15px;
    width:30px;
    height:30px;
}

.sls-prev {
    left: 10px;
}

.sls-next {
    right: 10px;
}

.sls-pagination {
  position: absolute;
  left: 50%;
	float:left;
}

.sls-pagination a {
   position:relative;
   left:-50%;

  float: left;
  margin: 5px 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  background: #eee;
  text-indent: -9999px;
  vertical-align: middle;
}

.sls-pagination a:hover {
  background: #ccc;
}

.sls-pagination a.current {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
  background: #666;
}
div#paginationimg{
	min-height: 1px;
	_height: 1px;
}
div#paginationimg:after{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }

div#paginationimg ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
	padding:0;
	margin:0;
	min-height: 1px;
	_height: 1px;
}
div#paginationimg ul:after{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }

div#paginationimg li {
   position:relative;
   left:-50%;
   float:left;
   margin: 10px 4px 0px 4px;
   
}
div#paginationimg li IMG {
	border:1px solid #cccccc;
}
div#paginationimg li.current IMG {
	border:1px solid #666666;
}

