/* CSS Document */


*.gallery_images div {
	height:145px;
	float:left;
	padding:1px;
	text-align:center;
	width:155px;
}

*.gallery_images div img { width:90%; }

*.gallery_images div img.gallery_portrait,
*.gallery_images div img.gallery_thumb {
	height:90%;
	width:auto;
}

*.gallery_images div a:hover { border:1px solid black; }

*.gallery_images div:hover a:hover { border:none; }

*.gallery_images div img:hover,
*.gallery_images div img.gallery_portrait:hover {
	border:10px solid white;
	position:relative;
	width:auto;
	height:auto;
	z-index:500;
}

*.gallery_images div img.gallery_zoom { display:none; }

*.gallery_images div img.gallery_thumb { display:inline; }

*.gallery_images div a:hover img.gallery_zoom { display:inline; }

*.gallery_images div a:hover img.gallery_thumb { display:none; }

ul.gallery_index {
	clear:both;
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	margin:30px;
	text-align:center;
}

ul.gallery_index li {
	display:inline;
	padding:2px 5px;
}

ul.gallery_index li + li { border-left:1px solid black; }

ul.gallery_index a {
	font-size:12px;
}

p.gallery_footer {
	clear: both;
	font-size:10px;
	font-weight:bold;
	margin-top: 20px;
	text-align:center;
}

