@CHARSET "utf-8";






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

	#slideshow { 
		margin: 0px auto; 
		position: relative; 
		max-width:100%;
		width:100%;
/*			height: auto !important;  */
		padding: 0; 
	}

	#slideshow > div.slide { 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		overflow:hidden;

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