/* Zen Image Gallery CSS */

/* gallery container div */
.galerie 								{ }

/* gallery headers */
.galerie h1								{ font-size: 1.5em; font-weight: 900; margin-bottom: 1.5em; }
.galerie h2 							{ font-size: 1.25em; font-weight: 900; margin-bottom: .25em; }
.galerie h3 							{ font-size: .75em; font-weight: 100; margin-bottom: 2em; }

/* gallery frontend description container */
.galerie .std							{ }

/* gallery image list */
.galerie ul 							{ clear: both; margin: 20px 0; }
.galerie ul li 							{ display: inline; margin: 0 5px 5px 0; }
.galerie ul li a 						{ display: inline-block; padding: 3px; margin-bottom: 15px; border: 1px dotted #AEC2FF; }
.galerie ul li a:hover					{ padding: 2px; border: 2px solid #AEC2FF; }

/* back &more links */
.galerie .more,
.galerie .back							{ text-align: right; margin-bottom: 1.5em; padding-bottom: 1.5em; border-bottom: 1px solid #e2e9eb; }

/* pagination */
.galerie .paginationControl				{ clear: both; margin-bottom: 2em; }

.galerie .paginationControl	.left 		{ float: left; }
.galerie .paginationControl	.right 		{ float: right; }

.galerie .paginationControl	.first,
.galerie .paginationControl	.previous,
.galerie .paginationControl	.next,
.galerie .paginationControl	.last,
.galerie .paginationControl	.page 		{ display: inline-block; float: left; padding: 3px; }

.galerie .paginationControl	.first,
.galerie .paginationControl	.previous,
.galerie .paginationControl	.next,
.galerie .paginationControl	.last		{  padding: 3px 5px; margin-top: -4px; font-size: 120%; font-weight: 900; }

.galerie .paginationControl	.enabled,
.galerie .paginationControl	.disabled	{ }


/* clear floating objects */

.galerie .clearfloat 					{ clear:both; height:0; font-size:1px; line-height:0px; }
