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

#events {
  width: 391px;
  margin: 0 auto;
  position: relative;
  border: 0px;
}

.scroll {
    height: 200px;
    width: 391px;
    overflow: auto;
    overflow-x: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
    border: 0px;

}

.scrollContainer div.panel {
  padding: 0px;
  height: 210px;
  width: 390px; /* change to 560px if not using JS to remove rh.scroll */
}

