@CHARSET "UTF-8";

.gallerier_wrapper {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
}
.gallerier_wrapper ul,
.gallerier_wrapper li {
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.gallerier_wrapper ul {
	margin: 0 0 0 -5px;
}
.gallerier_li {}
a.gallerier_link {
	display: block;
	float: left;
	border: 2px solid transparent;
	border-radius: 6px;
	overflow:hidden;
	margin: 0 0 5px 5px;
}
a.gallerier_link:active, a.gallerier_link:focus { 
	outline-style: none; 
	-moz-outline-style:none;
}
a.gallerier_link:hover {
	box-shadow: 0px 0px 3px #000;
	transition: box-shadow 0.2s;
}
.gallerier_thumb {
	border-radius: 4px;
}
.gallerier_log,
.gallerier_error {
	display: block;
	clear: both;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid #aaa;
	font-family: sans-serif;
	font-size: 11px;
	background: #eee;
	border-color: #000;
}
.gallerier_error {
	background: #fdd;
	border-color: #f00;
}
