@charset "UTF-8";
/* CSS Document */

/* styling for gallery */
#container {
	position:relative; 
	width:750px; 
	height:650px;
	top:0px; 
	background:#fff; 
	border:1px solid #eee; 
	margin:1em auto;
	margin-bottom:0px;
	padding:0px 20px;
}
#container img.portrait  {
	border:0;
	margin-top:25px;
	margin-left:80px;
	}
#container img.landscape  { 
	border:0;
	margin-top:30px;
	margin-left:0px;
	}	
/* valitse ylös alas tai vasen/oikea */
#container .thumbs {
	position:absolute; 
	left:60px; 
	top:0;
	}
	/* KUVATEKSTI */
#container a.gallery:hover span {
	display:block; 
	position:absolute; 
	width:402px; 
	height:50px; 
	top:560px; 
	left:0px; 
	font-style:normal;
	font-size:1.1em;
	color:#b15903;  
	z-index:100;
	}
/* KUVATEKSTI ekarivi */
#container a.gallery:hover span:first-line {
	font-style:normal; 
	font-size:1em;
	line-height:18px;
	color:#b15903;
	} 
	
#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:40px;
	float:left;
	left:-20px;
	padding:5px; 	
	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:#b15903;
	}
	
#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 12px; 
	z-index:50;
	}
	
a.slidea {background: url(../../images/digiart/moments/day_small.jpg) no-repeat; width:70px; height:47px;}
a.slideb {background:url(../../images/digiart/moments/night_small.jpg) no-repeat;width:70px; height:47px;}
a.slidec {background:url(../../images/digiart/moments/fog_small.jpg) no-repeat; width:70px; height:47px;}
a.slided {background: url(../../images/digiart/thumbs/kevatkesa.jpg) no-repeat; width:70px; height:47px;}
a.slidee {background: url(../../images/digiart/thumbs/3times.jpg) no-repeat; width:70px; height:47px;}
a.slidef {background: url(../../images/digiart/thumbs/minuutti.jpg) no-repeat; width:70px; height:47px;}


a:hover.slidea {background:url(../../images/digiart/moments/day_small.jpg) no-repeat; width:70px; height:47px;}
a:hover.slideb {background:url(../../images/digiart/moments/night_small.jpg) no-repeat;width:70px; height:47px;}
a:hover.slidec {background:url(../../images/digiart/moments/fog_small.jpg) no-repeat; width:70px; height:47px;}
a:hover.slided { background:url(../../images/digiart/thumbs/kevatkesa.jpg) no-repeat; width:70px; height:47px;}
a:hover.slidee {background: url(../../images/digiart/thumbs/3times.jpg) no-repeat; width:70px; height:47px;}
a:hover.slidef {background: url(../../images/digiart/thumbs/minuutti.jpg) no-repeat; width:70px; height:47px;}


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

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

