@charset "utf-8";
/* CSS Document */

#slideshow  {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: auto;
	width: 500px;
	height: 350px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	float: left;
	position: relative;
	}
	
#slideshow > div {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: 387px;
		
    }
