* {
	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;
	padding-top: 2px;
}

#galleryinfos {
	width: 55%;
	height: 90%;
	font-size: 10px;
	margin-left: 10px;
	padding-top: 4px;
	overflow: auto;
}

#main {
	position: relative;
}
#albums {
/*	border: 1px solid #f00;*/
/*	margin: 30px;*/
}
#albums .album {
	margin: 20px 0px 20px 0px;
	position: relative;
/*	background-color: #777;*/
/*	width: 100%;
	position: relative;*/
	cursor: pointer;
}
#albums ul li a {
	display: block;
	width: 200px;
	height: 200px;
	border: 1px solid #333;
	background-color: #222;
	text-align: center;
	text-decoration: none;
}
#albums ul li a:hover {
	border: 1px solid #444;
	background-color: #333;
}
#albums .albumdescr {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: right;
	color: #666;
	padding-right: 20px;
	border-top: 1px solid #010101;
	border-bottom: 1px solid #010101;
}
#albums .albumdescr h2 {
	margin: 10px 0;
}
#albums .albumdescr p {
	margin-left: 10px;
	height: 127px;
	overflow: hidden;
	line-height: 1.3em;
}
#albums .albumdescr .footnote {
	position: absolute;
	bottom: 2px;
	right: 20px;
}
#albums .albumminis-container {
	width: 400px;
	overflow: hidden;
}
#albums .albumminis {
	width: 1500px;
}
#albums .albumminis li {
	float: left;
	width: 200px;
	height: 200px;
	border: 1px solid #232323;
	background-color: #121212;
}

#albums .albumdescr, #albums .albummain, #albums .albumminis {
	float: left;
}
#albums .albumminis-container {
	display: none;
}

#albums .albummini-fondu {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	width: 150px;
	display: none;
}