/* Gallery tyylittely */

#gallery{
	padding-left: 0;
}

#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{
	overflow:hidden;
	width:167px;
	height:176px;
	position:relative;
	float:left;
	margin:0 5px 5px 0;
	border:1px solid #305987;
	
	line-height:12px;
	font-size:11px;
	text-align:center;
	background:transparent url(../img/footer2.png) repeat-x center top;
}
#gallery_thumb{
	text-align: center;
	float: left;
	clear: none;
	padding: 3px;
	margin: 0 13px 13px 0;
	background-color: #ffffff;
	border: 1px solid #999;
}

.gallery_dir_thumb a, .gallery_dir_thumb a:link, .gallery_dir_thumb a:visited, .gallery_dir_thumb a:active{

	font-size:11px;
	
	text-transform:uppercase;
	text-decoration: none;
}

#gallery_thumb img{
	padding: 0px;
}
#gallery_thumb p{
	font-size: 7pt;
}

#navigation{
	position: absolute;
	top: 0;
	left: 2%;
	height: 60%;
	margin:0;
	padding:0;
	width: 96%;
	z-index: 100;
}
#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; background: url(../img/gallery/prev.gif) left 100px no-repeat;}
#nextImage { right: 0; float: right; text-align:right; background: url(../img/gallery/next.gif) right 100px no-repeat;}
/*#previousImage:hover, #previousImage:visited:hover { background: url(../img/gallery/prev.png) left 100px no-repeat; }
#nextImage:hover, #nextImage:visited:hover { background: url(../img/gallery/next.png) right 100px no-repeat; }*/
