.happenings-display {
    height: 528px; /* 556 */
    overflow: hidden;
}

.happenings-display .view-content {
    position: relative;
}

.view-store-promotions .views-row {
    margin: 7px 0px 7px 30px;
    height: 125px;
    overflow: hidden;
}


.happening-wrapper {

}

.happening-thumbnail {
    float: left;
    margin-right: 25px;
}

.happening-title {
    font-family: "ChangingMedium";
    font-size: 2em;
    line-height: 1em;
    color: #f1e7d0;
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.happening-description {
    font-family: "AsapRegular";
    font-size: 1em;
    line-height: 1.2em;
    color: #f1e7d0;
}

.happening-description a {
	color: #ffff00;
}

#happenings-nav-block {
    /*  width: 179px;
      height: 42px;
      background: url('images/happenings_nav.png') no-repeat;
      float: right;*/
    width: 124px;
    height: 42px;
    background: url('/sites/all/themes/mellowmushroom/media/images/scrollable_bubble.png') no-repeat;
    float: right;
    position: relative;
}

#happenings-page-counter {
    font-family: "AsapRegular";
    font-size: 1.2em;
    line-height: 2.75em;
    margin-left: 20px;
    color: #f1e7d0;
    display: none;
}

.happenings-page-nav-button {
    width: 38px;
    height: 42px;
    position: absolute;
    display: block;
}

#happenings-page-previous {
    /*  top: -42px;*/
    left: 21px;  
}

#happenings-page-next {
    /*  top: -84px;*/
    left: 71px;  
}

/*
<div class="views-row views-row-1 views-row-odd views-row-first">
    <div class="happening-wrapper" id="happening-2022">
  <img class="happening-thumbnail" src="/sites/default/files/imagecache/store_happening/promo_image_03.jpg">
  <h1 class="happening-title">Trivia Night</h1>
  <p class="happening-description">Ah, Trivia night at Mellow Mushroom. Good food, plenty of beer, and a chance to empty out all that useless crap that's been gumming up the RAM in your head oh these many years. Yes, you may be humiliated, but then again there's a chance you may come out looking like Einstein. Or what Einstein would be like if he watched every episode of Star Trek, like nine times.</p>
</div>
  </div>
*/