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

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

#headerText h2 {
	position: absolute;
	font-family:Georgia;
	font-weight: normal;
	color: #666;
	padding:0px;
	margin:0px;
	color: #fff;
	width: 205px;
	height: 205px;
	background-image:url('../images/headerbox.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

#headerText p {
	position: absolute;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	top: 90px;
	width: 128px;
	height: 100px;
	font-family:Arial;
	font-weight: normal;
	color: #666;
	padding: 5px 0 5px 0;
	margin:0px;
}

#blocker {
	
	 margin: 0px;
	padding: 0px;
    width: 780px;
    height: 504px;
	top:0px;
	left: 0px;
    position:absolute;
    background-color: #fff;
    z-index: 101;
}





#filter {
	position: absolute;
	top: 268px;
	left: 0px;
	width: 195px;
	z-index: 99999;
	background-color: #fff;
}

#scroll-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 195px;
	height: 329px;
	background-color: #fff;
	overflow: hidden;
	
}

#scroll-content {
	font-family: Arial;
	font-weight: normal;
	color: #333;
	font-size: 13px;
	width: 195px;
	background-color: #fff;
	padding-left: 25px;
}


#scroll-bar {
	position: absolute;
	left:0px;
	width: 10px;
	height: 329px;
	z-index: 999999;
	background-color: #ddd;
}
#scroll-bar .handle {
		width: 10px;
		height: 54px;
}


#hundred {
	position: absolute;
	top: 15px;
	left: 0px;
	font-size: 112px;
	
}

#voices {
	position: absolute;
	top: 130px;
	left: 0px;
	font-size: 16px;
	/* border-top: 1px dotted #666; */
	width: 185px;
	height: 55px;
	padding: 20px 10px 0px 10px;
	/*background: #afcd00;*/
	color: #fff;
}

#nhs {
	position: absolute;
	top:-5px;
	left: 5px;
	font-size: 55px;
	letter-spacing: 0.08em;
	padding-bottom: 50px;
	
}

#filterHeading {
	font-family: Arial;
	color: #666;
	position:absolute;
	top: 140px;
	font-size: 14px;
}

#filterButton {
	
	position:absolute;
	top: 154px;
	width: 124px;
	height: 51px;
	cursor: pointer;
	font-family: Arial;
	font-weight: bold;
	padding: 10px 2px 2px 2px;
	color: #333;
	font-size: 12px;
}


#changeTxt {
	color: #d61d00;
	text-decoration: underline;
	font-size: 11px;
}

#filterList {
	list-style: none;
	text-indent: 0px;
	padding:0px;
	margin:0px;
}

#filterList li {
	text-indent: 0px;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #666;
	
}

#filterList li:hover {
	background-color: #ddd;
	
}


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

.faceCell {
	display: block;
	position:absolute;
	width: 128px;
	height: 99px;
	background-color: #ddd;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.faceCell:hover {
	border: 4px solid #d61d00;
	z-index: 100;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}


#faceCell_0:hover {
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-o-transform-origin: top left;
}

#faceCell_1:hover, #faceCell_2:hover, #faceCell_3:hover, #faceCell_4:hover {
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-webkit-tran
}

#faceCell_5:hover {
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	margin: 0 0 -8px -8px;
}

#faceCell_6:hover, #faceCell_12:hover, #faceCell_18:hover {
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
}

#faceCell_11:hover, #faceCell_17:hover, #faceCell_23:hover {
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-o-transform-origin: right;
	margin: 0 0 0 -8px;
}

#faceCell_24:hover {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	margin: -8px -8px 0 0;
}

#faceCell_25:hover, #faceCell_26:hover, #faceCell_27:hover, #faceCell_28:hover {
	-webkit-transform-origin: bottom;
	-moz-transform-origin: bottom;
	-o-transform-origin: bottom;
	margin: -8px 0 0 0;
}

#faceCell_29:hover {
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	margin: -8px 0 0 -8px;
}


.faceCell img {
	height: inherit;
	width: inherit;
}

.faceCellLarge {
	display: block;
	position:absolute;
	width: 128px;
	height: 128px;
	background-color: #ddd;
	overflow: hidden;
}

.cellImage {
	position: absolute;
	width: 128px;
}

.cellImageLarge {
	position: absolute;
	width: 128px;
}


.faceCellLargeHover {
	
	width: 120px;
	height: 120px;
	border: solid 4px #d61d00;
}

#infoPanel {
	display: block;
	position:absolute;
	top: 25px;
	left: 140px;
    width: 460px;
    height: 420px;
    padding: 20px;
	background-color: #fff;
	z-index: 1000;
	box-shadow: 0 0 20px #888;
}

#prevPanel {
	display: block;
	position: absolute;
	top: 220px;
	left: 50px;
	height: 50px;
	width: 80px;
	background-color: white;
	padding: 30px 0 0 30px;
	z-index: 888;
	color: #333;
	font-family: Arial;
	font-weight: bold;
}

#prevPanel:hover, #nextPanel:hover {
	background-color: #d10d00;
	color: white;
	cursor: pointer;
}

#nextPanel {
	display: block;
	position: absolute;
	top: 220px;
	left: 640px;
	height: 50px;
	width: 70px;
	background-color: white;
	padding: 30px 0 0 30px;
	z-index: 888;
	color: #333;
	font-family: Arial;
	font-weight: bold;
}

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

#closeButton {
	position: absolute;
	height: 14px;
	width: 13px;
	z-index: 100000;
	right: 5px;
	top: 5px;
	color: #777;
	line-height: 26px;
	background-image:url('../images/closeButton_14x13.png');
	background-repeat: no-repeat;
	background-position: 0px 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 {
	font-size: 14px;
	font-family: arial;
	text-align: left;
	line-height: 20px;
	z-index: 100000;
	color: #666;
}

#locText {
	font-family: Arial;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#dateText {
	font-family: Arial;
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}


#detailsText {
	text-align: left;
	z-index: 100000;
	font-family: Georgia, serif;
	color: #333;
	font-size: 22px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 2px;
}

#articleLink {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 7px;
	height: 30px;
	width: 170px;
	text-decoration: none;
	color: #d61d00;
	font-family: Georgia;
	font-size: 18px;
	z-index: 99999999;
	cursor: pointer;
	background-image:url('../images/chevron_15x15.png');
	background-repeat: no-repeat;
	background-position: 153px 4px;
}

#articleLink:hover { 
	text-decoration: underline;
}

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

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

#bigImage {
	overflow: hidden;
	z-index: 888888;
	width: 100%;
	background-image:url('../images/preloader.gif');
	background-repeat: no-repeat;
	background-position: 87px 87px;
}



