#overlay{ 
    /*background-image: url(/resource/images/overlay.png);*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
	background-color:#314B65;
	background-color:#111111;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

* html #overlay{
    background-color: #314B65;
    background-color: transparent;
    background-image: url(/resource/images/clearpx.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/resource/images/overlay.png", sizingMethod="scale");
}

/*******************here we define our categorylisting / product quickdetail lightbox****************/
#box{
    background:#FFFFFF;
	margin: 0;
	padding: 0;
    border:2px solid #000000;
}

#box #close{
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
}

#box #boxContents {
	/* if you wish to define anything, do so here */
}
/*******************here we define our categorylisting / product quickdetail lightbox****************/