
/* Adjust the font-family for the text fields here */	
#zoom-gallery {
			
	position: relative;
	font-family: 'Myriad Pro',  'Helvetica', 'Verdana', sans-serif;
	font-size: 21px;
	margin: 10px;
				
}

/* 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: 2px solid #EEE;
	
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
				
}

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


/* hyperlinks style */		
#zoom-gallery a {
			
text-decoration: 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 {
				
	position: absolute;
	padding: 10px;
							
}

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

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









