.navigation li.selected {
	background-color: #e02b19;
	color: #ffffff;
}
#search {
	z-index: 2;
}

#header-decoration {
	height: auto;
	z-index: 2;
}

#center-part {
	z-index: 1;
}

#logo {
	z-index: 2;
}


div#main-content-block {
	margin: 0 2em ;
	overflow: visible;
}

div#info {
	width: 75%;
	border: 1px solid #ff0000;
}

div {
	filter: expression(fixPNG02(this));
	position: relative;
}


div#photo-album {
	margin-top: 185px;
	padding-bottom: 20px;
	position: relative;
	width: 99%;
	float: left;
}





/* ####### month ###### */


ul#sorting-collection {
	list-style: none;
	position: relative;
	clear: both;
	margin-top: 10px;
}

ul#sorting-collection li {
	position: relative;
	clear: both;
}

.clear{
	clear: both;
}

.uniting {
	overflow: hidden;
	margin-left: 30px;
}





ul#sorting-collection li div.sorting-month,
ul#sorting-collection li.big div.sorting-month {
	margin-top: -0.9em;
	float: left;
	padding: 0 10px 0 13px;
	margin-bottom: 15px;
	background: #ffffff;
	clear: both;
}

ul#sorting-collection li.big div.sorting-month {
	margin-top: -0.7em;
}

ul#sorting-collection li div.sorting-month span font {
	border-bottom: 1px dashed #3793d4;
}
ul#sorting-collection li div.sorting-month span font:hover {
	color: #ff1400;
}
ul#sorting-collection li div.sorting-month span {
	background: #ffffff url('../images/marker_pic04.gif') top left no-repeat;
	padding-left: 10px;
}

ul#sorting-collection li div.sorting-month span,
ul#sorting-collection li.big div.sorting-month span {
	cursor: pointer;
	text-decoration: none;
	color: #3793d4;
	display: block;
	font-size: 140%;
	line-height: 1.3;
}

ul#sorting-collection li.big div.sorting-month span font {
	border-bottom: 1px dashed #000;
}
ul#sorting-collection li.big div.sorting-month span font:hover {
	color: #ff1400;
}
ul#sorting-collection li.big div.sorting-month span {
	background: #fff url('../images/marker_pic03.gif') -1px 3px no-repeat;
	padding-left: 10px;
	cursor: pointer;
	font-size: 140%;
	color: #000;
	margin-top: -3px;
	line-height: 1.3;
}


ul#sorting-collection li {
	border-top: 1px solid #cccccc;
	margin-top: 30px;
}

.photo-item {
	position: relative;
	float: left;
	padding: 5px;
	height: auto;
	border: 0px solid #ff0000;
	margin-bottom: 5px;
}

.photo-item {
	width: 80px;
}

.photo-item img {
	margin-bottom: 5px;
}

.photo-item a {
	color: #a5a5a5;
	font-size: 75%;
	display: block;
}
.photo-item a:hover {
	color: #ff1400;
}

li.big .photo-item {
	/*height: 272px;*/
	height: auto;
	width: auto;
	padding: 10px;
	position: relative;
	float: left;
	padding: 5px;
	border: 0px solid #ff0000;
}

li.big .photo-item img {
	width: auto;
	margin-bottom: 5px;
}

li .photo-item img {
	cursor: pointer;
}

li.big .photo-item a {
	color: #3793d4;
	font-size: 100%;
	width: 230px;
}

li.big .photo-item a:hover {
	color: #ff1400;
}

div#photo-selected {
	position: absolute;
	display: none;
	left: 5em;
	top: 30em;
	background: #fff;
	padding: 7px;
	z-index: 1111111;
	border: 1px solid #f5f5f5;
}

div#blackout {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	//height: expression(document.body.clientHeight);
	background: #ff86d0;
	z-index: 111;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#logo {
	padding-bottom: 20px;
	margin-bottom: 10px;
}
