   .lightbox {
	z-index:100;
      position:fixed;

      top:0;

      left:0;

      width:100%;

      height:100%;

      background:rgba(0, 0, 0, .7);

    opacity: 0;
    display:none;

    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;



   }



    .lightboxCentered
    {
    	/* CSS gets rewritten by javascript */
		top:50%; left: 50%; margin-left: -400px;  margin-top:-400px; position: absolute;
		width: 800px;
		height: 800px;
   		text-align:center;
   		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

		.lightboxCentered img
		{
			max-width:800px;
			max-height:600px;
		}


   	.theCredit
   	{
   	width:100%;
   	padding-top:5px;
   	padding-bottom:5px;

	font-style:italic;
	font-size:1.1em;
	letter-spacing:0.03em;
	color:#FFFFFF;

   	}
