@charset "utf-8";
/* CSS Document */

/* THINGS TO KEEP IN MIND
 
 -- CSS Rules! When building your slideshows, remember that animation effects work best when both the container and slide have a fixed box.
 
*/
.slideshow {
	width: 1000px;
	height: 320px;
	margin: 0 auto;
}

.slide {
	border: none;
}