  .white_content {
    border: 0 none;
    right: 1%;
    margin: 0;
    padding: 5px;
    position: fixed;
    bottom: 1%;
    z-index: 1002;
	background-color: white;
	border: 3px solid #777777;
	width:150px;
	height:200px;
  }
  a#closeBut {

    background: url("../images/close-lightbox.png") no-repeat scroll 0 0 transparent;
	bottom: 1%;
	right:5px;
	height: 20px;
	width: 20px;
    position: fixed;
    text-indent: -9999em;
    z-index:9999;
	margin-bottom: 205px;
	cursor:pointer;
  }
