

/* Adjust the font-family for the text fields here */	
#zoom-gallery {
			
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;	letter-spacing: 0;
	font-size: 18px;
				
}

/* Just getting rid of the link outline */
#zoom-gallery a {
			
	outline: none;
				
}

/* resetting the unordered list margin and list-style */
#zoom-gallery ul {
			
	margin: 0;
	list-style: none;
	display: none;
				
}
	
/* Adjust the box shadow and border here */		
#zoom-gallery li {
			
	margin: 0;
	overflow: hidden;
	
	border: 3px solid #666666;
	
	-moz-box-shadow: 0px 5px 10px #000000;
	-webkit-box-shadow: 0px 5px 10px #000000;
	box-shadow: 0px 5px 10px #000000;
				
}

/* Hide the text until it's ready to be shown */		
#zoom-gallery ul li ul {
			
	display: none;
				
}

/* Hide the preloader until it's positioned correctly */
#zoom-gallery img.preloader {
			
	display: none;
	position: absolute;
				
}

/* Adjust the text-field padding here */		
.zoom-gallery-info-text {
				
	padding: 10px;
	
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	z-index: 9999;
							
}

/* Position the noscript fallback image */
#zoom-gallery #noscript {

	width: 912px;
	text-align: center;
	
}