   .div_galeria {
    width:1004px;
    background-color:#333;
    outline:#575757 1px solid;
    float:left;
   }

   .galeria {
    width:1004px;
    height:1070px;
	margin:30px 0 40px 0;
    text-align:left;
  	font-family:Geneva, Verdana, sans-serif;
   	font-size:20px;
	line-height:200%;
    color:#EBEBEB;
    background-image:url(http://www.softgraf.com/icones/aguarde.gif);
    background-position:center;
    background-repeat:no-repeat;
    background-color: #444;;
	padding: 10px;	
    outline: #999 thin solid;
    overflow:hidden;
    cursor:default;
    z-index:2;
  }

   .galeria object {
    width:1004px;
    height:1030px;
    outline: #575757 thin solid;
   }
