.carousel-wrapper {
	overflow: auto;
    width: auto;
    display: inline-flex;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    /*width: 686px;*/
    float: left;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel ul li {
    float: left;
    width: 75px;
    border: transparent;
    border-bottom: 2px solid #28a7df;
    padding: 15px 5px;
    margin-right: 14px;
    text-align: center;
}

.week {
    font-size: 16px;
}
.day-month {
    font-weight: bold;
    font-size: 20px;
}

.day-month:hover {
    background-color: #B3BFC5;
    color: #6b6c7a;
}
.month-day{
    font-weight: bold;
    font-size: 20px;
}

.daynumbers {
    font-size: 25px;
    font-size: 25px;
    color: #6b6c7a;
    text-decoration: none;
    cursor: pointer;
}

.daynumbers.active , .daynumbers.active:link , .daynumbers.active:visited , .daynumbers.active:hover , .daynumbers.active:active {
  color: white;
}

.daynumbers:link , .daynumbers:visited , .daynumbers:hover , .daynumbers:active {
    color: #6b6c7a;
}

.month-day.active {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
    border: #28a7df;
    border-bottom: 2px solid #ffffff;
}

.jcarousel-prev, .jcarousel-next {
  display: inline-block;
  min-width: 30px;
  text-align: center;
  float: left;
  font-size: 20px;
  line-height: 120px;
  color: #b2b2b2;
}

.jcarousel-prev { 
    margin-right: 7px;
    background: #3f63ae;
    border: 0;
    color: #ffffff;
    outline: none;
    padding: 0;
}
.jcarousel-next { 
    margin-left: 7px;
    background: #3f63ae;
    border: 0;
    color: #ffffff;
    outline: none;
    padding: 0;
}

.VegasCarsoul{
   /**
   text-align: center;
   display: block;
   padding-left: 20%;
   */
   display: inline-grid;
}
