

#ajaxgallery {
 width: 800px; 
 font: normal 12px Verdana, Helvetica, Sans-Serif;
}

#ajaxgallery #ag_loading {
  padding: 50px;
  color: #000;
  font: bold 30px Verdana, Times New Roman, Serif;
  text-align: center;
}

.ag_thumb {
 width: 150px;
 height: 150px;
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
 padding: 0;
 cursor: pointer;
}

.ag_thumb table, .ag_thumb td {
 background: #DDD;
 width: 150px;
 height: 150px;
 vertical-align: middle;
 text-align: center;
}

.ag_big {
 width: 790px;
 margin-right: 10px;
 margin-bottom: 10px;
 padding: 0;
 float: left;
}

.ag_big table, .ag_big td {
 width: 790px;
 height: 630px;
 vertical-align: middle;
 text-align: center;
 background: #DDD;
}

#ag_text {
 padding: 10px;
 background-color: #EEE;
}

#ag_pic_headline, #ag_edit_pic_headline{
 margin: 0;
 padding: 0;
 font: normal 20px Verdana, Serif;
 color: #BB0000;
 display: inline;
}

#ag_edit_pic_headline{
 width: 400px;
 border: 1px solid #666;
 background: #FFF;
 display: none;
}


