@CHARSET "ISO-8859-1";
#album_description{
  padding:5px;
  display: none;
  background-color: #ffffcc;
  border:1px solid grey;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  font-family: arial,monospace;
}
#image_gallery{
	width:907px;
	background-color:transparent;
	float:left;
}
	 
#main_album{
  background-color:black;
  min-height:550px;
}
#main_height{
  height:550px;
  border:1px solid black;
  width:1px;
  float:left;
}
.image_description{
	display:block;
	margin:5px;padding:2px;
	color:white;
	background-color:#000;
	border: 1px dashed #403a4b;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
	line-height:20px;
	font-size:14px;font-weight:400;font-style: italic;
}
.image_list tr td{
    text-align:center;vertical-align:bottom;
	width:200px;
}
.preloading{
  display:none;
  width:0;height:0;
}
div.table { display:table; border-collapse:collapse; }
div.tr { display:table-row; }
div.td { display:table-cell; border:thin solid red; padding:5px; }


table.photo_album_list{
	margin:10px;padding:10px;
	border:solid 1px #ccc;
	border-collapse:collapse;
	color:#fff;
	
}
table.photo_album_list tr{
    height:32px;line-height:32px;
    font-size: 16px;
    color:#fff;
}
table.photo_album_list td{
	border:solid 1px #ccc;
	padding:5px;
}
table.photo_album_list tr.gerade  td {
      background-color: #403a48;
      color:#fff;
    }

table.photo_album_list a{
    color:#fff;
}
table.photo_album_list tr.gerade a{
    color:#fff;
}
