table.jquery-flickr-puzzle-container
{
	background-color:Black;
	width:100%;
	
}
div.jquery-flickr-puzzle-list
{
	width:660px;
	padding:3px;
	background-color:White;
}


div.jquery-flickr-puzzle-list a
{
	width:55px;
	height:55px;
	padding:6px;
	margin:1px;
	background-color:white;
	border:solid 1px #cccccc;
	position:relative;
	overflow:hidden;

}
div.jquery-flickr-puzzle-list img
{
	border:0;
	overflow:hidden;
	position:relative;
}
#lightbox-overlay
{
	position:absolute;
}

ul.jquery-flickr-puzzle-category
{
	text-align:center;
	list-style:none;
	width:125px;
	margin:0;
}
ul.jquery-flickr-puzzle-category li
{
	list-style:none;
	padding:2px;
	background-color:White;
	font-size:15px;
	font-weight:bold;
	display:block;
	width:100%;
	padding:2px;
	border:solid 1px #ccceee;
}
