/* image gallery styles */
div.imageGalleryThumbCollection
{
	clear: both;
}

div.image_thumb_title_image_wrapper
{
	clear: none;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: none;
}

img.imageGalleryThumb, img.imageGalleryThumbOver
{
	clear: both;
	/*
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: none;
	*/
}

img.imageGalleryThumb
{
	opacity: .75;
}

div.imageGalleryPopupArticle
{
	width: 98%;
	height: 85%;
	overflow: auto;
}


/* --- book_navigation ------------- */
/* leave the width at 100% so that every width will work */
div.imageGalleryPopupBookNavigation
{
	clear: both;
	border-top: #f0e9cc solid 3px;
  	padding-top: 15px;
	width: 100%;
	font-size: 14px;
}

div.imageGalleryPopupBookNavigation_previous
{
	float: left;
	text-align: left;
	width: 8em;
}

div.imageGalleryPopupBookNavigation_up
{
	text-align: center;
}

div.imageGalleryPopupBookNavigation_next
{
	float: right;
	text-align: right;
	width: 8em;
}

a.imageGalleryPopupBookNavigation:link, a.imageGalleryPopupBookNavigation:active
{
	color: #666156;
	background-color: transparent;
	text-decoration: none;
}

a.imageGalleryPopupBookNavigation:visited
{
	color: #7c684d;
	background-color: transparent;
	text-decoration: none;
}

a.imageGalleryPopupBookNavigation:hover
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

span.imageGalleryPopupBookNavigation_title
{
	color: #000000;
	font-weight: bold;
}

body.imageGalleryPopup
{
	background-color: #ffffff;
	background-image: url(../images/bodyback-greenfade.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100%;

	text-align: center;
}