#slide_content {
	width: 800px;
	height: 150px;
	text-align: center;
	background-color: #6e6f71;
	padding: 0px;
	border: 2px solid #6e6f71;
	margin-left: auto;
  margin-right: auto;
}
#slide_show {
	position: relative;
	border: 2px solid #C39C4E;
	width: 800px;
	height: 150px;
	margin: 10px 0px 0 0px;
	margin-left: auto;
  margin-right: auto;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 800px;
	height: 150px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}
