/* Prevent the slideshow from flashing on load */
#slides {

  display: none;
  overflow:hidden;
  width:484px;
  height:242px;
}


/* Show active item in the pagination */
.slidesjs-pagination .active {}

.slidesjs-pagination, .slidesjs-navigation{ display:none;}