/* anaframe.net image gallery style sheet */
/* design and development by David Hilgier - http://theviale.net */



/* GALLERY CONTAINER */
/* gallery displayed via javascript */
div.gallery {
	width: 905px;
	margin: 24px 0 24px 0;
}


/* GALLERY LEFT */
/* gallery left div */
div.galleryleft {
	margin: 0 15px 0 0;
	width:525px;
	float: left;
	display: block;
	clear: both;
}
/* gallery info */
div.galleryinfo {
	width:525px;
	background: #6F6B6A url(img/galleryinfobg.png) repeat-y;
}
/* gallery info copy */
div.block {
	display: none;
	padding: 15px 15px 21px 15px;
}
/* gallery left main image */
div.galleryleft img {
	border: 2px solid #6F6B6A;
	max-width: 521px;
}



/* GALLERY RIGHT */
/* gallery right div */
div.galleryright {
	width:365px;
	display:block;
	float: left;
}
div.galleryright ul {
	list-style: none;
}
div.galleryright ul li {
	float: left;
	margin: 0 14px 15px 0;
}
div.galleryright ul li, div.galleryright ul li a {
	height: 102px;
}
/* thumb images in gallery right div */
div.galleryright ul img {
	width:102px;
	height:102px;
	border: 2px solid #990000;
}
/* active thumb */
div.galleryright ul li.active img {
	border: 2px solid #6F6B6A;
}
/* this hides the type associated with thumb for view in description area */
.galleryright ul li p, .galleryright ul li h2,  .galleryright ul li small{display: none; overflow: hidden;}



/* GALLERY TYPOGRAPHY */
div.gallery p {
	margin:0;
	padding:0;
}
/* gallery title */
p.galleryinfotitle {
	color: #FFFFFF;
	font-family:Georgia, serif;
	font-size:.95em;
	line-height:1.5em;}
/* gallery meta */
p.galleryinfometa {
	color: #d0cfce;
	font-family:Helvetica, Arial, sans-serif;
	font-size: .75em;
	line-height:1.5em;
}
/* gallery description */
p.galleryinfodesc {
	color: #d0cfce;
	font-family:Georgia, serif;
	font-size: .75em;
	line-height:1.5em;
	font-style: italic;
}



