.bounder {
	width:570px;
	margin:0px 20px 0px 20px;
	padding:0px;
}

.gallery {
	position:relative;
	display:block;
	width:250px;
	float:left;
	clear:none;
	margin:5px 10px 0px 0px;
	padding:8px;
	border:1px solid #396213;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a.gallery {
	height:93px;
}

span.gallery {
	height:108px;
}

.gallery:link, .gallery:visited, .gallery:active, span.gallery {
	background-image:url("./../images/gallery_bgimage.jpg");
	color:#44711E;
}

.gallery:hover {
	background-image:none;
	background-color:#EEFFDE;
	color:black;
}

.gallery_thumb {
	border:2px solid white;
}

.gallery_name {
	display:block;
	float:right;
	clear:none;
	width:115px;
	padding:10px 5px 0px 0px;
}

.photo {
	position:relative;
	display:block;
	width:106px;
	float:left;
	clear:none;
	margin:5px 10px 0px 0px;
	padding:8px 10px 4px 10px;
	border:1px solid #396213;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.photo:link, .photo:visited, .photo:active, span.photo {
	background-color:#eeffde;
	color:#092200;
}

.photo:hover {
	background-color:#79a253;
	color:white;
}

.photo .thumb {
	border:2px solid white;
}

.photo .note {
	display:block;
	margin:8px 4px 6px 4px;
}

a.red_arrow {
	clear:right !important;
	margin-bottom:6px;
}

.navi {
	display:block;
	width:355px;
	margin:4px auto 3px auto;
	text-align:center;
}

.navi .button {
	display:block;
	float:left;
	clear:none;
	margin:0px 2px 0px 2px;
	padding:5px;
	width:100px;
	border:1px solid black;
	text-decoration:none;
	font-weight:bold;
	background-color:white;
}

.navi a.button {
	height:21px;
}

.navi div.button {
	height:23px;
	background-color:transparent;
	border:none;
}

.navi .button:link, .navi .button:visited, .navi .button:active {
	background-color:#eeffde;
	color:#092200;
}

.navi .button:hover {
	background-color:#79a253;
	color:white;
}

