/*SLIDER STYLES*/
#area {
	height: 15px;
	width: 142px;
	background-image: url('/images/store_locator/slider_bg.gif');
	background-repeat: no-repeat;
}

#knob {
	height: 15px;
	width: 11px;
	background-image: url('/images/store_locator/slider.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#area2 {
	position: relative;
	height: 15px;
	width: 280px;
	background: #000;
}

#knob2 {
	position: absolute;
	height: 15px;
	width: 20px;
	background: #ff3300;
	cursor: pointer;
}

#area3 {
	background: #ccc;
	height: 300px;
	width: 20px;
}

#knob3 {
	height: 20px;
	width: 20px;
	background: #000;
}

#map
{
	position: relative;
	width:894px;
	height:355px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*END SLIDER STYLES*/