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

/* in case you have than you want to show here, use this file to add
any blocked albums, these albums will still be public but will not be
included in the navigation on this website, automagically hidden by css  */

/* NOTE: you can also hide albums by making them non public in PWA */

/* the names used here are the same as the actual PWA album names preceeded by a '#"  */
/* note this is CASE SENSITIVE!!    */

#SampleAlbumName, 
{
	display:none;
}
	
	
	