.slider{
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
}

.slider .right.image{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;

}

.slider .left.image{
	position: relative;
	z-index: 2;
	border-right: 3px solid white;
	margin-right: -5px;
	overflow: hidden;
}

.slider .instruction{
	position: absolute;
	top:50%;
	z-index:1000;
	width: 95%;
}

.slider .instruction p{
	background: white;
	display: inline;
	padding: 1%;
	font-size: 1em;
	text-transform: uppercase;
}
