/** 
 * Slideshow_Automatic style rules.
 */

.slide li {
  color:#808080;
  }
.slide h2 {
  margin:8px 8px 16px;
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#808080;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}

.slide a {
color: #808080;
text-decoration:none;
}

/* carousel */
#carousel_inner {
float:left; /* important for inline positioning */
width:500px; /* important (this width = width of list item(including margin) * items shown */ 
height:260px;
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background:transparent  url(../pix/slideshow/automatic/bg_slideshow.jpg) no-repeat 0 0;
margin-left:-2px;
}

#carousel_ul {
position:relative;
left:-500px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:490px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:260px;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel_ul li img{
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}

#left_scroll, #right_scroll{
float:left; 
height:260px; 
width:40px; 
}

.scroll_img { 
margin: 0px;
}

#left_scroll img, #right_scroll img{
border:0; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;
}

/* für das popup bild */
.ttimagesnap_style {
  text-align: center;
  font: 10px Arial,Helvetica,sans-serif;
  border: solid 1px #666666;
  background-color: #ffffff;
  padding: 1px;
  position: absolute;
  z-index: 100;
}