/*slideViewer's basic CSS:*/
/*preload classes. 	<div id="containerSlideshow" hat zunaechst class svw und wird nach preload der bilder, durch jquery function getauscht mit class stripViewer*/
.ldrgif { margin-top: 120px; } /*bringt preloader ani.gif tiefer*/
.svw { background-color: #fff; width: 960px; text-align: center; vertical-align: middle; height: 322px; }
.svw ul { position: relative; left: -999em; }
/*core classes*/
.stripViewer { position: relative; overflow: hidden; margin: 0 0 15px; cursor: pointer; }
/* this is the DIV container for UL of images */
.stripViewer ul { margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none; }
.stripViewer ul li { float:left; } /* each image is arranged horizontally */
.stripTransmitter { position: relative; overflow: auto; width: 1%; } /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
.stripTransmitter ul { margin: 0; padding: 0; position: relative; float: right; list-style-type: none; } /* the auto-generated set of links */
.stripTransmitter ul li { width: 23px; float:left; margin: 0 0 0 -1px; }/* in this list too, each LI is arranged horizontally */
.stripTransmitter a { text-align: center; color: #a4a4a4; font: bold 10px/12px Verdana, Arial; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; border-right: 1px solid black; border-left: 1px solid #000; display: block; }/* the links. */
.stripTransmitter a:hover, a.current { background: #fff; color: #830a23; }



