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

		
/* slideshow styles */
.slideShow {
	clear: both;
}

		
/** slides with more than an image in it **/
.slide img {
	position: absolute;
}
