/* 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: 5px;
	margin: 3px;
	border: 1px solid #e5e5e3;
	background-image: url(../img/haivytetty.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#gallery_thumb
{

	text-align: center;
	float: left;
	clear: none;
	padding: 5px;
	margin: 3px;
	background-image: url(../img/haivytetty.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border: 1px solid #e5e5e3;
}

#gallery_thumb img
{
	padding: 0px;
}


#gallery_thumb p
{
	display: none;
	font-size: 7pt;
}


