#container {
  overflow: hidden;
  width: 802px;
  position: relative;
  background-color: red;
  height: 402px;
}

#slide1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  background-color: grey;
  height: 400px;
  border: 1px solid black;
}

#slide2 {
  position: absolute;
  top: 0px;
  left: 800px;
  width: 800px;
  background-color: grey;
  height: 400px;
  border: 1px solid black;
}

.slideTitle {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 12px;
}

#loadingDialog {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 100px;
}

li.slideIcon {
  list-style: none;
  display: inline;
  padding-right: 5px;
}

a img {
  border: none;
}

ul.altview {
  position: absolute;
  bottom: 0px;
  text-align: right;
  padding: 0px;
}

li.altview {
  list-style: none;
  padding: 0px 7px;
  margin: 0px 2px;
  background-color: lightGrey;
  display: inline;
}

li.altview.selected {
  background-color: #aaaaaa;
}

li.altview a {
  text-decoration: none;
}

