div.installplace {
  background:#DDE1CF;
  padding:2px;
  width:100%;
}
div.installplace a {
  color: #09f;
}
div.installplace p{
  color: #353D40;
}
div.installplace_inside {
  background:#F4F5EF;
}
div.installplace_inside p {
  font-family: "Arial Narrow", Helvetica, sans-serif;
}
p.placename {
  text-align: center;
  font-size:16px!important;
  font-weight: bold;
  color:#666666!important;
}
p.placeinfo {
  font-size:13px;
  text-align: left;
  margin: 0px 7px 0px 7px;
}
div.stepcarousel {
  background:#FFFFFF;
  position: relative; /*leave this value alone*/
/*  overflow: scroll; /*leave this value alone*/
  width: 100%; /*Width of Carousel Viewer itself*/
  height: 200px; /*Height should enough to fit largest content's height*/
}
div.stepcarousel .belt{
  position: absolute; /*leave this value alone*/
  left: 0;
  top: 0;
}
div.stepcarousel .panel{
  float: left; /*leave this value alone*/
  overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  margin: 7px; /*margin around each panel*/
/*  width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
