/* Fotos.inc */
div#fotodiv1{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   display: none;
}
table#fototable11{
   width: 100%;
   height: 100%;
   border: 1px none #FFFFFF;
   background-color: #000000;
}
div#fotodiv2{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   display: none;
}
table#fototable21{
   width: 100%;
   height: 100%;
   border: 1px none #FFFFFF;
   background-color: transparent;
}
td#fototd211{
   text-align: center;
   vertical-align: middle;
}
td#fototd2111{
   border: 1px none #FFFFFF;
}
table#fototable22{
   background-color: transparent;
   border: 3px none #EFEFEF;
   text-align: center;
}
tr#fototr221{
   height: 20px;
}
td#fototd2221{
   padding-top: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   text-align: center;
}
img#closex{
   cursor: pointer;
   width: 20px;
   height: 20px;
   border-style: none;
}
img#picgreat{
   margin: auto;
}

div#buttoncontainer{
 position: absolute;
 display: none;
}

div#buttoncontainer div#prev_pic{
 display: none;
}

div#buttoncontainer div#next_pic{
 display: none;
}