/*
Description: A custom design. 
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/



#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 29001 !important;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:transparent;
width:720px;
height:400px;
z-index: 29002 !important;
}
#popUpDiv img:hover {opacity:0.7;}