#timeline_inner { margin-left:14px; border: 0px solid black; overflow:hidden; position:relative; } 
#timeline_inner ul { width:470px; }
#timeline_inner li { width:150px; height:176px; background-color: #fff; font-size: 90%; margin-top: 5px; margin-right: 17px; border: 1px solid #c5d1e2;}
#timeline_inner li.sel { width:150px; height:176px; background-color: #c5d1e2; }
#timeline_inner p { padding-left: 3px; padding-right:3px; }

#slide_controller { margin-top:4px; margin-right:12px; display:block; }
#slide_controller li { float:right; cursor:pointer; }
#slide_controller a { text-decoration: none; display:block; height:15px; width:15px; background-repeat:no-repeat; margin-left:3px; }

#c_start a { background-image:url('../../img/eu/img_button_anfang.jpg'); background-position:0px 0px; width:13px; }
#c_next a { background-image:url('../../img/eu/img_button_weiter.jpg'); background-position:0px 0px; }
#c_prev a { background-image:url('../../img/eu/img_button_zurueck.jpg'); background-position:0px 0px; }
#c_end a { background-image:url('../../img/eu/img_button_ende.jpg'); background-position:0px 0px; }

div.scrollable { position:relative; overflow:hidden; width: 490px; height:186px; border:0px solid #000; left: 13px; }
div.scrollable div.items { width:20000em; position:absolute; } 
div.scrollable div.items div { width:150px; height:176px; background-color: #fff; font-size: 90%; margin-top: 5px; margin-right: 17px; border: 1px solid #c5d1e2; float:left; } 
div.scrollable div.items div.active { background-color:#c5d1e2; }
div.scrollable div.items div.hover { background-color: #e2e8f0; }
div.scrollable div.items div p { padding-left: 3px; padding-right:3px; }

a.next 	{
		margin-right:12px; 
		margin-top:4px; 
		background-image:url('../../img/eu/img_button_weiter.jpg'); 
		background-position:0px 0px; 
		width:18px; 
		height:15px; 
		display:block; 
		float:right;
		}

a.prev {
		margin-top:4px; 
		background-image:url('../../img/eu/img_button_zurueck.jpg'); 
		background-position:0px 0px; 
		width:18px; 
		height:15px; 
		display:block; 
		float:right;
		}

div.navi { width:300px; height:10px; margin-left: 12px; margin-top:4px; }
div.navi a 	{
			width:8px;
			height:8px; 
			float:left; 
			margin:3px;
			background:url('../../img/eu/navigator.png') no-repeat; 
			background-position: 0 -16px;
			cursor:pointer;
			}
			
div.navi a:hover { background-position: 0 -16px; }
div.navi a.active { background-position: 0 -16px; } 	

