.leightbox {
        color: #333;
        display: none;
        position: absolute;
        top: 225px;
        left: 20%;
        width: 317px;
        height: 620px;
        background-color: #fff;
        text-align: left;
        z-index:1001;
        overflow: auto;
        border: 4px solid #b8b8b8;
        padding: 20px;
}

.bigleightbox {
        color: #333;
        display: none;
        position: absolute;
        top: 20px;
        left: 10%;
        width: 1150px;
        height: 900px;
        padding: 1em;
        border: 1em solid #B8B8B8;
        background-color: white;
        text-align: left;
        z-index:1001;
        overflow: auto;
}

.lbsmall {
	top: 200px;
	height: 350px;
        width: 625px;
}

.lbrelhistory {
	top: 400px;
	height: 550px;
        width: 625px;
}

.lbss {
	top: 20px;
	width: 817px;
	height: 660px;
}

.lb_635 {
	top: 20px;
	width: 645px;
	height: 660px;
}

.lb_640 {
	top: 20px;
	width: 650px;
	height: 660px;
}

.lb_725 {
	top: 20px;
	width: 735px;
	height: 660px;
}

.lb_757 {
	top: 20px;
	width: 767px;
	height: 660px;
}

.lb_762 {
	top: 20px;
	width: 772px;
	height: 660px;
}

.lb_846 {
	top: 20px;
	width: 856px;
	height: 660px;
}

.lb_829 {
	top: 20px;
	width: 839px;
	height: 660px;
}

#overlay{
        display:none;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:1000;
        background-color:#333;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


