#overlay {
    background-color: #fff;
    left: 0;
    top: 0;
    position: absolute;
    /*z-index: 100;*/
}

* html #overlay {
	background-color:#000;
}

#overlay-content {
    position: absolute;
    background: url(/img/company/overlay-shadow-1.png);

}

* html #overlay-content {
	background-image: none;
	background-color:#fff;
}

#overlay-close {
	width:28px;
	height:28px;
	position:absolute;
	left:51px;
	top:47px;
	background:url(/img/company/overlay-close.png);
	cursor:pointer;
}

* html #overlay-close {
	left:-14px;
	top:-14px;
}

#overlay-thumbnails {
	position:absolute;
	width:860px;
	height:80px;
	left:65px;
	top:597px;
	text-align:center;
}

* html #overlay-thumbnails {
	left:0;
	top:540px;
}

#overlay-thumbnails img {
	border-style:solid;
	border-color:#fff;
	border-width:2px;
	cursor:pointer;
	margin:0 1px;
}

#overlay-thumbnails img:hover {
	border-color:#33a7e4;
}

#overlay-thumbnails img.selected {
	border-color:#33a7e4;
}



#overlay-content-area {
	position:absolute;
	width:860px;
	height:520px;
	left:65px;
	top:70px;
	background-position:center top;
	background-repeat: no-repeat;
}

* html #overlay-content-area {
	left:10px;
	top:6px;
	width:840px;
	height:510px;
}