.container
{
    margin: 0px;
	padding: 0px;
    width: 940px;
    height: 570px;
	top:0px;
	left: 0px;
    position:absolute;
    background-color: #fff;
	
	overflow: hidden;
}

.header
{
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 247px;
	height: 310px;
}

#mapPanel
{
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 247px;
	height: 310px;
	background-image:url('../images/uk_map.gif');
	background-repeat:no-repeat;
}

#grid {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.faceCell {
	display: block;
	position:absolute;
	width: 58px;
	height: 58px;
	background-color: #ddd;
	cursor: pointer;
	overflow: hidden;
}

.faceCell img {
	position:absolute;
	top:0px;
	left: 0px
}

.faceCellHover {
	
	width: 50px;
	height: 50px;
	border: solid 4px #ff900e;
	
}

.faceCellImageHover {
	
	top: -4px;
	left: -4px;
}

#infoPanel
{
	display: block;
	position:absolute;
	top: 63px;
	left: 315px;
	width: 562px;
	height: 373px;
	background-image:url('../images/screener.png');
	z-index: 1000;
}

#loading {
	font-size: 14px;
	font-family: Arial;
	background-color: #fff;
	height: 460px;
	padding-top: 240px;
	text-align: center;
	width: 940px;
	position: absolute;
	z-index: 100000;
	left: 0;
	top: 0;
	color: #777;
}

#closeButton {
	position: absolute;
	font-size: 11px;
	font-family: Arial;
	height: 24px;
	width: 118px;
	text-align: left;
	z-index: 100000;
	right: 0;
	top: 0;
	color: #777;
	line-height: 26px;
	background-image:url('../images/closeScreen.png');
	background-repeat: no-repeat;
	background-position: 94px 0px;
	cursor: pointer;
}

#showAllButton {
	position: absolute;
	font-size: 11px;
	font-family: Arial;
	height: 24px;
	width: 102px;
	text-align: left;
	right: 0;
	bottom: 0px;
	color: #777;
	line-height: 26px;
	background-image:url('../images/showAll.png');
	background-repeat: no-repeat;
	background-position: 72px 0px;
	cursor: pointer;
	z-index: 9998;
}

#quoteText {
	position: absolute;
	font-size: 12px;
	font-family: Arial;
	height: 333px;
	width: 470px;
	text-align: left;
	line-height: 16px;
	z-index: 100000;
	left: 20px;
	top: 100px;
	color: #333;
}

#nameText {
	position: absolute;
	font-size: 20px;
	font-family: Georgia;
	height: 50px;
	width: 522px;
	text-align: left;
	z-index: 100000;
	left: 90px;
	top: 20px;
	color: #ff900e;
	display: none;
}

#detailsText {
	position: absolute;
	font-size: 16px;
	font-family: Georgia;
	height: 50px;
	width: 522px;
	text-align: left;
	z-index: 100000;
	left: 20px;
	top: 53px;
	color: #111;
}

#headerText {
	position: absolute;
	font-size: 16px;
	font-family: Georgia;
	height: 60px;
	width: 247px;
	text-align: left;
	z-index: 9998;
	left: 0px;
	top: 0px;
	color: #ff900e;
}

#imageHolder {
	
	position: absolute;
	top: 0px;
	left: 0px;
	width:247px;
	height:310px;
	background-color: #fff;
	background-image:url('../images/preloader.gif');
	background-repeat: no-repeat;
	background-position: 107px 139px;
	z-index: 9999;
	
}


.mapDot {
	position: absolute;
	cursor: pointer;
	z-index: 50;
}

.mapHighlight {
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

#sixtysix {
	position: absolute;
	top: 10px;
	left:10px;
	width:62px;
	height:30px;
	background-image:url('../images/quote1.png');
	background-repeat: no-repeat;
}

#ninetynine {
	position: absolute;
	bottom: 10px;
	right:10px;
	width:62px;
	height:30px;
	background-image:url('../images/quote2.png');
	background-repeat: no-repeat;
}

