#animacija {
	width:990px;
	position:relative;
	height:300px;
}
div#slideshow {
	width:990px;
	height:300px;
	overflow:hidden; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position:relative;
	z-index:5;
}
 