#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;
}


#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;
}



/**** Lightbox **********************************************************************/
/*#containerLayer,
#videoLayer{
	margin : 0 auto;
}
#divLightbox {
	background-color: #000000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index : 1000000;
	width: 100%;
}
#divLightboxContent {
	margin: 0;
	padding: 0;
	z-index : 1000001;
}
#closeLayer {
	display: block;
	line-height: 16px;
	height: 16px;
	position: relative;
	text-align: right;
	margin : 0 auto;
}
#closeLayer a {
	height:16px;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 11px;
	cursor: pointer;
	padding: 0 16px 0 0;
	background: url('/templates/images/close.png') right 0 no-repeat transparent;
}
#closeLayer a span{
	display: none;
}*/