/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 360px;
  max-width:960px;
  margin:auto;
}
.fce_mission_statement .rslides {
  max-width:100%;
  margin:auto;
}
#content_banner ul {
    margin: auto !important;
}
#content_banner {
    height: 360px;
    margin: auto;
    width: 100%;
  margin:auto;
  max-width:960px;
    position: relative;
    margin-bottom: 30px;
}
#page #banner_area .rslides {
  height: 250px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height:360px;
  padding:0px;
  }
#page #banner_area .rslides li{
  height: 250px;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: 360px;
  float: left;
  width: 100%;
  border: 0;
  position:absolute;
  top:0px;
}
#page #banner_area .rslides img{
  height: auto;
}