
.slideshow_wrap {
  height: 350px;
  width: 960px;
  margin: 0px auto;
  padding: 0px 0 0 0;
  position: absolute;
  text-align:left;
  overflow:hidden !important;
  border: 0px solid #111;
  top: 184px;
}	


.slideshow_shadow {
  height: 350px;
  width: 960px;
  margin: 0px auto 0 auto;
  padding:0px;
  position:relative;
  text-align:right;
  background:url(../../images/bottom_slide.png) center bottom no-repeat;
}	

.container{	
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  height: 350px;
  width: 960px;
  display: block;
  overflow: hidden !important;
}
.container li{
  padding:0px;
  margin:0 auto 0 0;
  height: 350px;
  width:960px;
  position:relative;
  overflow:hidden !important;
}


.controls{
  width:200px;
  height:30px;
  position:relative;
  top: -26px;
  left: 432px;
  z-index:300;
  list-style:none;
  margin: 0;
  padding: 0;
}

.controls li{
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}
.controls li.control{
  background:url(../../images/control_inactive.png) top left no-repeat;
}
.controls li.active{
  background:url(../../images/control_active.png) top left no-repeat;
}





.prev,.next{
  font-size: 300%;
  text-shadow: 1px 1px #fff;
  width: 60px;
  height: 50px;
  padding: 0px;
  color:#000;
  position:relative;
  font-weight:bold;
  z-index:4;
  float:left;
  top: -90px;
  cursor:pointer;
  opacity: 0.5;
}
.prev{
  background: transparent url(../../images/slider_prev.png) no-repeat right ;

}
.next{
  float:right;
  background: transparent url(../../images/slider_next.png) no-repeat ;
}
.prev:hover,.next:hover{
/*
  ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
*/  
  opacity: 0.9;
}



.slide { 
  height: 350px;
  width:960px;
  margin: 0 auto;
  }
.slide1 {
  background:url('../../media/slider/slide_bequemschuhe.jpg') top right no-repeat;
  padding-top:45px;
  }
.slide2 {
  background:url('../../media/slider/slide_markenschuhe.jpg') top right no-repeat;
  padding-top:45px;
  }
.slide3 {
  background:url('../../media/slider/slide_passform.jpg') top right no-repeat;
  padding-top:45px;
  }
.slide4 {
  background:url('../../media/slider/slide_fusspflege.jpg') top right no-repeat;
  padding-top:45px;
  }


.slide a {
  display: block;
  height: 350px;
  text-indent: -9999px;
  width:960px;  
}

/*
span.slidetext{
  display: block;
  width: 320px;
  height: 35px;
  color: #fff;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 200%;
  font-style: italic;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0px;
  text-shadow: #7c796c 2px 2px 2px;
  background: url(../../images/slider_title_bg.jpg) no-repeat 0 0;
}
span.floatright {
  float: none;
  width: 310px;
  margin-top: 0px;
  color: #fff;
  font-size: 140%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;  
	font-style: normal;
  text-shadow: #7c796c 1px 1px 2px;
  line-height: 24px;
  background: url(../../images/slider_text_bg.jpg) no-repeat 0 0;
  height: 220px;
  padding: 5px 0 0 0;
}
span.floatright .text {
  margin: 0 0 16px 0;
  line-height: 1.5em;
  display: block;
}

span.hide{
  background: none;
}
*/





/*

a.slider_btn {
  display: block;
  height: 52px;
  width: 223px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999%;
}
a.slider_btn:hover {
  background-position: 0 -52px;
}
*/
