/* Custom Pretty Photo Styles for things like text etc */


/* Sets the font for the pretty photo pop up */

div.ppt { font-family:'Font2'; font-size:1em;}
.pp_description { font-family:'Font2'; font-size:1.2em; font-style:normal;}

/* Controls how list items are displayed */

#ImageGalleryEntries {
	margin-top:20px;	
}

#ImageGalleryEntries ul {
	margin:0px;
	color:#000;
}

#ImageGalleryEntries ul li {
	list-style:none;
	float:left;
	display:block;
	margin:5px;
	overflow:hidden;
	}
#ImageGalleryEntries ul li:hover { background:white;}	
	
#ImageGalleryEntries ul li img { 
	height:130px;
	width:190px;overflow:hidden;
	border: 2px solid silver;
}