body{
	background-image: url(../img/homebg.gif);
	background-repeat: repeat-x;
}
.slide {
	position: absolute; 
	display: none; 
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0; 
	width: 348px; 
	height: 150px;
	border: solid 1px #BDDEFF;
	margin: 0px 0 0 0;
	overflow-y: hidden;
}
.control {
	position: absolute;
}