.lbContent .close {
    right: 13px;
    top: 10px;
    position: absolute;
    background-color: #fff;
    margin: 0;
	padding: 0;
}
.lbContent .close a {
    background: transparent url('../../../images/close.gif') no-repeat right 3px;
    padding-right: 15px;
}
.leightbox {
	display: none;
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}
.lbContent {
    position: relative;
	text-align: left;
	width: 259px;
	background: transparent url('../../../images/bg_leightbox.gif') no-repeat left top;
	height: 237px;
	padding: 10px 13px 14px 10px;
}
.lbContent .content {
    padding-left: 10px;
    padding-right: 10px;
}

#overlay {
	display:none;
	text-align: center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }