

#dia {
	position: relative;
	border: 0px solid #000000;
	width: 254px;
	height: 200px;
}


.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	width: 254px;
	height: 200px;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}

