
img{
	border: none;
}

#imgSlide{
	width: 645px;
	height: 485px;
	margin: auto;
	overflow: hidden;
}

#imgSlide img{
	border: 2px solid black;
	background-color: rgb(230,230,230);
	width: 640px;
	height: 480px;
	top: 0;
	left: 0;
}

