
/* Stops Scroll Events when added to the body */
.stopScrolling {
    height: 100%;
    overflow: hidden;
}

.dblightbox {
    width: 100%;
	height: 100%;
	max-height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

	text-align: center;
}

.dblightbox .dblightboxContentWrapper {
    background-color: rgba(0,0,0,0.2);
    padding: 10px;
    margin: 0 auto;
}

.dblightbox .dblightboxContentWrapper img{
	max-width: 940px;
}

.dblightbox .dblightboxContent {
	position: relative;

	display:inline-block;

    margin: 0 auto;
    padding: 30px 30px 20px 30px;
    background-color: #fff;
}

.dblightboxClose {
	width: 16px;
	height: 16px;
	background: transparent url('/fileadmin/site/img/icon_close.png') center center no-repeat;

	position: absolute;
	top: 10px;
	right: 10px;

	cursor: pointer;
}