div.album
{
	width: 100%;
	margin: 15px auto;
	text-align: center;
}

div.album p
{
	padding-bottom: 20px;
	font-size: 1.3em;
}

div.album div.thumb
{
	width: 165px;
	height: 150px;
	line-height: 150px;
	float: left;
	margin: 4px;
	text-align: center;
	display: inline;
}

div.album div.thumb img
{
	margin: 0 auto;
	border: 1px solid black;
	vertical-align: middle;
}

div.album div.thumb img:hover
{
	opacity: 0.8;
	border: 1px solid #3b86d3;
}

div#caption
{
	background: #eee url('img/text_signature.png') no-repeat;
	background-position: 2px 2px;
	padding: 5px;
	padding-left: 25px;
	margin: 10px auto;
	margin-bottom: 5px;
	border: 1px solid gray;
	-moz-border-radius: 5px;
	color: black;
	font-weight: bold;
	width: 770px;
}

img#foto
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div#loading
{
	margin: 0 auto;
	text-align: center;
}

div#details a
{
	background: url('img/camera.png') no-repeat;
	padding-left: 20px;
	height: 20px;
	display: block;
	padding-top: 1px;
	margin: 2px auto;
	width: 100px;
}

div#foto-action
{
	text-align: center;
	padding-top: 5px;
}

div#foto-action a
{
	text-decoration: none;
	margin-right: 20px;
}

div#foto-details
{
	width: 400px;
  border: 1px solid #ffcc00;
  font-size: 0.9em;
  padding: 5px;
  margin: 20px auto;
  line-height: 1.2em;
  background: white url('img/gradient-yellow.png') repeat-x;
  -moz-border-radius: 4px;
}

li a div.thumb,
div#galerie div.entry a div.thumb
{
	width: 150px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

div#galerie
{
/*  margin-left: 20px;*/
/*  position: relative;*/
}

div#galerie div.entry
{
	margin-right: 20px;
	overflow: hidden;
	display: list-item;
	list-style: none;
}

div#galerie div.entry div.thumb
{
	float: left;
}

div#galerie div.entry a hr
{
	clear: left;
	width: 0;
	height: 0;
}

div#galerie div.entry a
{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: black;
	font-weight: normal;
	border: 1px solid white;
}

div#galerie div.entry a:hover
{
	border: 1px solid #ffcc00;
	background: white url('img/gradient-yellow.png') repeat-x;
	-moz-border-radius: 6px;
}

div#galerie div.entry a b
{
	margin: 5px 0 4px 0;
	display: block;
	font-size: 1.15em;
	color: gray;
}

div#galerie div.entry a p
{
	padding-top: 5px;
}

div#galerie div.entry span.count
{
	font-size: 1.7em;
	display: none;
	float: right;
	color: gray;
/*  color: #525764;*/
}

div#galerie div.entry a:hover span.count { display: block; }

div#galerie div.entry a:hover b { color: black; }
