#content_slider { height:1%; }

#content_slider .internal-link,
#content_slider .external-link { margin-top:2px; }

#demo_container { height:1%; overflow:hidden; }

#items_container { height:127px; overflow: hidden; position: relative; }

div.slide_item { 
  background:url(../../../../fileadmin/styles/01_layouts_basics/css/images/home_01_582x127.gif) top right no-repeat;
  height:127px; 
  left: 1001px; 
  overflow:hidden; 
  position: absolute; 
  width:764px;   
}

div.slide_item h1 { 
  border:0px solid #f00;
  margin:0 0 4px 193px; 
  padding:10px 0 0 0; 
  width:566px; 
  
  font-size:20px;
}

div.slide_item p { 
  border:0px solid #00f;
  margin:0 0 0 193px;
  padding:0; 
  width:566px; 
}

/*div.slide_item img { float:right; margin:0; padding:0; overflow:hidden; width:200px; }*/
div.slide_item img { 
  float:left; 
  margin:0; 
  padding:0; 
  overflow:hidden; 
  width:182px; 
  height:127px;
}

div.first_item {  left: 0;  }

#num_nav { display:none}
  
