.img_div{
    height: 75%;
    margin-top: -0.5rem;
}
#featured-area {
    height: 100%;
    width: 75%;
    margin:auto;
}
.roundabout-holder {
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0 auto
}
#featured-area span{
    display: block;
    text-align: center;
}
.roundabout-moveable-item {
    font-size: 12px!important;
    height: auto;
    width: 1.5rem;
    cursor: pointer;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f9f9f9;
  top:0.75rem !important;
 
}
.roundabout-in-focus{
   top:0.3rem !important;
}
  

.roundabout-moveable-item img {
    height: auto;
    width: 100%;
    background-color: #fff;
    margin: 0
}

.roundabout-in-focus {
    cursor: auto
    border: none;
    background: #fff;
}

.roundabout-in-focus:hover {
    -webkit-box-shadow: 0 0 20px #787878;
    -moz-box-shadow: 0 0 20px #787878;
    background: #f9f9f9
}



.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
    outline: 0;
    text-decoration: none
}

.roundabout li {
    margin: 0
}