/*

	-- -- -- -- -- -- --
	Conestoga Trail Bluegrass & Gospel Festival
	section-gallery.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

.column-1 {
	min-height: 700px;
	width: 770px;
	background: url(../images/ui/h2-titles/gallery.jpg) no-repeat right top;
}

span.clr {
	display:block;
	clear:both; 
	width:0; 
	height:0; 
	font-size:0; 
	line-height:0;
}

.gallery img {
	border: 1px solid #4A4034;
	margin: 0 3px 3px 0;
}

.gallery img:hover {
	border: 1px solid #fff;	
}

#thumbBox { 
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #4A4034;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	color: #fff;
}

#thumbBox .footerbar { 
	font: bold 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	line-height: 1.1em;
	color: #fff;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage { 
	background: #4A4034;
}

#thumbLoading { 
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	display: none;
}
