/* Gallery tyylittely */

#gallery{
	padding-left: 9px;
}

#gallery h1{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 15px;
}

#gallery_dir{
	width: 350px;
	border: 1px solid #999;
	padding: 5px;
	height: 90px;
	background-color: #e9e9e9;
	margin: 10px;
	float: left;
	clear: both;
}

#gallery_dir img{
	float: left;
	clear: none;
	margin: 0px;
	margin-right: 5px;
	border: 0px none;
}

#gallery_dir #dir_text{
	padding: 0px;
	float: left;
	margin: 0px;
	width: 150px;
	height: 90px;
}

#dir_text p, #dir_text h1{
	color: #000;
	font-size: 8pt;
}

#dir_text h1{
	font-weight: bold;
	margin-bottom: 5px;
}


#gallery_dirs a:link, #gallery_dirs a:visited, #gallery_dirs a:active{
	color: #666;
}

#gallery_dir_thumb{
	text-align: center;
	float: left;
	clear: none;
	padding: 3px;
	margin: 3px;
	background-color: #ffffff;
	border: 1px solid #999;
}
#gallery_thumb{
	text-align: center;
	float: left;
	clear: none;
	padding: 3px;
	margin: 3px;
	background-color: #ffffff;
	border: 1px solid #999;
}



#gallery_thumb img{
	padding: 0px;
}
#gallery_thumb p{
	font-size: 7pt;
}

#navigation{
	position: absolute;
	top: 0;
	left: 0;
	height: 85%;
	width: 100%;
	z-index: 10;
}
#navigation a{ outline: none;}
#previousImage, #nextImage{
	width: 49%;
	height: 100%;
	background: transparent url(../img/gallery/blank.gif) no-repeat;
	display: block;
}
#previousImage { left: 0; float: left; text-align:left;}
#nextImage { right: 0; float: right; text-align:right;}
#previousImage:hover, #previousImage:visited:hover { background: url(../img/gallery/prevlabel.gif) left 70px no-repeat; }
#nextImage:hover, #nextImage:visited:hover { background: url(../img/gallery/nextlabel.gif) right 70px no-repeat; }