.container_gallery_cover{
        float:left;
        width:150px; 
        padding:15px;
        margin:10px;
        border:solid 1px #cccccc;
	background-color:#eeeeee;
        text-align:center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        }

.miniature_elenco_gallerie:link, .miniature_elenco_gallerie:active, .miniature_elenco_gallerie:visited, .miniature_elenco_gallerie:hover{
       display:block; 
       width:150px; 
       padding-top:120px;
       background-position:center;
       background-repeat:no-repeat;
        }
.etichetta_miniature_elenco_gallerie{
       padding:8px; background-color:#666666; color:#ffffff; font-size:14px;
        }

.miniature_gallery{
        float:left;
        width:135px; 
        padding:5px;
        margin:11px;
        border:solid 1px #cccccc;
	background-color:#eeeeee;
        text-align:center;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}



#submenu_admin_gallery {
        color:#ffffff;
	border-bottom:solid 1px #333333; 
	background-color:#666666;
	padding: 12px 0px 10px 5%; 
	margin-top:40;
	margin:0;
 	width:95%;
        z-index:20000;
	}

#submenu_admin_gallery select{
        background-color:#cccccc;
        width:160px;
        color:#333333;
        height:18px;
        }

#submenu_admin_gallery input{
        background-color:#cccccc;
        color:#333333;
        }

#submenu_admin_gallery .input_submit:hover{
    background-color:#333333; 
    width:auto; 
    border:solid 1px #333333;
    padding-bottom:2px; 
    color:#ffffff;
    }

#sfondo_grigio{
    position:absolute;
    z-index:10000;
    height:100%; 
    width:100%; 
    top:0px; 
    right:0px; 
    opacity:0.9;
    background-color:#666666;
    }

#submenu_admin_gallery a{
        color:#eeeeee;
	}

.link_admin_gallery{cursor:pointer; text-decoration: underline;color:#eeeeee;}