﻿
#dealerSection .phone{
	_position: fixed;
	display: block;
	padding: 8px 0 8px 0;
	margin: 3px 0 5px 0;
	border-top: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #c00000;
}

#photosSection{
	position: relative;
}

#photosSection .salepending{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 200px;
	height: 140px;
	background: url(images/salepending.png) no-repeat left top;
	
}