@CHARSET "UTF-8";/* default elements */
li.active>a {
	font-weight:bold;
}
li.active {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
	margin:0.1em 0 0.4em 0.8em;
}

{
	margin:0 auto;
	padding:0;
	float:left;
}
#fotos {
	margin:0 0 0 2.2em;
	width:620px;
}
#fotos .paging {
	clear:both;
	padding:1.5em 0 0.5em;
}
.foto, .galery {
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	border:1px solid #003e6e;
	padding:0px;
	text-align:center;
	margin:5px;
	float:left;
	position:relative;
}
.foto:hover, .galery:hover {
	background-color:#d5e1f6;
}
.foto .thumbnail, .galery .thumbnail {
	height:100px;
	width:120px;
	overflow:hidden;
	margin:0 auto 5px;
}
.foto .move {
	position:absolute;
	width:160px;
	left:15px;
	top:10px;
	padding:5px 0 2px;
	z-index:10;
	background-image:url(../img/bg_black.png);
	display:none;
}
.foto:hover .move {
	display:block;
}
.foto .move img {
	width:35px;
	margin:-5px;
}
.foto table, .galery table {
	margin:0;
	width:190px;
	height:200px;
}
.foto table td.thumbnail, .galery table td.thumbnail {
	overflow:hidden;
	padding:10px 10px 0px;
}
.foto table td.thumbnail img, .galery table td.thumbnail img {
	max-width:160px;
	max-height:130px;
}
.foto table td.info, .galery table td.info {
	vertical-align:middle;
	font-size:0.8em;
	padding:0 10px;
	word-wrap:break-word;
	width:120px;
	overflow:hidden;
}
.foto table td.info {
	font-size:0.75em;
}
.fotos_footer {
	padding-top:20px;
	clear:left;
}

.widget {
	margin-left:0px;
}


#foto {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #003e6e;
	padding:0.5em 20px 1.2em;
	text-align:center;
	margin:1.5em 2.8em 0;
	position:relative;
}
#foto>.image {
	overflow:hidden;
	max-width:452px;
	margin:0 auto;
	border:1px solid #003e6e;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#foto>.image>img {
	border:1px solid #f4f4fa;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	max-width:450px;
	max-height:600px;
}
#foto .info {
	width:500px;
	margin:0.5em auto 1.2em;
}
#foto .info span.small {
	font-size:0.65em;
}
#foto .info .publish {
	margin:0.2em 0 -0.8em;
	font-size:0.7em;
}

#foto .prev, #foto .next {
	position:absolute;
	top:70px;
	bottom:0px;
	height:100%;
	width:200px;
	font-size:1.1em;
}
#foto .prev div.name, #foto .next div.name {
	font-size:0.7em;
	color:grey;
	padding:0.3em 1.45em;
}
#foto .prev>a>div, #foto .next>a>div {
	position:absolute;
	top:0px;
	bottom:0px;
	height:100%;
	width:200px;
	padding:4.5em 20px 0;
}
#foto .prev, #foto .prev>a>div {
	left:0px;
	text-align:left;
}
#foto .next, #foto .next>a>div {
	right:0px;
	text-align:right;
}



#foto .rate {
	position:absolute;
	top:1.05em;
	right:30px;
	z-index:5;
}

#foto .edit {
	position:absolute;
	top:0.8em;
	left:30px;
	height:10px;
	z-index:5;
}
#foto .edit img {
	width:40px;
	margin:-7px;
}