* html {
    overflow-x: hidden;
}

#TB_overlay {
     position: fixed;
	 visibility: hidden;
     z-index: 100;
     top: 0px;
     left: 0px;
     height: 100%;
     width: 100%;
}

.TB_overlayBG {
     background-color: #EBF2DE;
     filter: alpha(opacity=70);
     -moz-opacity: 0.75;
     opacity: 0.75;
}

#TB_info {
     position: absolute;
	 visibility: hidden;
     z-index: 999;
     top: 200;
     left: 0;
     height: 200;
     width: 100%;
}
