/* Vaihtuvat kuvat */
div#rotator {
	position:relative;
	float:left;
	height:320px;
	width:731px;
}
div#rotator ul{
	float:left;
	position:absolute;
	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;
	border-bottom:1px solid #e9eced;
}
div#rotator ul li.show {
	z-index:50;
}

/* Vaihtuvat tekstit */
div#rotatetext {
	position:relative;
	float:left;
	height:49px;
	width:731px;
}
div#rotatetext ul{
	float:left;
	position:absolute;
	list-style: none;
	margin:0;
	padding:0;
}
div#rotatetext ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0;
	padding:0;
}
div#rotatetext ul li img {
	padding-bottom: 1px;
	background-color:#e9eced;
	border-top:1px solid #c1cacd;
	border-bottom:1px solid #c1cacd;
}
div#rotatetext ul li.show {
	z-index:50;
}