@charset "utf-8";
/* CSS Document */

			
/* ****************************************************************************************************************************************** */
/* ****************************************************************************************************************************************** */
/* ***																	Gallery															  *** */
/* ****************************************************************************************************************************************** */
/* ****************************************************************************************************************************************** */
				#content-wrap {background-color: white;}
				#gallery { 
						
						height: 450px;
						width: 100%;

				
				
				}
				
				.gallery-image {
						height: 392px;
						width: 100%;
						overflow:hidden;
					
						
				
				
				}
				
				.gallery-image span {
				
					display: none;
					text-decoration: none;
				
				}
				
				.gallery-image a:hover span 

				{
				
				position: relative;
				text-decoration: none;
				
				display: block;
				
				background-color: #ffffaa;
				color: black;
				z-index: 100;
				border: solid black 1px;
				}
				

				
				#gallery-nav {
						font-family: Geneva, Arial, Helvetica, sans-serif;
						padding-top: 7px;
						height: 32px;			
						width: 100%;
						background-color: #666666;
						border-top: 2px solid white;

				
				
				}
				#gnav-wrap {
					width: 50px;
					margin: 0px auto;
					width: auto;
				
				}
				#gallery-nav img {
				
						padding-left: 5px;
						padding-right: 5px;
				
				}
				.gthumb {
					
					
					
					padding-left: 5px;
					padding-right: 5px;
					background-position: center center;
					background-repeat: no-repeat;
					cursor: pointer;
					background-image: url(/modules/gallery/images/thumb-box2.gif);
				
				
				}
				
				
