﻿ .black_overlay
    {
        display: none;
        position: absolute;
        top:0;
        left: 0;
        right:0;
        bottom:0;
        
        background-color: black;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .80;
        bottom:0;
        overflow-y:hidden;
        filter: alpha(opacity=80);
        min-width: 1366px;
        min-width:1366px;
<<<<<<< .mine
        *min-width:1300px;
	    *+min-width:1300px;
=======
        *min-width:1300px;
	*+min-width:1300px;
>>>>>>> .r158
    }
    
    .white_content
    {
        display: none;
        position: absolute;
        top: 45%;
        left: 50%;
        width: 455px;
        height: 325px;
        margin-left:-225px; margin-top:-160px;
        border:solid 1px #AAAAB0;
        background-color: white;
        z-index: 1002;
       
    }
    .white_content_small
    {
        display: none;
        position: absolute;
        top: 20%;
        left: 40%;
        width: 40%;
        height: 50%;
        border: 16px solid lightblue;
        background-color: white;
        z-index: 1002;
        overflow: auto;
    }
    .mediameunbar{ background:url('../images/mediabar.jpg');text-align: right; cursor: default; 
                   line-height:20px; border-bottom:solid 1px #AAAAB0; 
                   margin-bottom:3px; background-color:#9C7B50; height: 20px;}