#kuvaruletti {
	width:100%;
	height:395px; /*370px;*/
	float:right;
	/* background:#fff url(../kuvat/ruletti_1.jpg) center bottom no-repeat;*/
	clear:both;
	position:relative;
	z-index:10;
	margin-top:-24px;
	overflow:hidden;
	/*overflow-x:hidden;
	overflow-y:visible;*/
}
#vaihtoNappienWrapperi {
	height:16px;
	padding:5px 5px;
	min-width:20px;
	position:absolute;
	left:400px;
	top:40px;
	z-index:300;
	background-color:rgba(123,123,123,0.5);
	border-radius:16px;
	visibility:hidden;
	/*display:none;*/
}
.vaihto {
	width:16px;
	height:16px;
	overflow:hidden;
	float:left;
	margin-left:10px;
	background:transparent url(../kuvat/kuvaruletti/ruletinValinta.png) 0px -16px no-repeat;
}
.vaihto:first-child { margin:0px; }
.aktiivinenRulettinappi { background-position:0px 0px; }
.vaihto:hover{ cursor:pointer; }¨
#harkkotesti {
	position:absolute;
	top:0px;
	right:240px;
	width:302px;
	height:347px;
}
/*
#kuvaruletti
{
	width:100%;
	height:420px;
	overflow:hidden;
	background-color:#0FF;
	position:relative;
	float:left;
	z-index:10;
}
*/
.tausta {
	width:100%;
	height:395px;/*420px;*/
	overflow:hidden;
	position:absolute;
	top:0%;
	left:0%;
	z-index:101;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.piste {
	position:absolute;
	top:25px;
	left:50%;
	width:1px;
	height:1px;
	overflow:visible;
	background-color:transparent;
	z-index:200;
}
.tausta, .piste { visibility:hidden; }
.taustaTeksti {
	/*width:400px;*/
	width:950px;
	height:220px; /*370px;*/
	padding-top:150px;
	position:absolute;
	top:0px;
	left:-475px; /**/
	z-index:202;
	color: #000000; /*#695A3B;*/
	font-size:18px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}
.taustaTeksti h1, .taustaTeksti h2, .taustaTeksti h3, .taustaTeksti h4, .taustaTeksti h5, .taustaTeksti h6 {
	margin:0px 0px 10px 0px;
	font-size:22px;	
}
.taustaTeksti p {
	margin:0px 0px 10px 0px;
	font-size:14px;
	line-height:20px;
}
.taustaTeksti a {
	color:#F0C9DB;
	text-decoration:none;
	font-size:14px;
}
.taustaTeksti a:hover { text-decoration:underline; }
.taustaTeksti strong { color:#A23425; }
#taustaVari {
	height:190px;
	width:100%;
	position:absolute;
	left:0px;
	bottom:50px;
	background-color: #ffffff; /*#F2EEE3;*/
	background-color: rgba(255,255,255,0.9); /*rgba(242,238,227,0.8);*/
	z-index:150;
}
#vaihtoEteen {
	position:absolute;
	z-index:202;
	right:-40px;
	top:50%;
	/*
	width:30px;
	height:46px;
	background:transparent url(../kuvat/kuvaruletti/arrow_right_1.png) -35px 0px no-repeat;
	*/
	width:20px;
	height:19px;
	background:transparent url(../kuvat/kuvaruletti/arrow_right_1.png) 0px 0px no-repeat;
	text-align:center;
	line-height:20px;
	font-size:14px;
}
#vaihtoTaakse {
	position:absolute;
	z-index:202;
	left:-40px;
	top:50%;
	line-height:20px;
	font-size:14px;
	text-align:center;
	/*	
	width:30px;
	height:46px;
	background:transparent url(../kuvat/kuvaruletti/arrow_left_1.png) 0px 0px no-repeat;
	*/
	background:transparent url(../kuvat/kuvaruletti/arrow_left_1.png) 0px 0px no-repeat;
	width:20px;
	height:19px;	
}
#vaihtoEteen:hover {
	cursor:pointer;
	background-position:0px -19px;
}
#vaihtoTaakse:hover {	
	cursor:pointer;
	background-position:0px -19px;
}