/********* Image Pop Ups ****************************************************************/
#imgSpot {
width:490px; 
height:180px; 
}

#feat {
margin-left:20px;
}


/* - Featured Dealers Styling - */
#featDlrs {
border-top:solid #CCCCCC 1px;
padding:5px;
text-align:left;
width:480px;
}

	#featDlrs a {
	display: inline;
	text-decoration: none;
	width:150px; 
	height:150px; 
	margin:5px; 
	}

		#featDlrs a:hover {
		color:red;
		border:solid white 0px;
		}

		#featDlrs a img {
		width:50px; 
		height:50px; 
		border:0px; 
		}

		#featDlrs a span {
		display: none; 
		}

			#featDlrs a:hover span {
			display:block;
			position:absolute;
			top: 360px; 
			left: 120px; 
			height: 20px; 
			width: 330px; 
			text-align:left;
			font-family:arial, helvetica, sans-serif;
			font-size:10pt;
			font-weight:bold;
			color:red;
			}

				#featDlrs a:hover span img{
				width:75px;
				height:50px;
				}

		#featDlrs a img.showImg {
		height: 0; width: 0; border: 0;
		}

		#featDlrs a:hover img.showImg {
		position: absolute; 
		top: 56px; 
		left: 390px;
		height: 300px; 
		width: 500px; 
		border:solid #CCCCCC 2px; 
		}