* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	color: #f0f0f0;
	font: 12px 'Trebuchet MS', Arial, sans-serif;
	text-align: center;
	background-color: #010101; /*fff8ca*/
}

img {
	border: none;
	display: inline;
}

/*<group=hacks>*/

.clearfix {
	display: inline-table;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%
}

ul {
	list-style-type: none;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #010101;
	position: relative;
}

#header {
	width: 100%;
	height: 62px;
	background-color: #010101;
	position: relative;
	text-align: left;
}

#logo {
	float: left;
	margin-left: 4px;
	margin-right: 20px;
	padding-top: 2px;
}

#views {
	position: absolute;
	right: 2px;
	bottom: 2px;
	border: 1px solid #222;
}
#views li {
	display: inline;
}
#back {
	font-size: 10px;
	margin: 0 0 4px 10px;
}
#albuminfos {
	width: 45%;
/*	height: 90%;*/
	height: 44px;
	font-size: 10px;
	margin-left: 10px;
/*	padding-top: 4px;*/
}
#albuminfos {
	overflow: auto;
}


#controls {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #101010;
	border-left: 1px solid #101010;
	background-color: #010101;
	width: 400px;
	height: 24px;
	text-align: center;
	overflow: hidden;
}
#controls li {
	display: inline;
	margin: 0 4px;
}
#controls li a {
	text-decoration: none;
}
#controls li a.selected {
	color: #f0f0f0;
}
#controls img {
	vertical-align: middle;
}

#fgallery #main {
	width: 100%;
	position: relative;
	height: 400px;
}

#informations {
	float: right;
	width: 260px;
	height: 100%;
	background-color: #010101;
	position: relative;
	border-top: 1px solid #101010;
}
#informations-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 100%;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
	cursor: pointer;
}
#informations-container {
	position: absolute;
	top: 0;
	left: 18px;
	width: 240px;
	height: 100%;
	overflow: auto;
}
#informations h3 {
	text-align: left;
	font-weight: bold;
	background-color: #1f1f1f;
	padding: 10px;
	border-left: 1px solid #010101;
}
#informations dt, #informations dd {
	padding: 4px 10px;
}
#informations dt {
	clear: both;
	float: left;
	text-align: left;
	width: 40%;
	font-weight: bold;
}
#informations dd {
	float: right;
	text-align: right;
}
#informations #im-comment {
	text-align: left;
	width: 200px;
}
#informations #im-rating {
	margin: 10px 0;
}
#informations #im-exif table {
/*	width: 220px;*/
	margin: 0 auto;
/*	border: 1px solid #f00;*/
}
#informations #im-exif table td {
	
}
#informations #im-exif table tr {
	
}
#informations #im-exif table .col1 {
	width: 80px;
	text-align: right;
/*	border: 1px solid #0F0;*/
	color: #666;
	padding: 2px 4px 2px 2px;
}
#informations #im-exif table .col2 {
	text-align: left;
	padding: 2px 2px 2px 4px;
/*	border: 1px solid #00F;*/
}
#informations .bot {
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #101010;
	background-color: #101010;
	height: 1px;
	border: 0;
}

#main {
/*	background-color: #f00;*/
}

#image {
	float: left;
	width: 400px;
	height: 400px;
	overflow: auto;
	position: relative;
	background-color: #333;
}
#image-container {
	/*margin: 4px;*/
}
#image img {
	padding: 6px;
	margin: 0 auto;
}

#image-overlay {
	display: none;
	z-index: 50;
	position: relative;
}

#infos {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 300px;
	height: 200px;
}
#infos-container {
	background-color: #010101;
	border: 1px solid #222;
	border-left: 0;
	display: none;
	padding: 4px 10px;
	text-align: center;
	width: 50px;
}

#loader {
	margin-top: 100px;
}


#slider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: #010101;
}
#slider-button {
	height: 16px;
	border-top: 1px solid #101010;
	border-bottom: 1px solid #101010;
	text-align: center;
	cursor: pointer;
}
#slider-container {
	position: relative;
	width: 99%;
	height: 178px;
	margin: 2px 4px;
	overflow: auto;
}
#slider ul {
	margin: 4px 0;
}
#slider li {
	float: left;
	margin: 0 10px;
	position: relative;
}
#slider li a {
	display: block;
	background-color: #222;
	border: 1px solid #666;
	width: 150px;
	height: 150px;
}
/*#slider li > a {
	background: #222 url('../images/fond-test-1.png') no-repeat center top;
}*/
#slider li a:hover {
	background-color: #333;
}
#slider li a.selected {
	background-color: #222;
	border: 1px solid #f0f0f0;
}

#slider #overlay {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
#slider #overlay img {
	margin-top: 50px;
}

#ajax-actions {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	background-color: #9e0f0f;
	padding: 2px 4px;
	font-size: 10px;
}
#ajax-actions img {
	margin-right: 4px;
}

#resizer {
	float: left;
/*	width: 42px;*/
/*	height: 42px;*/
	margin-right: 6px;
	border-right: 1px solid #222;
}
#resizer .selected {
	border-bottom: 1px solid #fff;
}
/*#resizer {
	float: left;
	width: 42px;
	height: 42px;
	background: transparent url('../images/resizer.png') no-repeat;
	position: relative;
	margin: 0 4px;
}
#resizer-handle {
	cursor: pointer;
	width: 7px;
	height: 27px;
	background: transparent url('../images/resizer-handle.png') no-repeat;
	position: absolute;
	bottom: 1px;
}*/
