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

.slide {
	width: 570px;
	height: 250px;
	overflow: hidden;
	margin: 5px 5px 5px 20px;
	background-color: white;
	position: relative;
}

.slide img {
	width: 570px;
	opacity: 1;
}
