#content #content-inner.media {
	background-image: url(../images/backgrounds/content_media.jpg);
	background-repeat: no-repeat;
	background-position: center top;	

}

#footer #footer-inner.media {
	background-image: url(../images/backgrounds/footer_media.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}


/* Gallery pages
---------------------------------------------- */



#content #gallery-holder {
	width:917px;
	height: 506px;
	padding-top: 20px;
	
	background-image: url(../images/galleryBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}


#secondary-nav.gallery {

	width: 125px;
	padding-left: 20px;
	padding-right: 20px;
}

#content #copy.gallery {

	width: 675px;

}

.galleryList {
	
	border-collapse:collapse;
	border:none;

}

.galTitle {
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

}

.galCell {
	margin: 5px;	
	width: 200px;
	height: 145px;
	border: 1px solid #666666;
	

}

.galCell-active {

	margin: 5px;	
	width: 200px;
	height: 145px;
	border: 1px solid #666666;
	background-color:#000000
	
}

.galCell img {

	

}



/* Gallery Display Pages
--------------------------------------------------- */

#showGallery {
	display:none;
	color: #FFFFFF;
	background-color: #000000;
	height: 480px;
	width: 675px;
	position: absolute;
	z-index:1000;
	border: 1px solid #666666;
}

.galnav {

	width: 35px;
}


.galphoto {
	border: 1px solid #333333;	


}


.galleryDesc  {
	
	height: 35px;
	

}

.galleryDesc p {
	font-size: 75%;
	color: #999999 !important;	
	

}
