@charset "UTF-8";
/* CSS Document */


#box {
padding:5px 10px 0px 10px;
min-width:200px;
width:auto !important;
width:200px;
min-height:200px;
height:auto !important;
height:200px;
background:#fff;
display:block;
z-index:400;
position:fixed;
display:none;
top:100px;
left:25%;

}

#box a{
clear:both;
font-size:.9em;
margin-bottom:10px;
}

#box a:hover {
cursor:pointer;
}

#box a span {
position: relative;
left: 800px;
margin-bottom:5px;
padding-right:18px;
background:url(../images/closeBtn.gif) right top no-repeat;
}

#box a:hover span {
	background:url(../images/closeBtn.gif) right -15px no-repeat;

}

#box img {
float:none;
margin:5px;
padding:0;
}

#box .imageTitle {
display:block;
font-size:1.2em;
}

#boxBG {
display:block;
width:100%;
position:absolute;
top:0;
left:0;
float:left;
background:#000; 
-moz-opacity: 0.6;   
opacity: 0.6; 
filter:alpha(opacity=60); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
z-index:300;
zoom:1;
display:none;
}