/* CSS Picture Gallery */
body {
	background: #fff;
	}

/* styling for gallery */
#container {
	position:relative; 
	width:750px; 
	height:650px;
	top:0px;
	border:1px solid #eee; 
	margin:1em auto;
	margin-bottom:0px;
	padding:0px 20px;
}
#container img.portrait  {
	border:0;
	margin-top:15px;
	margin-left:160px;
	}
#container img.landscape  { 
	border:0;
	margin-top:0px;
	margin-left:-20px;
	}	
/* valitse ylös alas tai vasen/oikea */
#container .thumbs {
	position:absolute; 
	left:90px; 
	top:0;
	}
	/* KUVATEKSTI */
#container a.gallery:hover span {
	display:block; 
	position:absolute; 
	width:402px; 
	height:50px; 
	top:500px; 
	left:70px; 
	font-style:normal;
	font-size:1.1em;
	color:#056a94;  
	z-index:100;
	}
		/* KUVATEKSTI ekarivi */
#container a.gallery:hover span:first-line {
	font-style:normal; 
	font-size:1em;
	line-height:18px;
	color:#000;
	} 
	
#container a.gallery:active, 
#container a.gallery:focus {
	border:1px solid #fff;
	}
/* kuva laatikko */
#container a.gallery:active em, 
#container a.gallery:hover em {
	display:block; 
	position:absolute; 
	width:800px; 
	height:600px; 
	top:55px;
	left:0px;
	padding:0px; 	
	z-index:50;
	}
	
#container h4 {
	clear:both; 
	margin:0; 
	padding-top:200px;
	text-align:center; 
	font-size:1.7em; 
	font-weight:normal;
	line-height:1.5em;
	color:#056a94;
	}
	
#container h4 em {
	font-size:0.8em; 
	color:#000;
	}
	
	/* nappuloiden asettelu */
a.gallery, a.gallery:visited {
	display:block;
	display:inline-block;
	float:left;
	color:#111; 
	text-decoration:none; 
	border:1px solid #777;
	margin:8px 17px; 
	z-index:50;
	}
	
a.slidea {background:url(../../images/photography/winter/thumbs/avanto.jpg) no-repeat; width:30px; height:20px;}
a.slideb {background:url(../../images/photography/winter/thumbs/puu.jpg) no-repeat;width:20px; height:30px;}
a.slidec {background:url(../../images/photography/summer/thumbs/beach.jpg) no-repeat; width:30px; height:20px;}
a.slided {background:url(../../images/photography/winter/thumbs/lumimaisema.jpg) no-repeat;width:30px; height:20px;}
a.slidee {background:url(../../images/photography/summer/thumbs/kattoteline.jpg) no-repeat;width:30px; height:20px;}
a.slidef {background:url(../../images/photography/winter/thumbs/puikkoja.jpg) no-repeat;width:20px; height:30px;}
a.slideg {background:url(../../images/photography/winter/thumbs/lumi.jpg) no-repeat;width:30px; height:20px;}
a.slideh {background:url(../../images/photography/summer/thumbs/laura_vesi.jpg) no-repeat;width:20px; height:27px;}
a.slidei {background:url(../../images/photography/summer/thumbs/korsi.jpg) no-repeat;width:20px; height:30px;}
a.slidej {background:url(../../images/photography/winter/thumbs/callme.jpg) no-repeat;width:30px; height:20px;}
a.slidek {background:url(../../images/photography/summer/thumbs/nalle.jpg) no-repeat;width:30px; height:20px;}
a.slidel {background:url(../../images/photography/winter/thumbs/maailma.jpg) no-repeat;width:20px; height:30px;}
a.slidem {background:url(../../images/photography/winter/thumbs/childsoldier.jpg) no-repeat;width:20px; height:30px;}

a:hover.slidea {background:url(../../images/photography/winter/thumbs/avanto.jpg) no-repeat; width:30px; height:20px;}
a:hover.slideb {background:url(../../images/photography/winter/thumbs/puu.jpg) no-repeat;width:20px; height:30px;}
a:hover.slidec {background:url(../../images/photography/summer/thumbs/beach.jpg) no-repeat; width:30px; height:20px;}
a:hover.slided {background:url(../../images/photography/winter/thumbs/lumimaisema.jpg) no-repeat;width:30px; height:20px;}
a:hover.slidee {background:url(../../images/photography/summer/thumbs/kattoteline.jpg) no-repeat;width:30px; height:20px;}
a:hover.slidef {background:url(../../images/photography/winter/thumbs/puikkoja.jpg) no-repeat;width:20px; height:30px;}
a:hover.slideg {background:url(../../images/photography/winter/thumbs/lumi.jpg) no-repeat;width:30px; height:20px;}
a:hover.slideh {background:url(../../images/photography/summer/thumbs/laura_vesi.jpg) no-repeat;width:20px; height:27px;}
a:hover.slidei {background:url(../../images/photography/summer/thumbs/korsi.jpg) no-repeat;width:20px; height:30px;}
a:hover.slidej {background:url(../../images/photography/winter/thumbs/callme.jpg) no-repeat;width:30px; height:20px;}
a:hover.slidek {background:url(../../images/photography/summer/thumbs/nalle.jpg) no-repeat;width:30px; height:20px;}
a:hover.slidel {background:url(../../images/photography/winter/thumbs/maailma.jpg) no-repeat;width:20px; height:30px;}
a:hover.slidem {background:url(../../images/photography/winter/thumbs/childsoldier.jpg) no-repeat;width:20px; height:30px;}


a.gallery em, a.gallery span {display:none; }

a.gallery:hover {border:1px solid #056a94;}