/************************************************************/
/* FLEXSLIDER */
/************************************************************/
.flexslider ul, .flexslider ol{
    margin-bottom:0 !important;
}

.flexslider ul.slides > li, ul.flex-direction-nav > li{
    list-style:none;
}

.flexslider ul.slides > li {
    margin-left:0 !important;
    height:auto !important;
    }

.slides > li {display: none;}

/* Include a no-js fallback */
.no-js .slides > li:first-child {display: block;}

p.flex-caption{
    margin-bottom:0 !important;
}

.flex-control-nav li {
margin: 0 6px !important;
}

/************************************************************/
/* BXSLIDER */
/************************************************************/
ul.bxslider > li{ margin:0; width:auto;}


/************************************************************/
/* ROUNDABOUT */
/************************************************************/
.roundaboutdiv{
    width:80%;
    margin:0 auto;
}

ul.roundabout li{
    margin-left:15%;

}
 .roundabout-holder {
     clear:both;
      list-style: none;
      padding: 0;
      margin: 0;
      height: auto;
      width: 500px;
   }
   .roundabout-moveable-item {
      height: auto;
      width: 500px;
      cursor: pointer;
      list-style: none;
       margin-right: 50%;
   }
   .roundabout-in-focus {
      cursor: auto;
   }