.reveal-modal-bg{position:fixed; height:100%; width:100%; background:#000; background:rgba(0,0,0,.8); z-index:100; display:none; top:0; left:0;}
.reveal-modal{visibility:hidden; top:100px; left:50%; margin-left:-300px; width:600px; position:absolute; z-index:101; padding:10px 10px 39px 10px; background-color: #fff; font-size: 12px; min-height: 39px;}
.reveal-modal img{max-width:520px;}
.reveal-modal.small{width:200px; margin-left:-100px;}
.reveal-modal.small img{max-width:200px;}
.reveal-modal.medium{width:400px; margin-left:-200px;}
.reveal-modal.medium img{max-width:400px;}
.reveal-modal.large{width:600px; margin-left:-300px;}
.reveal-modal.large img{max-width:600px;}
.reveal-modal.xlarge{width:800px; margin-left:-400px;}
.reveal-modal.xlarge img{max-width:800px;}
.reveal-modal .close-reveal-modal{font-size:14px; line-height:22px; position:absolute; bottom:0; right:0; color:red; font-weight:bold; cursor:pointer; height:32px; display:block; background:white; text-align:center; text-decoration:none; background:url(personalizzazioni/images/lightbox/lightbox-btn-close.gif) center center no-repeat; text-indent:-9999px; padding-bottom:10px; width:86px; padding-right:20px;}