/* Slideshow-Kasten unter der Navigation */ #slideShow { clear: both; margin-top: 40px; width: 1002px; height: 300px; background-color: #FFFFFF; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 2px; -webkit-border-radius: 2px 2px 0px 2px; border-radius: 2px 2px 0px 2px; background-repeat: no-repeat; background-position: 0 0; z-index: 0; position: relative; } /* Titel des Sliderbildes */ #sliderCaption { width: 256px; min-height: 33px; background-color: #FFFFFF; border: 1px solid #dfdfdf; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; position: relative; top: 165px; left: 708px; font-weight: normal; font-size: 10px; color: #000000; filter: alpha(opacity=80); opacity: 0.8; padding: 10px; } #sliderCaption a { color: black; } /* Kasten mit den Punkten zum wechseln des Sliders*/ #changeSlider { /* background-color: #FFFFFF;*/ height: 23px; width: 80px; position: absolute; top: 270px; left: 10px; /* border: 1px solid #dfdfdf;*/ -webkit-border-radius: 2px; -moz-border-radius: 2px; /*border-radius: 2px;*/ } /* die 4 SlidePunkte */ .slideShowDot { width: 14px; height: 14px; background-image: url(../images/slideShowChangeDotOff.png); background-repeat: no-repeat; background-position: center center; float: left; margin: 4px 0px 2px 6px; cursor: pointer; } /* versteckt auf Klick den Slider unterm Header. für Leute, die Platz brauchen */ #hideSliderButton { width: 30px; height: 30px; position: relative; top: 0px; left: 973px; cursor: pointer; background-image: url(../images/toggleSlider.png); background-repeat: no-repeat; background-position: center center; } /* container, der platz hält, wenn der slider weggeblendet wird */ #hideSliderHelper { height: 0px; } /* der active SlidePunkt (klasse wg jquery) */ .slideShowDotActive { background-image: url(../images/slideShowChangeDotOn.png); }