/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/*** slideshow  **/

	#slideshow {
		position: relative;
		height: 120px;
		width: 530px;
		line-height: 0;
		padding: 0;
	}
	
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
		opacity: 0.0;
		margin: 0;
		box-shadow: none;
	}
	
	#slideshow img.active {
		z-index: 10;
		opacity: 1.0;
	}
	
	#slideshow img.last-active {
		z-index: 9;
	}