@CHARSET "UTF-8";

#gallery_pages {
	margin: -15px 0 0;
	text-align: right;
}

#gallery_pages ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#gallery_pages ul li {
	display: inline;
	margin: 0 1px;
}

#gallery_pages ul li a {
	text-decoration: none;
	font-family: arial;
	color: #818181;
}

#gallery_pages ul li a.selected {
	font-weight: bold;
	font-size: 1.1em;
}

div.subgalleries {
	display: inline-block;
	margin: 0 0 20px;
}

div.subgalleries:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* hide from IE-mac \*/
* html div.subgalleries {
	height: 1%;
}
/* end */

div.subgallery {
	width: 100px;
	float: left;
	margin: 8px;
	text-align: center;
}

div.subgallery a {
	text-decoration:none;
}

div.subgallery a img {
	/*margin: 5px 5px -3px;*/
}

div.subgallery a span {
	display: block;
	margin: 0 5px 5px;
}

div.thumbs {
	display: inline-block;
}


div.thumbs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* hide from IE-mac \*/
* html div.thumbs {
	height: 1%;
}
/* end */

div.thumb {
	width:114px;
	height:114px;
	margin:12px;
	text-align:center;
	float:left;
	background: url(/images/shadow-100x100.png) no-repeat 0 0;
	behavior: url(/stylesheets/iepngfix.htc);
}

* html div.thumb {
	margin: 10px;
}

div.thumb img {
	border: 1px solid #666;
}

div.thumb a { 
	display: block;
	margin: 4px 10px 10px 4px;
}

#image_navigation {
	margin: -15px 0 0;
	height:25px;
}

#image_navigation div {
	width: 33%;
}

#image_navigation a {
	text-decoration: none;
}

#image_quicknav {
	text-align: center;
	margin: 0 auto 10px;
}

#image_quicknav a.nav_image {
	opacity: 0.5;
}

#image_quicknav a.nav_image:hover {
	opacity: 1.0;
}

div.image {
	text-align:center;
	padding: 5px 0 25px;
}
