html,body {
	padding:0 !important; 
	margin:0 !important; 
	vertical-align:top !important; 
}
#slideshow {
    position:relative;
	width:600px;
    height:376px;
	z-index:-1;
	vertical-align:top;
	margin: 0 !important; 
	top:0 !important; 
}

#slideshow IMG {
    position:absolute;
    top:0 !important; 
    left:0 !important; 
    z-index:8;
    opacity:0.0;
	vertical-align:top;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 376px;
	min-width: 600px;
			
	/* Set up proportionate scaling */
	width: 600px;
	height: 376px;
			
	/* Set up positioning */
	position: absolute;
	top: 0 !important; 
	left: 0 !important; 
}
#page-wrap { 
	position: relative;
	width: 600px;
	margin: 0 !important; 
	padding: 0 !important; 
	background: #fff; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; 
	vertical-align:top;
}

p { 
	font: 15px/2 Arial; 
	margin: 0 0 30px 0; 
	color: #fff;
}

#content {
	width:260px;
	height:320px;
	padding:5px 20px;
	margin:15px 0 0 15px;
	background:#e7e7e7;
	box-shadow:0 1px 2px #333;
	position:absolute;
	z-index:300000;
	vertical-align:top;
	top: 0;
}

#content h1 {
	color: #888;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 5px 0;
	font-family: 'Open Sans','Arial',sans-serif;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
#content p {
	width:280px;
	padding-top:0;
	margin-top:-10px;
	font-family: 'Open Sans','Arial',sans-serif;
	font-size:15px;
	line-height:1.5em;
	color:#333;
}
#content a {color: #3979b7;	text-decoration:none;}
#content a:hover {color:#4a99e6;text-decoration:none}
#content p a.feedback {
	height: 21px;
	padding: 4px 10px 6px 12px;
	border-radius: 3px;
	border: 1px solid #478dbf;
	font-size: 15px;
	color: white;
	font-weight: normal;
	line-height: 21px;
	letter-spacing: 1px;
	cursor: pointer;
	font-family: 'Open sans','Arial',sans-serif;
	background: #478dbf;
}
