
.sls-view {
	position: relative;
	width: 490px;
	height: 200px;
	overflow: hidden;
}

.sls-container {
  position: absolute;
  top: 0;
  left: 0;
}
.sls-container img{
  width: 490px;
  height: 200px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.sls-content {
  position: relative;
  float: left;
  width: 490px;
  height: 200px;
}

.sls-content a {
  display: block;
}
.sls-content a:hover {
  opacity: .85;
}
.sls-content a:focus {
  outline: 2px solid #e59700;
  outline-offset: -2px;
}




.sls-pagination {
	margin-top:5px;
	height:9px;
  display: flex;
  justify-content: center;
}

.sls-pagination a {
	background-repeat: no-repeat;
	margin-left:2px;
	margin-right:2px;
	width:27px;
	overflow:hidden;
	height:9px;
  background-position: left top;
  color:#BEE7EC;

	background-image: url(../img_top/graphic_a.gif);
}
.sls-pagination a.current {
	background-image: url(../img_top/graphic_current.gif);
    color:#5DC2D0;
}
.sls-pagination a:hover {
  opacity: .85;
}












.sls-slider {
  width: 705px;
  height: 295px;
  	overflow:hidden;
  position: relative;
}





.sls-prev {
    background-position: left top;
    position: absolute;
    left: 1px;
    top:20px;
    width:17px;
    height:275px;
    /* background-image: url(../img_top/graphic_left.gif); */
    text-indent:-9999px;
    overflow:hidden;
}
.sls-next {
    background-position: left top;
    position: absolute;
    right: 1px;
    top:20px;
    width:17px;
    height:275px;
    /* background-image: url(../img_top/graphic_right.gif); */
    text-indent:-9999px;
    overflow:hidden;
}
