div#slides {
	width: 302px;
	height: 322px;
	overflow: hidden;
	border: solid 3px #fff;
}

div#slides div {
	height: 322px;
	width: 302px;
	font-size: 100px;
	line-height: 200px;
	text-align: center;
	color: #fff;
}

.red {
	background: #e40053;
}

.blue {
	background: #0094d5;
}

.green {
	background: #43aa38;
}
