/* BACKGROUND LAYER PROPERTIES */
.welbox-background-layer {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 50;
}
	.welbox-background-layer-ie-fix {
		position: absolute;
	}

/* BOX LAYER PROPERTIES */
.welbox-popup-layer {
	background-color: #fff;
	position: fixed;
	width: 20px;  /* START WIDTH  - BEFORE MORPH */
	height: 20px; /* START HEIGHT - BEFORE MORPH */
	z-index: 51;
	-moz-box-shadow: 0 3px 5px 1px #4d4d4d;
	-webkit-box-shadow: 0 3px 5px 1px #4d4d4d;
}
	.welbox-popup-layer-ie-fix {
		position: absolute;
	}

	#welbox-inner-layer {
		position: relative;
		clear: both;
		text-align: left;
	}
		#welbox-inner-layer.gallery-container {
			padding: 15px;
		}
		#welbox-inner-layer.ajax-container {
			padding: 2px;
		}
	
		#welbox-inner-layer div.welbox-popup-control {
			background-color: #fff;
			position: absolute;
			top: 25px;
			width: 150px;
			height: 50px;
			line-height: 50px;
			padding: 0 0;
			text-align: center;
			z-index: 52;
			cursor: pointer;
		}
			#welbox-prev-control {
				left: -150px;
				text-align: left;
			}
			#welbox-next-control {
				right: -150px;
				text-align: right;
			}
			#welbox-inner-layer div.welbox-popup-control a {
				font-family: sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color: #000;
				cursor: pointer;
			}
			#welbox-inner-layer div.welbox-poup-control a:hover {
				text-decoration: none;
			}