#slideshow_container {
  position: absolute;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
  z-index: 1; }
  .msie8 #slideshow_container {
    width: 1100px;
    right: 0;
    margin: 0 auto; }
  #slideshow_container #swipr {
    position: relative;
    overflow: hidden;
    height: 700px;
    width: 100%;
    z-index: 1;
    margin: auto auto; }
    #slideshow_container #swipr .swipe-item {
      display: block;
      float: left;
      width: 100%;
      height: 700px;
      z-index: 1; }
      #slideshow_container #swipr .swipe-item span {
        display: block;
        background-position: middle center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 700px;
        z-index: 1; }
