/* Container für Scrollen in View moving */
.lwa-container { overflow: hidden; height: 165px; position:relative; top:2px; }
.lwa-container ul li { list-style: none inside; position:relative; left:0px;}
.lwa-container .lwa-small { left:0px; }
.lwa-controls { }
.lwa-prev { width:45%; float:left; text-align:center; color:white; border: 1px solid white; background: url('../../images/bg_big_button.gif'); cursor: pointer; }
.lwa-next { width:45%; float:right; text-align:center; color: white; border: 1px solid white; background: url('../../images/bg_big_button.gif'); cursor: pointer; }

/* View small: ein Kasten vertikal */
/* Hauptdefinition View small */ 
.lwa-small { float:left; position: relative; overflow: hidden; width: 150px; height: 160px; }

/* abweichend für andere Breiten */
.lwa-small-small { width: 147px;}
.lwa-small_ag { width: 150px;}

.lwaboxarticle {vertical-align:bottom;background-color: #ffffff; border:1px solid #BBBBBB;width:129px;padding-left:2px;margin-top:5px;height:147px;text-align:left;}


/* Unterelemente View middle */

.lwa-small .lwablock { float:left; width: 98%; height: 98%; border: 1px solid #DDDDDD; overflow:hidden; }

.lwa-small .lwatext { text-align:left; padding-left: 4px; height: 150px; overflow:hidden; }
.lwa-small .lwatext img { padding: 2px; float:left; }

.lwa-small .lwa-details { clear:right; float:right; padding-right:20px; position:relative; top:60px; }
.lwa-small .timespan { clear:both; margin-left: 5px; }


