﻿
#example {
	position: relative;
	width: 550px;
	height: 367px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom-color: #707070;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	z-index: auto;
}
.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 550px;
	height: 367px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}


