#carousel {
            color: #00aff2;
            text-transform: uppercase;
            font-size: 25px;
            font-weight: normal;
          }
.blue-line-left {
              background-color: #00aff2;
              width: 90px;
              height: 1px;
              float: left;
              margin-top: 10px;
              margin-right: 15px;
          }
.blue-line-right {
              background-color: #00aff2;
              width: 90px;
              height: 1px;
              float: right;
              margin-top: 10px;
          }

.slider-wrap {
                  position: relative;
                  margin: 10px auto;
                  width: 675px;
             }
             
.slider {
                  position: relative;
                  width: 630px;
                  margin: auto;
                  padding: 0px; 
        }
        
ul {
            margin: 0;
            padding: 0;
    }
ul li {
          list-style: none;
          text-align: center;
          padding: 0;
          margin: 0;
      }

ul li span {
          display: inline-block;
          vertical-align: middle;
          width: 215px;
          height: 220px;
          background: white;
          color: #666;
          font-size: 1.1em;
        }
.slider-arrow {
        position: absolute;
        top: 80px;
        width: 20px;
        height: 20px;
        background: #ccc;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
}
.slider-arrow-event {
        position: absolute;
        top: 40px;
        width: 20px;
        height: 40px;
        background: #eee;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding-top: 20px;
        font-family: Garamond;
        font-weight: bold;
        text-transform: uppercase;
}

.sa-left {
      left: 1px;
}
.sa-right {
      right: 1px;
}
.black {
      background: white;
}

#event-carousel
{
    background-color: #f0f0f0; 
    font-size: 13px;
    padding: 0;
    height: 30px;
}

#event-carousel div
{
    border-right: 1px solid #fff;
}

#event-carousel a
{
    text-decoration: none;
    line-height: 150%;
    text-transform: uppercase;
    display: block;
    font-size: 0.9em;
}

#event-carousel img
{
    margin: none;
    padding: 0 5px;
    float: left;
}