@CHARSET "utf-8";


/* SLIDESHOW */
	
		#slideshowholder {
			margin-left:auto;
			margin-right:auto;
			width:100%;
			max-width:1000px;
		}

		.p1000 {
			display:block;
		}
		
		#slideshow { 
			margin: 0px auto; 
			position: relative; 
			max-width:1000px;
			width:100%;
			padding: 0; 
		}


		#slideshow > div.slide { 
			position: absolute; 
			top: 0px; 
			left: 0px; 
			overflow:hidden;
			z-index:8;
			opacity:0.0;	
		}	
		
		
		#slideshow div.active {
			z-index:10;
			opacity:1.0;
		}

		#slideshow div.last-active {
			z-index:9;
		}			
		
		.slide{
			max-width:100%; 
			width:100%;
		}
		
		.clearslide {
			max-width:100%;
		}

		.slide img {
			max-width:100%; 
			width:100%;
			height:auto;
		}
		
		.clearslide img {
			max-width:100%; 
			width:100%;
			height:auto;			
		}
