.gallery-header{
	margin-top:-40px; 
	position: absolute; 
	top: 0px; 
	left: 10px;
	width: 95%;
}
.gallery-header h4{
	float:left; 
	margin: 0;
	font-size:1.2em;
	color:#0066B6;
}

.gallery-container{
	position: absolute; 
	bottom: -15px; 
	left: 10px;
	margin-bottom: 5px; 
	width: 94%; 
	padding-top:10px; 
	padding-bottom:10px;
}

#fancybox-title{
	margin: 0px;
	padding: 0px;
	position: relative;
}

#fancy-box-left, #fancy-box-right{
	width: 15px;
	height:100%;
	position: absolute;
	bottom: 0px;
	cursor: pointer;
	outline: none;
	z-index: 1102;
	display: inline; 
}

#fancy-box-left{
	left: 0px;
	background: url(../img/fancybox/fancy_nav_left.png) no-repeat; 
}

#fancy-box-right{
	right: 0px;
	background: url(../img/fancybox/fancy_nav_right.png) no-repeat; 
}

#fancybox-close  {
	right:8px;
	top:15px;
	width:55px;
}

#fancybox-outer{
	position: relative;
}

