@charset "UTF-8";

p { margin: 0px 0px 15px 0px;  }
a img { border: none; }
a { color: #A3C468; }
a:hover { color: #416D4A; }


a.zoom { font-size: 13px; background: url(../_images/slideshow/template/link_zoom.png) no-repeat 0px 0px; padding: 0px 0px 5px 20px; text-transform: uppercase; text-decoration: none }

.clear_both { clear: both; line-height: 1px; }

.gallery_data { padding: 0px; display: none; }
.gallery_preload_area { display: none; }

.gallery_container { width: 810px; margin: 20px 0px 0px 0px; }



.gallery_content {
	margin: 0px;
	padding: 1px 0px 1px 0px;
	background: #fff;
}

.gallery_thumbnails { width: 370px; float: right; }
.gallery_thumbnails a {
	display: block;
	height: 95px;
	width: 95px;
	float: left;
	border: 1px solid #ccc;
	margin: 0px 20px 20px 0px;
}
.gallery_thumbnails a:hover { border-color: #73A161; }
.gallery_thumbnails a.selected { border-color: #73A161; }

.gallery_preview { width: 375px; height: 375px; float: left; padding-left:30px; padding-bottom:10px;}
.gallery_preview a { display: block; margin:auto; width: 375px; height: 375px; border: 1px solid #ccc; }
.gallery_preview a:hover { border-color: #73A161; }


.gallery_caption { width: 375px; float: left; font-weight:bold; }


/* Hide for browsers with no JavaScript support */

.gallery_data { display: block }
.gallery_thumbnails { width: auto; }
.gallery_caption { display: none; }



