
		.lbGallery { 
			/*gallery container settings*/
			background-color: #ffffff;
			padding-left: 0px;  
			padding-top: 0px;  
			padding-right: 0px;  
			padding-bottom: 0px;  
			width: 563px;
			height: auto;
			text-align:left;
		}
		.lbGallery ul { list-style: none; margin:0;padding:0; }
		.lbGallery ul li { display: inline;margin:0;padding:0; }
		.lbGallery ul li a{text-decoration:none;}

		.lbGallery ul li a img {
			/*border color, width and margin for the images*/
			border-color: #ffffff;
			border-left-width: 0px;
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			margin-left:6px;
			margin-right:6px;
			margin-top:6px;
			margin-bottom:6px:
			}
			
		.lbGallery ul li a:hover img {	
			/*background color on hover*/
			border-color: #ffffff;
			border-left-width: 0px;
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
		}
			
		#lightbox-container-image-box {
			border-top: 0px none #ffffff;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
			
		#lightbox-container-image-data-box { 
			border-top: 0px;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}

	a:link {
COLOR: #000000;
}
a:visited {
COLOR: #000000;
}
a:hover {
COLOR: #bababa;
}
a:active {
COLOR: #bababa;
}
.container {height: 740px;}
#wrapper {
	position:absolute;
	width:1016px;
	height:700px;
	z-index:1;
	left: 10%;
	margin-top: -350px;
	top: 50%;
}
#logo {
	position:absolute;
	width:432px;
	height:192px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#ihmisetbutton {
	position:absolute;
	width:432px;
	height:49px;
	z-index:2;
	left: 0px;
	top: 242px;
}
#tilabutton {
	position:absolute;
	width:432px;
	height:45px;
	z-index:3;
	top: 292px;
	left: 0px;
}
#puutarhabutton {
	position:absolute;
	width:432px;
	height:46px;
	z-index:4;
	top: 338px;
	left: 0px;
}
#tuotteetbutton {
	position:absolute;
	width:432px;
	height:45px;
	z-index:5;
	top: 385px;
	left: 0px;
}
#ruokabutton {
	position:absolute;
	width:432px;
	height:49px;
	z-index:6;
	left: 0px;
	top: 193px;
}
#muutbutton {
	position:absolute;
	width:432px;
	height:43px;
	z-index:7;
	left: 0px;
	top: 431px;
}
#yhteystiedot {
	position:absolute;
	width:420px;
	height:160px;
	z-index:15;
	top: 523px;
	left: 0px;
	text-align: center;
	font-size:12pt;
	font-family:Baskerville, Palatino, Times New Roman, serif;
	line-height:0.525;
}



#aloituskuva {
	position:absolute;
	width:580px;
	height:756px;
	z-index:14;
	left: 473px;
	top: 0px;
	background-color: #fff;

}
#ruokagalleria {
	position:absolute;
	width:580px;
	height:576px;
	z-index:9;
	left: 433px;
	top: 62px;

}
#ihmisetgalleria {
	position:absolute;
	width:580px;
	height:576px;
	z-index:10;
	left: 433px;
	top: 62px;

}
#tilagalleria {
	position:absolute;
	width:580px;
	height:576px;
	z-index:11;
	left: 433px;
	top: 62px;

}
#puutarhagalleria {
	position:absolute;
	width:580px;
	height:576px;
	z-index:12;
	left: 433px;
	top: 62px;

}
#tuotteetgalleria {
	position:absolute;
	width:580px;
	height:576px;
	z-index:13;
	left: 433px;
	top: 62px;

}
#muutgalleria {
	position:absolute;
	width:580px;
	height:576px;
	z-index:8;
	left: 433px;
	top: 62px;

}

div.scroll {
    overflow-y: auto;
}

div.cursor {
  cursor:pointer;
 }

/*kuvakoko*/

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:*300px;*
	height:*300px;*
	margin:-250px 0 0 -250px;
	background:#fff;
	text-align:center;
    vertical-align: 50%;
	border: 2px solid black; 
}

#lightbox.done #lbContent{
	display:block;
	width: *280px;*
	height: *280px;*
	border: 10px solid white;
}

