Here we mentioned about Browse By Price in the left nav. Price option incremented multiples of 1000
<?php $minPrice = Mage::getSingleton('catalog/layer')->setCurrentCategory(Mage::registry('current_category'))->getProductCollection()->getMinPrice(); $maxPrice ...