#carousel-container {
         position: 	relative;
         min-width: 	634px;   /* 4x 156 von .item width */
         width:		100%;
         height: 	230px;
         height:		310px;
         overflow: 	hidden;
         margin:0; 	padding:0;
         border: 	0px solid red;
}

#carousel {
         position: 	absolute;
         width: 		400%;
         margin:0; 	padding:0;
         border: 	0px solid green;
}

.thumb {
	/*max-height: 	120px;  */
         height: 	130px;
         height:		190px;
         width:		150px;
	overflow: 	hidden;
         border: 	0px solid blue;
         text-align:	center;
         margin:0; padding:0;
}

.item {
	float:		left;
      	text-align: 	center;
      	border: 	0px solid yellow;
         margin:0; 	padding:0;
         width:		156px;     /* 150px image width + 2x 3px links/rechts rand  */
}



#carousel-container2 {
         position: 	relative;
         min-width: 	634px;   /* 4x 156 von .item width */
         width:		100%;
         height: 	250px;
         height:		310px;
         overflow: 	hidden;
         margin:0; 	padding:0;
         border: 	0px solid red;
}

#carousel2 {
         position: 	absolute;
         width: 		400%;
         margin:0; 	padding:0;
}


            .set {
                width: 100%;
            }
             #scroll {
                width: 50.6em;
            }
            #scroll .lastUnit {
                text-align: right;
            }
            #scroll2 {
                width: 50.6em;
            }
            #scroll2 .lastUnit {
                text-align: right;
            }
            .line:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
            .lastUnit:after{content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";visibility:hidden; clear:both;height:0 !important;display:block;line-height:0;}
            .unit{float:left;}
            .size1of1{float:none;}
            .size1of2{width:50%;}
            .size1of3{width:33.33333%;}
            .size2of3{width:66.66666%;}
            .size1of4{width:25%;}
            .size3of4{width:75%;}
            .size1of5{width:20%;}
            .size2of5{width:40%;}
            .size3of5{width:60%;}
            .size4of5{width:80%;}

.lastUnit {           /* look at ie6_hack.css and ie7_hack.css too */
	display:	table-cell;
         float:		none;
         width:		auto;
}
