	
#shuffle-gallery {
			
	position: relative;	
	font-family: "YanoneKaffeesatzRegular", Verdana, Geneva, sans-serif;
	font-size: 24px;

}
/* Just getting rid of the link outline */
#shuffle-gallery a {			
	outline: none;				
}
/* resetting the unordered list margin and list-style */
#shuffle-gallery ul {
			
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
				
}	
/* Adjust the border and border-radius here */		
#shuffle-gallery li {
			
	margin: 0;
	padding: 0;
	overflow: hidden;
	
	border: 1px solid #ddd;
	
				
}
/* Hide the text until it's ready to be shown */		
#shuffle-gallery ul li ul {			
	display: none;				
}
/* Hide the preloader until it's positioned correctly */
#shuffle-gallery #shuffle-gallery-preloader {			
	display: none;
	position: absolute;				
}
/* Adjust the text-field padding here */		
.shuffle-gallery-info-text {				
	position: absolute;
	padding: 10px;							
}
/* The next button, hide until positioned by script */
#shuffle-gallery #shuffle-gallery-button {
	margin-top: 1px;
	cursor: pointer;
	display: none;
	position: absolute;
	z-index: 999;	
}









