div.stripNav a:link{
  color: #ffffff;
  text-decoration: none;
}

div.stripNav a:active{
  color: #ffffff;
  text-decoration: none;
}

div.stripNav a:visited{
  color: #ffffff;
  text-decoration: none;
}

div.stripNav a:hover{
  color: #ffffff;
  text-decoration: none;
}

div.slider_wrap p{
  text-align: left;
  margin: 15px ;
}
		
div.slider_wrap p,
ul{
  font-size: 13px;
  line-height: 1.4em;
  width: 492px;
} 
		
div.slider_wrap p a,
li a{
  color: #ffffff;
  text-decoration: none;
}
		
div.slider_wrap p.intro{
  margin-bottom: 20px;
  padding: 20px 0 30px 0;
  text-align: center;
  width: 492px;
}
		
p#cross-links{
  text-align: center;
}

p#cross-links{
  margin-bottom: 30px;
  padding-bottom: 30px;
}

noscript p,
noscript ol{
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4em;
  text-align: left;
}

noscript a{
  color: #ffffff;
  text-decoration: underline;
}

noscript ol{
  margin-left: 25px;
}

a:focus{
  outline:none;
}

img{
  border: 0;
}

h3{
  margin-bottom: 5px;
  padding-bottom: 3px;
  text-align: left;
}

.stripViewer .panelContainer .panel ul{
  text-align: left;
  margin: 0 15px 0 30px;
}

.slider-wrap{
  position: relative;
  width: 492px;
}

*{
  padding: 0;
}

.csw{
  width: 492px;
  height: 480px;
  background: #fff;
  overflow: scroll;
}

.csw .loading{
  margin: 200px 0 300px 0;
  text-align: center
}

.stripViewer{
  position: relative;
  overflow: hidden;
  border: 0px solid #000;
  margin: auto;
  width: 492px;
  height: 480px;
  clear: both;
  background: #ffffff;
}

.stripViewer .panelContainer{
  position: relative;
  left: 0;
  top: 0;
  width: 492px;
  list-style-type: none;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel{
  float:left;
  height: 100%;
  position: relative;
  width: 492px;
}

.stripViewer .panelContainer .panel .wrapper{
  padding: 10px;
}

.stripNav{
  margin: auto;
}

.stripNav ul{
  list-style: none;
}

.stripNav ul li{
  float: left;
  margin-right: 2px;
}

.stripNav a{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  background: #A20000;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 30px;
  /*padding: 2 20px;*/
}

.stripNav li a:hover{
  background: #EB0000;
}

.stripNav li a.current{
  background: #000;
  color: #ffffff;
}

.stripNavL,
.stripNavR{
  position: absolute;
  top: 230px;
  text-indent: -9000em;
}

.stripNavL a,
.stripNavR a{
  display: block;
  height: 40px;
  width: 40px;
}		

.stripNavL{
  left: 0;
}

.stripNavR{
  right: 0;
}

/*
Auskommentiert, da nicht benötigt

.stripNavL{
  background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR{
  background: url("images/arrow-right.gif") no-repeat center;
}

Auskommentiert, da nicht benötigt
*/