#dealersmenu {
	border: 1px solid #898989;
	background-color: #FAFAFA;
}

/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{
	position:relative;
	overflow:hidden;
	width:348px;
	height:218px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:348px; height:218px; 
	clip:  rect(0px 348px 218px 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1 {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	background-color: #FBFBFB;
	}

table#imgTbl { background-color:#FBFBFB}
table#imgTbl td {
	height:112px;
	vertical-align:middle;
	text-align:center;
	background-color: #FBFBFB;
	background-image: url(images/smalldots.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}.bottomboxes {
	background-image: url(/test/dealers/images/bottomtextbox.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#imgTbl img {
	margin-top: 5px;
}

iframe	{
	width:296px;
	height:270px;
}
