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

/* styling for gallery */

#container {
	position:relative; 
	width:770px; 
	height:570px;
	background:#fff; 
	border:1px solid #eee; 
	margin:1em auto;
}
#container img.portrait  {
	border:0px;
	margin-top:10px;
	margin-left:130px;
	}
#container img.landscape  { 
	border:0px;
	margin-top:0px;
	margin-left:0px;
	}	

/* valitse ylös alas tai vasen/oikea */
#container .thumbs {
	position:absolute; 
	left:50px; 
	top:0;
	}

/* KUVATEKSTI */
#container a.gallery:hover span {
	display:block; 
	position:absolute; 
	top:510px; 
	left:80px; 
	font-style:normal;
	font-size:1em;
	color:#575757;  
	z-index:100;
	}
	
/* KUVATEKSTI ekarivi */
#container a.gallery:hover span:first-line {
	font-style:normal; 
	font-size:1em;
	line-height:1.1em;
	color:#000;
	} 
	
#container a.gallery:active, 
#container a.gallery:focus {
	border:1px solid #fff;
	}
	
/* kuvalaatikko */
#container a.gallery:active em, 
#container a.gallery:hover em {
	display:block; 
	position:absolute; 
	width:700px; 
	height:580px; 
	top:55px;
	left:40px; 
	border:none; 	
	z-index:50;
	}
	
#container h4 {
	clear:both;
	margin-top:200px;
	text-align:center;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#525252;
	}
#container h4 em {
	font-size:11px; 
	color:#000;
	font-style:normal;
	font-weight:normal;
	line-height:25px;
	}	
	
	/* nappuloiden asettelu */
a.gallery, a.gallery:visited {
	display:block;
	display:inline-block;
	float:left;
	border: 1px solid #777;
	margin:8px 17px;
	z-index:5000;
	}

a.slidea {background: url(../../images/photography/background/thumbs/butterfly.jpg) no-repeat; width:30px; height:20px;}
a.slideb {background: url(../../images/photography/background/thumbs/bryophyte.jpg); width:30px; height:20px;}
a.slidec {background: url(../../images/photography/background/thumbs/city.jpg) no-repeat; width:30px; height:23px;}
a.slided {background: url(../../images/photography/background/thumbs/flower.jpg)  no-repeat; width:30px; height:20px;}
a.slidee {background: url(../../images/photography/background/thumbs/grass.jpg) no-repeat; width:30px; height:18px;}
a.slidef {background: url(../../images/photography/background/thumbs/ice.jpg)  no-repeat; width:30px; height:20px;}
a.slideg {background: url(../../images/photography/background/thumbs/illusion.jpg)  no-repeat; width:30px; height:18px;}
a.slideh {background: url(../../images/photography/background/thumbs/lapland.jpg)  no-repeat; width:30px; height:20px;}
a.slidei {background: url(../../images/photography/background/thumbs/summer.jpg)  no-repeat; width:30px; height:20px;}
a.slidej {background: url(../../images/photography/background/thumbs/sunflower.jpg)  no-repeat; width:30px; height:23px;}
a.slidek {background: url(../../images/photography/background/thumbs/water.jpg)  no-repeat; width:30px; height:20px;}
a.slidel {background: url(../../images/photography/background/thumbs/winter.jpg)  no-repeat; width:30px; height:20px;}

a:hover.slidea { background: url(../../images/photography/background/thumbs/butterfly.jpg) no-repeat; width:30px; height:20px;}
a:hover.slideb { background:url(../../images/photography/background/thumbs/bryophyte.jpg) no-repeat; width:30px; height:20px;}
a:hover.slidec { background: url(../../images/photography/background/thumbs/city.jpg) no-repeat; width:30px; height:23px;}
a:hover.slided { background: url(../../images/photography/background/thumbs/flower.jpg)  no-repeat; width:30px; height:20px;}
a:hover.slidee { background: url(../../images/photography/background/thumbs/grass.jpg) no-repeat; width:30px; height:18px;}
a:hover.slidef { background: url(../../images/photography/background/thumbs/ice.jpg)  no-repeat; width:30px; height:20px;}
a:hover.slideg { background: url(../../images/photography/background/thumbs/illusion.jpg)  no-repeat; width:30px; height:18px;}
a:hover.slideh { background: url(../../images/photography/background/thumbs/lapland.jpg)  no-repeat; width:30px; height:20px;}
a:hover.slidei { background: url(../../images/photography/background/thumbs/summer.jpg)  no-repeat; width:30px; height:20px;}
a:hover.slidej { background: url(../../images/photography/background/thumbs/sunflower.jpg)  no-repeat; width:30px; height:23px;}
a:hover.slidek { background: url(../../images/photography/background/thumbs/water.jpg)  no-repeat; width:30px; height:20px;}
a:hover.slidel { background: url(../../images/photography/background/thumbs/winter.jpg)  no-repeat; width:30px; height:20px;}


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

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