/* Vaihtuvat kuvat */
div#rotator {
	position:relative;
	float:left;
	width:160px;
	height:90px;
}
div#rotator ul{
	float:left;
	position:relative;
	list-style: none;
	margin:0;
	padding:0;
}
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0;
	padding:0;
}
div#rotator ul li img {
	padding: 0;
}
div#rotator ul li.show {
	z-index:50;
}
