@charset "utf-8";
@import url(gallery_core.css);

/* CSS Document */
.gal_iframe {height: 520px; width: 100%; overflow: hidden;} /* border: none; not in IE 8 */
.gallery_header {display: none;}
.galImg {border: thick inset #6B8E23;} 

.thumbplace {position: relative; text-align:center; padding: 2px 5px; max-width: 156px; float: left;}
.thumbplace img {cursor: zoom-in; border: medium inset #F5F5DC;}
.thumbplace p {font-size: x-small; color:#663300; width: 155px; margin: 0;}

@media screen 
{
	.pick {box-shadow: 2px 2px 4px #000000;}
	.thumbplace {border: solid 1px #F5DEB3;}
}

@media only screen and (max-width: 750px)
{
	.gal_iframe {height: 715px;}
	.pick {width: 75%; margin: 1em auto;}
	.pick > ul > li {width: 50%;}
	.thumbdummy {display: none !important;}
}

@media only screen and (max-width: 520px)
{
	.gal_iframe {height: 940px;}
	/*.galfooter ul {margin: 5px;}*/
	.pick {width: auto; margin: 1em 0;}
}
