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

/* jQuery lightBox plugin - Gallery style */
	#gallerie {
		/*background-color: #444;
		padding: 10px;*/
		width: 700px;
	}
	#gallerie ul { list-style: none; }
	#gallerie ul li { display: inline; }
	#gallerie li { padding-left:3px; }
	#gallerie ul img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #550107;
	border-right-color: #550107;
	border-bottom-color: #550107;
	border-left-color: #550107;
	}
	#gallerie ul a:hover img {
		border: 5px solid #cd3639;
		border-width: 5px 5px 20px;
		color: #cd3639;
	}
	#gallerie ul a:hover { color: #cd3639; }
