	* { margin: 0; padding: 0 }

/* omii tekstityylei */

.Vanhaboldi {
	color: #000;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-left: 22px;
}

.varattu {
	color: #d43b52;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-transform: uppercase;
}

.lomaketxt {
	color: #000;
	font: bold 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.lomaketxt_S {
	color: #000;
	font: normal 11px Verdana, "Lucida Grande", Lucida, sans-serif;
}


/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left; margin: 10px 0 15px;
}
		
		p, ul { font-size: 13px; line-height: 1.2em } 
		
		p a, li a { color: #ffffff; text-decoration: none;
	font: bold 18px "Times New Roman", Times, serif;
	text-indent: 0;
}
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #ffffff; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #ffffff; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { margin-bottom: 5px; padding-bottom: 3px; text-align: left;
	font-size: 13px;
}
		
		body {
			font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			background: #aaabad url("../images/verkkotunnuspistefi960_02_bg.jpg") repeat-x center;
			color: #000;
			width: 860px;
			margin: auto;
			text-align: center;
			padding-bottom: 20px;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 0 20px;
			position: relative;
			width: 100%;
}

	.alapalkki {
	position: relative;
	width: 763px;
	height: 103px;
	top: -110px;
	left: -49px;
	display: block;
	float: right;
	background-image: url(../images/palkki.png);
}

.osallistu {
	position: relative;
	width: 263px;
	height: 40px;
	top: -340px;
	left: 70px;
	z-index: 1;
	display: block;
	float: right;
}

.palkinlomakebox {
	width: 700px;
	height: 60px;
	padding: 9px;
	position: relative;
}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 388px; background-image: url(../images/aluebg.png); overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 7px solid #aaabad; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 764px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 500px;
			clear: both;
			background: #aaabad;
	display: block;
}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
	height: 368px;
}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 388px;
			position: relative;
			width: 764px; /* Also specified in  .stripViewer  above */
		}
		
				.stripViewer .panelContainer .panel .wrapper1 {
	background: url(../images/therockbandbg.png) no-repeat;
	padding-top: 40px;
	padding-left: 20px;
}

				.stripViewer .panelContainer .panel .wrapper2 { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	background: url(../images/elamanibg.png) no-repeat;
	padding-top: 40px;
	padding-left: 20px;
}

				.stripViewer .panelContainer .panel .wrapper3 { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	background: url(../images/lahtisetbg.png) no-repeat;
	padding-top: 40px;
	padding-left: 20px;
}

				.stripViewer .panelContainer .panel .wrapper4 { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	background: url(../images/kahertajabg.png) no-repeat;
	padding-top: 40px;
	padding-left: 20px;
}

				.stripViewer .panelContainer .panel .wrapper5 { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	background: url(../images/taaonniintatabg.png) no-repeat;
	padding-top: 40px;
	padding-left: 20px;
}
				.stripViewer .panelContainer .panel .wrapper6 { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	background: url(../images/ajatelkaabg.png) no-repeat;
	padding-top: 40px;
	padding-left: 20px;
}

				.stripViewer .panelContainer .panel .wrapper7 { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	background: url(../images/letukkabg.png) no-repeat;
	padding-top: 40px;
	padding-left: 20px;
}
		
				.stripViewer .panelContainer .panel .wrapper8 { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	background: url(../images/uibg.png) no-repeat;
	padding-top: 40px;
	padding-left: 20px;
}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			position: relative;
			top: 401px;
	z-index: 1;
}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
	width: 800px;
}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px;
	width: 30px;
}
		
		.stripNav a { /* The nav links */
			line-height: 26px;
			display: block;
			padding: 0 0 0 10px;
}
		
		.stripNav li.tab1 a { background: url(../images/rengasa.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab2 a { background: url(../images/rengasa.png) no-repeat;
	padding: 0 11px 14px 10px;
}
		.stripNav li.tab3 a { background: url(../images/rengasa.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab4 a { background: url(../images/rengasa.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab5 a { background: url(../images/rengasa.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab6 a { background: url(../images/rengasa.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab7 a { background: url(../images/rengasa.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab8 a { background: url(../images/rengasa.png) no-repeat;
	padding: 0 11px 14px 10px;}
		
		.stripNav li.tab1 a:hover { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab2 a:hover { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab3 a:hover { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab4 a:hover { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab5 a:hover { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab6 a:hover { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab7 a:hover { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab8 a:hover { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		
		.stripNav li.tab1 a.current { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab2 a.current { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab3 a.current { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab4 a.current { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab5 a.current { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab6 a.current { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab7 a.current { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		.stripNav li.tab8 a.current { background: url(../images/rengasb.png) no-repeat;
	padding: 0 11px 14px 10px;}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 71px;
			width: 72px;
		}
		
		.stripNavL {
	left: 0;
}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/verkkotunnuspistefi960_leftarr1.png") no-repeat center;
	z-index: 1;
}
		
		.stripNavR {
			background: url("../images/verkkotunnuspistefi960_rightarr1.png") no-repeat center;
		}
		
#ficoraan3 {
	display: block;
	z-index: 3;
	position: absolute;
	right: 398px;
	width: 193px;
	height: 44px;
	top: 478px;
	visibility: visible;
}
#ficoraan4 {
	display: block;
	z-index: 3;
	position: absolute;
	right: 218px;
	width: 193px;
	height: 44px;
	top: 479px;
	visibility: visible;
}
#ficoraan5 {
	display: block;
	z-index: 3;
	position: absolute;
	right: 256px;
	width: 193px;
	height: 44px;
	top: 478px;
	visibility: visible;
}
