		.slideShow ul, .slideShow li {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}

		
		/* slideshow styles */
		.slideShow {
			padding: 0px; border: 0px solid #B3B3B3; display: table;
			clear: both;
			margin-bottom: 0px;
		}
		.slideShow .navigation {
			margin-top: 0px;
		}
		.slideShow .navigation a {
			background-color: #B3B3B3;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px;
			color: #232323;
			text-decoration: none;
			float: left;
			font-size: 0.8em;
		}
		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			color: #000000;
			filter:alpha(opacity=60);
		}
		
		/** slides with more than an image in it **/
		.slide img {
			position: absolute;
			padding:0px;
		}
		
		/** slideshow with images in navigation **/
		.navigation.white a, .navigation.white li {
			background-color: #ffffff;
		}
		.navigation.white a {
			border: 0px solid #ffffff;
			padding: 0px;
			line-height: 0.8em;

		}
		.navigation.white a:hover, .navigation.white a.selected {
			background-color: #ffffff;
			border: 0px solid #999;
		}
		.navigation.white img {
			width:100%;

		}