#textContent {
	float:none;
}

.directions h3 {
	padding:1em;
}

.mapThumb {
	text-align:center;
}

.mapThumb a {
	float:left;
	width:129px;
	margin:0.8em;
	text-decoration:none;
	color:#663399;
	padding:0;
	line-height:0.75em;
}

.mapThumbText{
	clear:left;
	font-size:0.75em;
	font-weight:bold;
	padding:0;
	float:left;
	width:129px;
	cursor:pointer;
}

a.mapThumbNewLine {
	clear:left;
	float:left;
}

.locationMaps img{
	border:2px solid #663399;
	float:left;
	margin-right:2em;
}

.locationMaps p{
	float:left;
	color:#3C3C8A;
	font-size:0.8em;
	font-weight:bold;
	clear:none !important;
	padding-top:1.5em;
}

.locationMaps .zoom{
	font-size:1.3em;

}

.locationMaps a{
	text-decoration:none;
	color:#3C3C8A;
	font-size:1em;
	font-weight:bold;
}




.imageViewer
{
    position: relative;
    top: 0;
    left: 0;
		
    width: 960px;
    height: 480px;
    /*width: 600px;
    height: 200px;*/
}

.imageViewer .well, .imageViewer .surface
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: default;
    border: 1px solid black;
}

.imageViewer .well
{
    background-color: gray;
    background-image: url("null/none.png");
    overflow: hidden;
}

.imageViewer .surface        
{
    background-color: transparent;
    background-image: url("center.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.imageViewer .status
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 480px;
		/*top:200;*/
    left: 0px;
    display: none;
}

    .imageViewer .well .tile
    {
        border: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
    }
    
.imageViewer .zoom        
{
    background-color: white;
    position: absolute;
	
		top: 462px;
    left: 912px;
		/*top: 182;
		left: 552;*/
		
    width: 48px;
    height: 20px;
    margin: 0;
    padding: 0 0 0 4px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    border-left: 1px solid black;
    border-top: 1px solid black;
}

    .imageViewer .zoom a
    {
        text-decoration: none;
    }

    .imageViewer .zoom .dump
    {
        font-size: 16px;
    }
