.roundabout {
}
.roundabout-holder { 
    list-style: none outside none;
   margin-top: -14px; margin-left: -21px;margin-right: -28px;
}
.roundabout-moveable-item {
    cursor: pointer !important; 
    list-style: none;
    background:none;
    padding:0;
}
.roundabout-moveable-item img {
    width: 100%;
}
.roundabout-in-focus {
    cursor: auto;
}
.roundabout-description {
    display: block;
    width:340px;
    overflow: hidden;
    position: absolute;
    bottom:21px;
    left: 5px;
    text-align: center;
    z-index: 102;
    background:#ddd;
    border-top: 1px solid #ddd;
    
}
div.roundabout-moveable-inner{width:100%;position:relative;}
li.roundabout-moveable-item div.roundabout-image{ background:#fff; box-shadow: 0 0 5px #818181;padding:5px;}

li.roundabout-moveable-item:hover div.roundabout-description{}
li.roundabout-moveable-item:hover p.caption > a{color:#E24B01; text-shadow: 1px 1px 0 #fff;}

li.roundabout-moveable-item .roundabout-shadow {
    overflow: hidden;
    position: relative;
    top: 5px;
    z-index: 100;  
}
li.roundabout-moveable-item .roundabout-shadow img {
    position: relative;
    width: 100%;
}
li.roundabout-moveable-item div.roundabout-description{ display:none;}
li.roundabout-moveable-item p.caption {
    font-size: 14px ;
    margin: 6px ;
}
li.roundabout-moveable-item p.caption > a{color:#333;}

.roundabout-in-focus div.roundabout-description {
    display: block !important;
}
.roundabout-moveable-item a img {
    display: block;
}
.roundabout-in-focus {
    cursor: auto;
}