@charset "utf-8";

@media screen {

#galleryContainer { width: 100%; text-align: center;}
#galleryContainer #gallery { width: 780px; margin: 0 auto; text-align: left; }
#galleryContainer #galleryImages { height: 258px;overflow: hidden; }
/*#galleryPrev, #galleryNext { top: -210px; }*/

#gallery { width: 780px; margin: 0 auto; text-align: left; }
/*#gallery { width: 780px; margin-bottom: 0px; text-align: left; }*/
/*#galleryImages { height: 258px;  }*/
#galleryNav { position: relative; }
#galleryPrev, #galleryNext { cursor: pointer; position: absolute; top: -160px; z-index: 9999; width: 50px; height: 80px; text-indent: -9999px; }
#galleryPrev { left: -10px; background: transparent url(/images/bg_galleryPrev.png) top left no-repeat; }
#galleryNext { right: -10px; background: transparent url(/images/bg_galleryNext.png) top left no-repeat; }
/*#galleryCaption { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	z-index: 9999; 
	width: 98%; 
	padding: 1%; 
	text-indent: 5px;
	font-family:Helvetica,Arial,Verdana,Geneva,sans-serif;
	font-size: 110%; 
	font-weight: bold; 
	color: #fff; 
	background: transparent url(/images/bg_galleryCaption.png) top left;
}*/

} /* Closing brace for @media screen rule -- do not delete */

@media print {  
	/* All print styles to go between these braces */

} /* Closing brace for @print screen rule -- do not delete */



