/* ---------------------------------------------------------------------
STORY BUDDIES - scrollable override.  widens the scroller to the screen width
------------------------------------------------------------------------ */

/************** BEGIN - scroller override - STORYBOOKS - STORY-BUDDIES - ***************/
.feature .scrollable {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 665px;
}
/************** END - scroller override - STORYBOOKS - STORY-BUDDIES - ***************/