/*
* The Webascent Simple Slide Show 
*/

	.dwa-simpleSlideShow {
		width: 802px;
		height: 480px;
		position: relative;
		margin: 15px auto;
		border: 1px rgb(40%,40%,40%) solid;				/* Site Color: Dark Image Border Gray */	
	}
	.dwa-simpleSlideShow img {
		position: absolute;
		top: 6px; left: 6px;
	}
		