/* jQuery lightBox plugin - Gallery style
	faces */
	#faces {
		padding: 0px;
		width: 130px;
	}
	#faces ul { list-style: none; }
	#faces ul li { display: inline; }
	#faces ul img {
		border: 0px none;
		border-width: 0px 0px 0px;
	}
	#faces ul a:hover img {
		/*border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;*/
	}
	/*#faces ul a:hover { color: #fff; }*/
	
	/* fastivals */
	#festivals {
		padding: 0px;
		width: 130px;
	}
	#festivals ul { list-style: none; }
	#festivals ul li { display: inline; }
	#festivals ul img {
		border: 0px none;
		border-width: 0px 0px 0px;
	}
	#festivals ul a:hover img {
		/*border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;*/
	}
/*	#festivals ul a:hover { color: #fff; }*/
	
	/* markets */
	#markets {
		padding: 0px;
		width: 130px;
	}
	#markets ul { list-style: none; }
	#markets ul li { display: inline; }
	#markets ul img {
		border: 0px none;
		border-width: 0px 0px 0px;
	}
	#markets ul a:hover img {
		/*border: 5px solid #fff;
		border-width: 5px 5px 20px;*/
		color: #fff;
	}
	#markets ul a:hover { color: #fff; }
	
	
	/* places */
	#places {
		padding: 00px;
		width: 130px;
	}
	#places ul { list-style: none; }
	#places ul li { display: inline; }
	#places ul img {
		border: 0px none;
		border-width: 0px 0px 0px;
	}
	#places ul a:hover img {
		/*border: 5px solid #fff;
		border-width: 5px 5px 20px;*/
		color: #fff;
	}
	#places ul a:hover { color: #fff; }