@charset "utf-8";

#container {
	width:750px;
	height: 230px;
}

#outerblock {
	position:relative;
	z-index:2;
}

#innerblock { position:absolute; z-index:999;  }
#slideshow {
	overflow: hidden;
	height: 230px;
	width: 750px;
}
body {
	margin: 0px;
}
