
.box {
    background-color: #000000;
    color: #888888;
    height: 99%;
    width: 100%;
    left: 0px;
    right: 1px;
    padding: 0px;
    position: fixed;
    top: 0px;
    z-index: 10001;
/*	border:5px solid #888888;
	border-radius:10px;
	-moz-border-radius:10px;
*/}

.imgbox{
    position: absolute;
	width:98%;
	height:100%;
	text-align:center;
	}
	
.imgbox img{
	position: absolute;
	top:35%;
	left:35%;
	bottom:35%;
		}


.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: -10px;
    position: relative;
    top: 5px;
    width: 26px;
}