body{
	color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	background-image: url(back.gif); height:480px;
}
  #album_header_div {
	margin-bottom: 12px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold; /*color: #F90;*/
}
.pic_table {
	margin-top: 0 auto;

}
#album_header_comments_div {
	margin-bottom: 12px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.photobox { border: 1px solid #aaaaaa;}

a:link .photobox { border-color: #aaaaaa;}
a:visited .photobox { border-color: #aaaaaa;}
a:hover .photobox { border-color: #ffffff;}

div.pic-frame { 
  height: 200px; width:200px;
  display: table;
	background-repeat:no-repeat;
	background-image: url(fotoframe-200.gif);text-align:center;
}
div.pic {
  text-align:center;
  display:table-cell;
  vertical-align:middle;
}

/***********************************************/

.pic_table { overflow:hidden; text-align:center;border: 1px solid grey; background-color:transparent;
width:auto;margin:40px;}

.pic-frame { float:left; margin-left:5px;margin-top:5px; }

/***********************************************/
.pic a:hover img { border: 1px solid #ffffff;}
.pic a img  { border: 1px solid #aaaaaa;}



/***********************************************/
/* LightBox */
/***********************************************/
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color:#000;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display:none;
    position: fixed;
    top:5%;
    left:5%;
    z-index:9999;
    width:90%;
    height:90%;
    text-align:center;
/*    background: #FFFFFF;*/
    border: 1px solid #333333; clear: both;
}
/* Window Settings */
* {
    margin:0px;
    padding:0px;
}
.bgErrorMessage {
    width:262px;
    height:119px;
    background:url(../images/log/bgErrorMessage.png) no-repeat left top;
    position:relative;
}
.controls {
    background-color: gray;
}

.sub { border: 1px solid #aaaaaa; width:90%; height:90%;}
.sub{
   max-height:100%;
   width:auto;margin: 0 auto;
}
.sub{
   width:auto;height:auto;
   max-width:90%;max-height:90%;
}
.impostazioni{background-image:url('settings.png');
background-repeat:no-repeat;
background-position:center center;
width:24px;
}
.controls {height:2.5em; font-weight:bold;}
.controls  .nav{margin-right:2em; width:3em;}