/*gallery*/

.gallery
{
	position: relative;	

	margin: 15px;
}

.gallery h1
{
	color:#007CC3;
	font-weight:normal;
	font-size: 1.5em;
	
	margin:0;
	margin-bottom: 15px;
	
	cursor:default;
}

.gallery .item
{
	/*display:-moz-inline-box;
	display:inline-block;
	zoom:1;
	*display:inline;
	*/
	
	float: left;
	
	margin-bottom: 15px;
	margin-right: 5px;
	
	text-align: center;
}
.gallery .item img
{
	height: 100px;
	
	border: 0;
	
	cursor:pointer;
}

.gallery .item img:hover
{
	opacity: .8; 
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}


.gallery .item span.galleryButtons
{
	display: block;
		
	clear: both;
	
	font-size: 0.85em;
	
	margin-top: 5px;
	text-align: center;

}
#galleryBack
{
	position: absolute;
	left: 0;
	top:0;
	
	width: 100%;
	height:100%;
	
	opacity: 0; 
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	

	background-color:#383431;
	
	z-index: 0;
	
}

#galleryWrapper
{
	position: absolute;
	
	left:0;
	top: 35px;
	
	width:100%;
	
	text-align:center;
	
	z-index: 11;
		
	
}
#galleryImageWrapper
{
	position: relative;
	
	margin: 0px auto;
	padding: 10px;
}

#galleryImage
{
	background-color: white;
	
	position:relative;


}

#galleryImageWrapper .text
{
	display: block;
	
	font-size: 1em;
	color:#969594;
	
	margin-top: 10px;
	
	clear: both;
	
	text-align:left;
	

}
#galleryNav
{
	z-index: 11;
	
	margin: 0px auto;
	padding: 0 10px 10px 10px;
	width: 200px;
	
	background-color: white;

}
#galleryNav #close
{
	padding: 5px 7px;
	
	background-color: #007CC3;
	
	color: white;
	font-size: 0.95em;
	
	float: left;
	
	cursor:pointer;
	
	width: 30px;
	height: 15px;
	
	z-index: 12;


}

#galleryNav #pages
{
	margin-left: 53px;
	
	
	padding: 5px 7px;
	
	height: 15px;
	
	background-color:#383431;

}

#galleryNav #pages #previous, 
#galleryNav #pages #next
{
	cursor: pointer;
	
	display: block;
	
	font-size: 0.95em;

}
#galleryNav #pages #previous
{
	color:#C2C1C1;
	
	float: right;
	
	width: 60px;
}
#galleryNav #pages #next
{
	color: white;
	
	float: right;
	width: 35px;
	
	margin-left: 20px;
	
	margin-right: 5px;
	
}

h1.pageHeading
{
	font-size: 1.5em;
	font-weight:normal;
	color:#007CC3;
	
	margin:0 0 25px 7px;
	padding:0;
	
	cursor:default;

}
#galleryLoad
{	
	background-color: white;
	
	z-index: 12;
	
	margin: 35px auto;
	
	width: 150px;
	height: 150px;
	
	
}
#galleryLoad img
{
	margin: 43px 43px;

}
span.galleryPages
{
	margin-top:20px;
	
	clear: both;
		
	display: block;

}
