#directionViewer {

	position: absolute;
	
	width: 100%;
	height: 1600px;
	
	z-index: 99;
	
}

#directionViewer .transparentBackground {
	
	width: 100%;
	height: 1600px;
	margin:-10px 0 0 0;
	padding:0;
	
	background-color: #000000;
	
	z-index: 98;
	
	opacity: .85;
	filter: alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
}

#directionViewer .holder {

	position: absolute;
	
	width: 100%;
	height: 1800px;
	
	text-align: left;
	
	z-index: 100;
	
}

#directionViewer #directionHolder {
	
	width: 320px;
	height: auto;
	
	margin: 0 auto;
	padding: 0;
	
	color: #FFFFFF;
	background-color: #4959A7;
	
}
#midHolder{
	width:700px;
	height:auto;
	margin:10px auto 10px auto;
}
#bottomLinkTop{
	background-image:url(../../images/new/bottomLinkTop.gif);
	width:700px;
	height:9px;

}
#bottomLinkBottom{
	background-image:url(../../images/new/bottomLinkBottom.gif);
	width:700px;
	height:9px;

}
#bottomLinkMid{
	width:680px;
	height:auto;
	padding:0 10px 0 10px;
	margin:0;
	background-color:#FFF;

	overflow-y:auto;
}

#closeButtonHolder{
	float:right;
}

#closeButton{
	background-color:transparent;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin:2px 0 0 0; 
	border:none;
	border:0;
	cursor:pointer;

}

#closeButton:hover{
	text-decoration:underline;

}


