2007 Mini Cooper S Hardtop TOP QUALITY - SATISFACTION GUARANTEED - WE FINANCE

Unsold See similar items $12,111.58 Buy It Now, eBay Money Back Guarantee
Seller: rlbautogroup ✉️ (2,552) 0%, Location: Fort Worth, Texas, US, Ships to: WORLDWIDE, Item: 172477325397 2007 Mini Cooper S Hardtop.
Photo Viewer 2007 MINI Cooper Hardtop S 2007 Mini Cooper Hardtop S Immaculate One Owner Low Miles!
var photo_list = document.getElementById('photo_list'); var mouse_on = 0; var photoIndexTracker = 0; var pictures = new Array(); pictures[0] = "http://s3.amazonaws.com/photos.ecarlist.com/6u/tu/7m/nr/a1/T2/vx/cy/3M/ki/3g_800.jpg"; pictures[1] = "http://s3.amazonaws.com/photos.ecarlist.com/WG/qM/3M/VR/gC/e9/z9/Nj/po/9o/Ng_800.jpg"; pictures[2] = "http://s3.amazonaws.com/photos.ecarlist.com/wh/X0/ra/PM/RC/dI/tp/YM/xS/XO/uw_800.jpg"; pictures[3] = "http://s3.amazonaws.com/photos.ecarlist.com/Su/vG/jc/Ki/B1/Ea/od/6i/QI/Hw/Tw_800.jpg"; pictures[4] = "http://s3.amazonaws.com/photos.ecarlist.com/Rh/t3/a2/SK/wa/k8/3h/te/zM/ce/QA_800.jpg"; pictures[5] = "http://s3.amazonaws.com/photos.ecarlist.com/Ru/B2/Sw/pr/L1/0N/2q/sJ/Qn/Yv/PA_800.jpg"; pictures[6] = "http://s3.amazonaws.com/photos.ecarlist.com/2e/Ac/Ac/J1/y1/ie/1k/xv/tQ/is/TQ_800.jpg"; pictures[7] = "http://s3.amazonaws.com/photos.ecarlist.com/Fl/1f/ge/nC/B1/Dy/HY/Ko/JN/kM/lA_800.jpg"; pictures[8] = "http://s3.amazonaws.com/photos.ecarlist.com/qV/Vs/tW/st/Y5/3y/RV/NG/6e/g2/qw_800.jpg"; pictures[9] = "http://s3.amazonaws.com/photos.ecarlist.com/rj/Bh/4F/Hr/5k/Rb/Af/u4/no/ev/tw_800.jpg"; pictures[10] = "http://s3.amazonaws.com/photos.ecarlist.com/Ym/Ws/1U/bY/Ag/Gm/zV/Fq/WZ/IS/Uw_800.jpg"; pictures[11] = "http://s3.amazonaws.com/photos.ecarlist.com/Hh/0K/01/3g/lx/Fz/FM/ix/RW/dl/yA_800.jpg"; pictures[12] = "http://s3.amazonaws.com/photos.ecarlist.com/6A/Bn/up/z8/fm/2N/ev/S2/Fp/1x/hw_800.jpg"; pictures[13] = "http://s3.amazonaws.com/photos.ecarlist.com/6m/U0/QT/nO/nM/4m/8U/Zu/TP/Mh/1A_800.jpg"; pictures[14] = "http://s3.amazonaws.com/photos.ecarlist.com/PD/8q/Nu/21/tX/JI/cd/0E/OJ/7e/Gg_800.jpg"; pictures[15] = "http://s3.amazonaws.com/photos.ecarlist.com/h4/HA/aY/Cj/JZ/YK/VS/rG/uN/Oe/tA_800.jpg"; pictures[16] = "http://s3.amazonaws.com/photos.ecarlist.com/kB/kD/lA/x7/Ra/a0/B2/hX/bs/Gm/DA_800.jpg"; pictures[17] = "http://s3.amazonaws.com/photos.ecarlist.com/0y/LA/JX/jI/1v/gG/e2/1f/j8/mf/eQ_800.jpg"; pictures[18] = "http://s3.amazonaws.com/photos.ecarlist.com/23/KE/tG/Lh/2F/IK/IA/uu/h1/nT/tA_800.jpg"; function scroll_photo_list_up() { if (mouse_on == 1) { if( photo_list.scrollTop > 0 ) { photo_list.scrollTop -= 2; setTimeout("scroll_photo_list_up()",1); } else { mouse_on = 0; photo_list.scrollTop = 0; } } } function scroll_photo_list_down() { if (mouse_on == 1) { if( ( photo_list.scrollHeight - photo_list.scrollTop ) > 0 ) { photo_list.scrollTop += 2; setTimeout("scroll_photo_list_down()",1); } else { mouse_on = 0; photo_list.scrollTop = photo_list.scrollHeight; } } } function scroll_photo_list_exit() { mouse_on = 0; } function display_previous_photo() { var photoIndex = photoIndexTracker - 1; photoIndex = photoIndex < 0 ? ( pictures.length - 1 ) : photoIndex; display_photo(photoIndex); } function display_next_photo() { var photoIndex = photoIndexTracker + 1; photoIndex = photoIndex > ( pictures.length - 1 ) ? 0 : photoIndex; display_photo(photoIndex); } var width; function display_photo(photoIndex) { photoIndexTracker = photoIndex; var img = new Image(); img.onload = function(){ var main_picture = document.getElementById('main_picture'); if( !(main_picture) || main_picture.tagName == 'IMG' ){ var aspect = this.width / this.height; width = width || document.getElementById('main_picture_img').getAttribute('width'); var height = width / aspect; main_picture = document.createElement('div'); main_picture.setAttribute('id', 'main_picture'); main_picture.style.height = height + 'px'; main_picture.style.width = width + 'px'; main_picture.style.border = '1px solid #999'; document.getElementById('main_picture_img').parentNode.replaceChild(main_picture,document.getElementById('main_picture_img')); var photo_list = document.getElementById('photo_list'); var photo_list_up = document.getElementById('photo_list_up'); if( photo_list ){ photo_list.style.height = height - photo_list_up.offsetHeight + 3 + 'px'; } } //set img height main_picture.style.background = 'url(' + this.src + ') no-repeat center center'; }; img.src = pictures[photoIndex]; } function imageholderclass(){ this.over=new Array(); this.down=new Array(); this.src=new Array(); this.store=store; function store(src, down, over){ var AL=this.src.length; this.src[AL]=new Image(); this.src[AL].src=src; this.over[AL]=new Image(); this.over[AL].src=over; this.down[AL]=new Image(); this.down[AL].src=down; } } var ih = new imageholderclass(); var mouseisdown=0; function preloader(t){ for(i=0;i
  • Condition: Used
  • Year: 2007
  • VIN (Vehicle Identification Number): WMWMF73597TL90389
  • Mileage: 59775
  • Make: Mini
  • Model: Cooper S
  • Trim: Hardtop
  • Engine: 4
  • Sub Model: Hardtop
  • Exterior Color: Chili Red
  • Interior Color: Black/Grey Leather
  • Transmission: Automatic
  • Body Type: Coupe
  • Vehicle Title: Clear
  • Fuel Type: Gas
  • For Sale By: Dealer
  • Doors: 2
  • Drivetrain: Front Wheel Drive

PicClick Insights - 2007 Mini Cooper S Hardtop PicClick Exclusive

  •  Popularity - 5 watchers, 0.2 new watchers per day, 21 days for sale on eBay. Super high amount watching. 0 sold, 1 available.
  •  Best Price -
  •  Seller - 2,552+ items sold. 0% negative feedback. Good seller with good positive feedback and good amount of ratings.

People Also Loved PicClick Exclusive