/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

body
	{
	background-color: black;
	margin: 0px;
	padding: 0px;
	}


#banneri
	{
	position: relative;
	left: 0px;
	height: 209px;
	width: 800px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	background-image: url("kuvat/Panoraama.jpg");
	margin: 0px;
	padding: 0px;
	}
#menupalkki
	{
	position: relative;
	left: 0px;
	height: 65px;
	width: 800px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	background-color: black;
	margin: 0px;
	padding: 0px;
	}
	
#alamenu1
	{
	position: absolute;
	top: 295px;
	left: 415px;
	height: 100px;
	width: 110px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-image: url("kuvat/Tausta.gif");
	margin: 0px;
	padding: 0px;
	}
#alamenu2
	{
	position: absolute;
	top: 220px;
	left: 202px;
	height: 100px;
	width: 118px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
#alamenu3
	{
	position: absolute;
	top: 220px;
	left: 324px;
	height: 100px;
	width: 118px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
	

.nappi1
	{
	margin-left: 0px;
	float: left;
	border-width: 0px;
	padding: 0px;
	}
.nappi2
	{
	margin-left: 0px;
	float: left;
	border-width: 0px;
	padding: 0px;
	}
.nappi3
	{
	margin-left: 0px;
	float: left;
	border-width: 0px;
	padding: 0px;
	}
.nappi4
	{
	margin-left: 0px;
	float: left;
	border-width: 0px;
	padding: 0px;
	}
.nappi5
	{
	margin-left: 0px;
	float: left;
	border-width: 0px;
	padding: 0px;
	}
.nappi6
	{
	margin-left: 0px;
	float: left;
	border-width: 0px;
	padding: 0px;
	}
	
#sisalto
	{
	position: relative;
	left: 0px;
	width: 800px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	background-image: url("kuvat/Tausta.gif");
	margin: 0px;
	padding: 0px;
	display: none;
	}

	
#teksti
	{
	margin: 0px;
	padding: 40px;
	color: white;
	font-family: helvetica;
	font-size: 9pt;
	text-align: center;
	position: relative;
	}	

	
#footteri
	{
	position: relative;
	left: 0px;
	width: 800px;
	min-width: 600px;
	height: 40px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	background-color: black;
	margin: 0px;
	padding: 0px;
	}
	
#borderit
	{
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
#sisoik
	{
	position: relative;
	width: 12px;
	height: 100%;
	background-image: url("kuvat/Viides_raami.gif");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	float: right;
	}
	
#sisvasen
	{
	position: relative;
	width: 16px;
	height: 100%;
	background-image: url("kuvat/Neljas_raami.gif");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	float: left;
	}



#divalaosa
	{
	position: relative;
	left: 0px;
	width: 800px;
	height: 12px;
	background-image: url("kuvat/Kuudes_raami.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	}
	
#divylaosa
	{
	position: relative;
	left: 0px;
	width: 800px;
	height: 13px;
	background-image: url("kuvat/Kolmas_raami.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	}

#menuylaosa
	{
	position: relative;
	left: 0px;
	width: 800px;
	height: 13px;
	background-image: url("kuvat/Eka_raami.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	}

#menualaosa
	{
	position: relative;
	left: 0px;
	width: 800px;
	height: 13px;
	background-image: url("kuvat/Toka_raami.gif");
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	}
#galleria
	{
	position: relative;
	top: 50px;
	margin-left: 200px;
	margin-right:200px;
	margin-bottom: 100px;
	text-align: center;

}
.ekariv
	{
	width:70px;
	border-color: black;
	}
	
.reunaoik
	{
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
	}


.reunavas
	{
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}
	
.reunavas2
	{
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}
	
#uutisboksi
	{
	position: relative;
	left: 155px;
	width: 400px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:  10px;
	padding-bottom:  10px;
	background-image: url("kuvat/uutistausta.gif");
	background-repeat: no-repeat;
	border-width: 2px;
	border-color: black;
	border-style: solid;
	font-family: helvetica;
	font-size: 9pt;
	text-align: center;
	}
	
#nesteet
	{
	margin: 0px;
	padding: 40px;
	text-align: center;
	}	

table
	{
	border-color: white;
	background-color: black;
	}
	
#etusivusisalto
	{
	margin: 0px;	
	padding-left: 40px;
	padding-right: 40px;
	padding-top:  10px;
	padding-bottom:  40px;	
	color: white;
	font-family: helvetica;
	font-size: 9pt;
	}	
#uutissivusisalto
	{
	margin-top: 40px;	
	padding-left: 40px;
	padding-right: 40px;
	padding-top:  10px;
	padding-bottom:  40px;	
	color: white;
	font-family: helvetica;
	font-size: 9pt;
	}	
	
	
p	{
	padding: 0px;
	margin: 0px;
	font-family: helvetica;
	font-size: 9pt;
	text-align: center;
	}

	
.banneri
	{
	margin-left: 16px;
	}
h1	
	{
	text-align: center;
	}
	
	
#otsikot
	{
	position: relative;
	top: 50px;
	text-align: center;
	}

#pagewrap
	{
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
