/* root element for scrollable panel */

.splash-vertical {
    position: relative;
    overflow: hidden;
    height: 348px;  /* each 116px high */
    width:100%;
    padding:0;
}

.vertical {
    position: relative;
    overflow: hidden;
    border-top:1px rgb(141,171,219) dotted;
    height: 698px;
    width:100%;
}

/* root element for scrollable items */

.items {position:absolute; height:20000em; margin:0;}

/* the action buttons above the scrollable */

#actions {width:100%; margin:0; /* outline:1px red dotted; */ height:52px;}
/* #splash-sidebar #actions {background-color:rgba(0,0,40,0.3);} */
#actions h2 {display:inline-block; /* background-color: yellow; */ line-height:52px; font-size:1.25em; color:rgb(217,219,0); text-transform:uppercase; margin-left:30px;}

#actions a.next {display:block; float:right; cursor:pointer; text-indent:-9999px; width:28px; height:26px; background:transparent url(/images/site/sprite_news_scrollup.png) no-repeat 0 0; margin:13px 30px 0 0;}
#actions a.prev {display:block; float:right; cursor:pointer; text-indent:-9999px; width:28px; height:26px; background:transparent url(/images/site/sprite_news_scrolldown.png) no-repeat 0 0; margin:13px 2px;}

#splash-sidebar #actions a.next {display:block; float:right; cursor:pointer; text-indent:-9999px; width:28px; height:26px; background:transparent url(/images/site/sprite_news_scrollup.png) no-repeat 0 -26px; margin:13px 30px 0 0;}
#splash-sidebar #actions a.prev {display:block; float:right; cursor:pointer; text-indent:-9999px; width:28px; height:26px; background:transparent url(/images/site/sprite_news_scrolldown.png) no-repeat 0 -26px; margin:13px 2px;}

#actions a.next:hover, #splash-sidebar #actions a.next:hover {/* opacity:1; */}
#actions a.prev:hover, #splash-sidebar #actions a.prev:hover {}

/* #actions a:hover {text-decoration:underline; color:red;} */

/*
#actions .next {width:30px; height:30px;}
#actions .prev {}
*/

.disabled {visibility:hidden;}

/* this makes it possible to add next button beside scrollable */
/* .scrollable {float:left;} */  /* KEEP THIS FUCKER DISABLED - CAUSES DISPLAY ISSUES!!! */


