.slider{
height: 430px;
}
.slider li {
  display: none;
  float: left;
  height: 480px;
  list-style: outside none none;
  overflow: hidden;
  position: absolute;
  width: 640px;
}
.slider li img{
  height: 100%;
}
.slidertab {
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px #999;
  padding: 3%;
}
.slidertab audio{
  width: 100%;
}
.slider li.active{
  display: block;
}

.slider li:nth-child(1){
  display: block;
}
#audioguidetext {
  display: none;
}
.audioguidemenu {
  clear: both;
  height: 50px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.audioguidemenu li {
  margin: 0; 
  float: left;
  list-style: outside none none;
  padding: 5px;
}
#content > aside {
  clear: both;
  display: inline-block;
  min-width: 100%;
  width: 100%;
}
.stations li{
  list-style: none;
  margin: 0;
}
.stationobject{
  display: none;
  clear: both;
}
.form-group.object-image > img {
  width: 100%;
}
h2.sort-header {
  border: medium none;
  cursor: move;
}
.fa.pull-right.accordeon {
  font-size: 30px;
}
.pull-right.fa-times.deleteobject {
  font-size: 26px;
  margin-left: 10px;
}

#stationobjects td,#stationobjects .sorted_table .col-md-12 {
  margin: 0;
  padding: 0;
}
/*Audioguide sliders*/
#slideshow{
  height: 480px; 
  width:640px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
#slideshow > li > img {
  margin: 0 auto;
  text-align: center;
  display: block;
}