*{
  padding:0;
  border:0;
  margin:0;
}
body{
  background: #eee url('http://cdn.funcom.com/lego/crm/august/image_view/media/images/background.jpg') fixed no-repeat top center;
}
ul{
  list-style-type: none;
}
.wrapper{
  width:1280px;
  margin:0 auto;
  padding-bottom: 25px;
}
.viewer{
  width:100%;
  height:720px;
  margin: 25px 0;
  text-align: center;
}
.switcher{
  width: 100%;
  height:175px;
  text-align: center;
  background-color: rgba(0,0,0,.5);
  position:relative;
  bottom:180px;
  left:0;
}
.switcher li{
  height:150px;
  display: inline-block;
  margin:0 25px;
  position:relative;
  top:12px;
  border:2px solid #eee;
}
.viewer img{
  display:none;
}
.switcher img{
  cursor:pointer;
  display:block;
  height:150px;
}
.selected{
  box-shadow: 0 0 10px #ff0;
}
.collapse{
  width:20px;
}
.lmo_logo{
  margin:25px;
  text-align: center;
}