@charset "UTF-8";
/* CSS Document */

.JQclear {
	clear:both
}

#JQgallery {
	position:relative;
	height:440px;
	left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 1.35em;
	font-style: oblique;
	font-weight: bold;
}
	#JQgallery a {
		float:left;
		position:absolute;
	}
	
	#JQgallery a img {
		border:none;
	}
	
	#JQgallery a.show {
	}

	#JQgallery .JQcaption {
	background-color:#000;
	color:#ffffff;
	height:140px;
	width:100%;
	position:absolute;
	bottom:0;
	}

	#JQgallery .JQcaption .JQcontent {
		margin:5px
	}
	
	#JQgallery .JQcaption .JQcontent h3 {
	margin:5 10 auto 20;
	padding:0;
	color:#9C0;
	}
	

