@charset "UTF-8";
/* CSS Document */

a img {
	text-decoration: none;
	border: 0 none;
	}

.block { float: left; width: 100%; margin-bottom: 30px; }
		
#slider-wrapper { position: relative; }		
#slider-selector { list-style: none; margin: 0; padding: 0; position: absolute; bottom: -4px; z-index: 100; }
#slider-selector li { background: url(../images_slider/slider-selector.png) no-repeat 50% 50%; width: 13px; height: 13px; float: left; cursor: pointer; }
#slider-selector li.current { background: url(../images_slider/slider-current.png) no-repeat 50% 50%; }					
#slide-left, #slide-right { position: absolute; top: 0; width: 21px; height: 480px; z-index: 300; cursor: pointer; }
#slide-left { left: -20px; background: url(../images_slider/slider_arrow_left.gif) no-repeat 0px 50%; }
#slide-right { right: -21px; background: url(../images_slider/slider_arrow_right.gif) no-repeat 0px 50%; }
		
#slide-caption { list-style: none; position:absolute; right:0px; bottom:0px; text-align:right;  width:320px; height:13px; color:#000000; font-size:11px; font-family:Arial, Helvetica, sans-serif;}	

#slider {	
  list-style: none !important;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: relative !important;		
}

#slider li {			
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  width: 100%;		
}
		
#slider li.current {			
  display: block;
  z-index: 2 !important;		
}
		
#slider li.next {			
  display: block;
  z-index: 1 !important;		
}
		
#slider li ul li {			
  display: block !important;
  position: relative !important;		
}		

#slider, #slider li { width: 650px; height: 495px;}
#slider li .slideimg {
width: 650px; height: 480px;
overflow:hidden;
}
#slideshow {
	width: 650px; height: 530px; padding-top:0px; padding-left:0px;
}