#example {
		position: relative;
		border: 0px solid #F2F2F2;
		width: 200px;
		height: 200px;
	}
	.slide-image {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0px;
		width: 200px;
		height: 200px;
		background-color: #ffffff;
		background-position: center center;
		background-repeat: no-repeat 
	}

