@charset "utf-8";
/* CSS Document */

/* CSS used here will be applied after bootstrap.css */
.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3500px;
    margin-top:0px;
}

.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:8px;
  padding-top:10px;
  white-space:no-wrap;
  vertical-align:middle;
  color: white;
  font-weight: bolder;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}