#slide {
	width:250px;
	height:150px;
	overflow:hidden;
	border:5px solid #eee;
	float:left;
	margin:0 18px 10px 0;
}
#slide div {
	width:250px;
	height:150px;
	overflow:hidden;
	position:relative;
	border:0 none;
}
#slide * {
	border:0 none !important;
}