#slideShow li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

#slideShow li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#slideShow img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
#slideShow{
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  height:100%;
  margin-bottom:30px;
}
#slideShow ul {
   width: 100%;
	height:100%;
	position: relative;
	 z-index:1;

}
			
.space_nav.prev , .space_nav.next	 { display:none;}
#slideShow.list .space_tabs { margin:20px 0 0 10px; list-style:none; position:absolute; left:0; bottom:40px; top:inherit; z-index:99999; height:10px; width:300px; opacity:1;}
#slideShow .space_tabs li { float:left; width:10px; height:10px;margin:0 5px 0 5px;outline:none;}
#slideShow .space_tabs li a {  display:inline-block;width:10px; height:10px; background:#ecf0f1; border-radius:12px;  z-index:9999; position:relative;opacity:1; font-size:0; line-height:0; text-indent:-9999px; outline:none;}
#slideShow .space_tabs li.space_here a , #slideShow .space_tabs li:hover a {background:#e74c3c; }
