.eventcontrol {
    /*background: #eee; */
    color: #444;
    background: #e3e3e3;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.eventcontrol .ec-items {
    background: #fafafa;
    /*border-radius: 3px;*/
}

.eventcontrol .ec-markers {
    border-top: 1px solid #fff;
}

.eventcontrol .ec-dot {
    position: absolute;
    padding: 0;
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-radius: 2px;
    cursor:pointer;
    background: #fff;
    z-index: 1;
}

.eventcontrol .ec-markers .ec-ticks {
}

.eventcontrol .ec-markers .ec-ticks .ec-tick {
    position: absolute;
    width: 0px;
    border-left: 1px solid #ececec;
}

.eventcontrol .ec-markers .ec-labels {
}

.eventcontrol .ec-label {
    position: absolute;
    padding: 0;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    color: #777;
}

.eventcontrol .ec-region-label {
    position: absolute;
    padding: 0;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    color: #999;
}

.eventcontrol .ec-draggable {
  cursor:hand;
  cursor:grab;
  cursor:-moz-grab;
  cursor:-webkit-grab;
}

.eventcontrol .ec-dragging {
  cursor:grabbing;
  cursor:-moz-grabbing;
  cursor:-webkit-grabbing;
}