.slideshow {
	width: 480px;	/*a width should be defined for transition to work*/
	border: 5px double #3d3c71;
	padding: 5px;
	margin-top:50px;
	background:#cacae2;
}
.slideshow img {
	border-width: 0;
}
