#filmstarts {margin-bottom:0px; position:relative; height:285px;}
#filmstart_hg {overflow:hidden; height:265px; background-color:#373535;}
#filmstart_headline {height:18px; padding-top:8px; padding-left:8px; padding-right:8px; color:#F1EEEC; font-size:11px; }

/* root element for scrollable */
.vertical {

    /* required settings */
    position:relative;
    overflow:hidden;

    /* vertical scrollers have typically larger height than width */
    height: 245px;

}

/* root element for scrollable items */
.items {
    position:absolute;

    /* this time we have very large space for height */
    height:20000em;
    margin: 0px;
}

/* single scrollable item */
.item {
    
    height:245px;
}

#filmstart_titel {font-family:'ITCLubalinGraphW01-Bk'; font-size:18px; color:#FFF; margin-bottom:10px; padding-left:8px; padding-right:8px; line-height:20px;height:62px; overflow:hidden; position:relative;}
#filmstart_bild {witdh:203px; height:90px; overflow:hidden; margin-bottom:8px;}
#filmstart_datum {color:#d42012; padding-left:8px; padding-right:8px;}

/* the action buttons above the scrollable */
/*#actions_prev,  #actions_next{
    width:203px;

}*/

#actions_prev{
    width:203px;
	height:10px;
	position:absolute;
	top:-10px;
	border-bottom:#373535 7px solid;
	-webkit-transition-property: border-bottom-width, top;
-webkit-transition-duration: 0.25s;
cursor:pointer;
}

#actions_next{
    width:203px;
	position:absolute;
	top:258px;
	border-top:#373535 7px solid;
	-webkit-transition-property: border-top-width, top;
-webkit-transition-duration: 0.25s;
cursor:pointer;
}

#actions_prev a {
    /*cursor:pointer;
	display:block;
	height:10px;
	border-bottom:#373535 7px solid;*/
	
 }

/*#actions_prev a:hover {
    border-bottom:#d42012 7px solid;
}*/

#actions_prev:hover {
   top: -17px;
   border-bottom:#d42012 7px solid;
}

#actions_next a {
    /*cursor:pointer;
	display:block;
	height:10px;
	border-top:#373535 7px solid;*/
 }

#actions_next:hover {
    top: 265px;
	border-top:#d42012 7px solid;
}

/*#actions_next a:hover {
    border-top:#d42012 7px solid;
}*/

.disabled {
    visibility:hidden;
}

.next {
    
}
