/*
* The Webascent Simple Slide Show 
*/

	.dwa-simpleSlideShow {
		width: 644px;
		height: 420px;
		position: relative;
		margin: 0 auto;
		background-color: black;	
	}
	.dwa-simpleSlideShow img {
		position: absolute;
		top: 22px; left: 22px;
	}

	
	/* Slide Show Box from front page. */
	#slideshowbox {
		position: absolute;
		top: 0; left: 0;
		width: 644px;
		height: 420px;
	}
	
	/* Move the main contents box down, due to the slide show */
	.slideShowContentsAdjust {
		margin-top: 410px !important;
		min-height: 300px !important;
	}
	