#divLightbox {
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index : 1000000; 
	width: 100%;
}
#divLightboxContent {
	/*background-color: #fff;*/
	margin: 0;
	z-index : 1000001;
	padding: 0;
	overflow : visible;
}


#divLightboxContent > a,
#divLightboxContent #divLightboxCLose > a{
	display : inline-block;
	width: 50%;
	float:left;
	text-align : right;
	box-sizing: border-box;
	padding: 20px 30px 20px 0;
}
#divLightboxContent > a,
#divLightboxContent a#closeButton {
	display : inline-block;
	width: 50%;
	float:right;
	text-align : right;
	box-sizing: border-box;
	padding: 20px 30px 20px 0;
    background: url("/templates/images/close.png") no-repeat scroll right 0 transparent;
    cursor: pointer;
}
#divLightboxContent a#closeButton {
    color: #ffffff;
}

#divLightboxContent a.lightbox-close-btn {
    background: url("/templates/images/lightbox-close.png") no-repeat scroll right 0 transparent;
    cursor: pointer;
    padding: 0 27px;
	margin-top: -30px;
	text-transform: uppercase;
	color: #ffffff;
}

#closeLayer a {
	height: 16px;
	color: #FFF;
	display: block;
	float: right;
	font-size: 11px;
	cursor: pointer;
	padding: 0 16px 0 0;
	background: url('http://www.3ds.com/templates/images/close.png') right 0 no-repeat transparent;
}

#divLightboxContent a#closeButton span{
	display: none;
}

/**** surcharge licensed-programs ****/
#page8904 #divLightboxContent {
	overflow: auto;
	overflow-x: hidden;
}

#page8904 #divLightboxContent .lightbox-close-btn {
	position: fixed;
}

#page8904 #divLightboxContent img {
	max-width: 100%;
}
.test-scriptmerger{
	color:inherit;
}