#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ 
        border: none; 
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 0px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ 
        left: 0;
}

#hoverNav a{
        outline: none;
}

#newCloseLink {
        background: url('../images/close_button.png') 0 0 no-repeat;
        width: 34px;
        height: 34px;
        display: block;
        position: absolute;
        padding: 0;
        margin: 0;
        top: 10px;
        right: 10px !important;
        /*left: 90% !important;*/
}


#prevLink, #nextLink, #newCloseLink{
        cursor: pointer;
        behavior: url(http://www.thepark.se/_theparkdev/wp-content/themes/theparkv2/css/iepngfix.htc);
}

#prevLink, #nextLink{
	width: 38px;
	height: 42px !important;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
        margin-top: 30%;
}

#prevLink { 
       margin-left: 4px; 
       float: left;
       background: url(../images/prev_button.png) left 0 no-repeat; 
}

#nextLink { 
       margin-right: 4px;
       float: right;
       background: url(../images/next_button.png) right 0 no-repeat; 
}

#imageDataContainer{
        visibility: hidden;
}

		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}