
<!DOCTYPE HTML>
<head>

	<title>Continental Auto Group - Anchorage, Alaska | Alaskan Family Owned &amp; Operated</title>
	
	<META name="description" content="Continental Auto Group - Alaskan Family Owned &amp; Operated | New &amp; Used Vehicles, Car Repair Services for Anchorage, Eagle River, Palmer, Wasilla, Fort Richardson and Girdwood Alaska">
	<META name="keywords" content="Anchorage Used Cars, Anchorage New Cars, Alaska, Acura, Honda, Mazda, Nissan, Subaru, Suzuki, Volvo, Parts,Anchorage Auto Repair, Maintenance, Sales, Service">
	<meta name="verify-v1" content="cJKeMLNXBthgWXcDNqpFOlJxJUmb9NDs14OkzotIDjw=" >
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<meta name='MSSmartTagsPreventParsing' content='TRUE'>
	<meta name='robots' content='all' >
	<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
	<link rel="icon" href="favicon.ico" type="image/x-icon">
	<link rel="alternate" type="application/rss+xml" title="Latest Vehicles from Continental Auto Group" href="http://feeds.feedburner.com/LatestVehiclesFromContinentalAutoGroup" >
	<link rel="alternate" type="application/atom+xml" title="Atom" href="http://continentalautogroup.com/continental/atom"> 

	<link rel="stylesheet" href="/min/g=continental_css" type="text/css" media="screen"/>	

	<style type="text/css"> 
	#fancybox-left-ico { 
	 left: 20px; 
	} 
	
	#fancybox-right-ico { 
	 right: 20px; 
	 left: auto; 
	} 
	
	</style> 
		
	
	<!--[if lte IE 6]>
	<link rel="stylesheet" type="text/css" media="screen" href="http://continentalautogroup.com/?css=continental/ie_styles.v.1295484731">
	<![endif]-->
	
		<!--[if lt IE 7]>
	        <script type="text/javascript" src="http://continentalautogroup.com/js/unitpngfix.js"></script>
	<![endif]--> 
	
	
	
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
	
	<script src="/min/g=js" type="text/javascript"></script>

	<script type="text/javascript">	
	
		// FANCY BOX POPUP
		
		 $(document).ready(function() {
	    
	  		/* FANCYBOX */

			/* This is basic - uses default settings */
			$("a#single_image").fancybox();
			
			/* Using custom settings */
			$("a.inline").fancybox({
				'hideOnContentClick': true
			});
			
			/* Popup fancybox */
			$("a.fancy_form").fancybox({
				'transitionIn'	:	'fade',
				'transitionOut'	:	'fade',
				'speedIn'		:	600, 
				'speedOut'		:	200, 
				'overlayShow'	:	true,
				'enableEscapeButton'	:	true,
				'hideOnOverlayClick'	: 	false,
				'hideOnContentClick'	: 	false,
				'onClosed': function() {
					$("form#form_email_friend").val('');
					$("#form_email_friend").animate({opacity: 1});
				 	$('#popup_submit_btn').show();
				 	$(".popup_message_success").html("");
				 	$(".popup_message_success").hide();
				 }

			});
		
			/* Apply fancybox to multiple items */
			$("a.group").fancybox({
				'transitionIn'	:	'elastic',
				'transitionOut'	:	'elastic',
				'speedIn'		:	600, 
				'speedOut'		:	200, 
				'overlayShow'	:	true,
				'cyclic'		:	true,
				'showNavArrows' :	true
			});

			// SUPERFISH DROPDOWN MENU
			$('ul.sf-menu').superfish({
				
				hoverClass:    'sfHover',          // the class applied to hovered list items 
				pathClass:     'overideThisToUse', // the class you have applied to list items that lead to the current page 
				pathLevels:    1,                  // the number of levels of submenus that remain open or are restored using pathClass 
				delay:         800,                // the delay in milliseconds that the mouse can remain outside a submenu without it closing 
				animation:     {opacity:'show'},   // an object equivalent to first parameter of jQuery�s .animate() method 
				speed:         'normal',           // speed of the animation. Equivalent to second parameter of jQuery�s .animate() method 
				autoArrows:    false,               // if true, arrow mark-up generated automatically = cleaner source code at expense of initialisation performance 
				dropShadows:   true,               // completely disable drop shadows by setting this to false 
				disableHI:     false,              // set to true to disable hoverIntent detection 
				onInit:        function(){},       // callback function fires once Superfish is initialised � 'this' is the containing ul 
				onBeforeShow:  function(){},       // callback function fires just before reveal animation begins � 'this' is the ul about to open 
				onShow:        function(){},       // callback function fires once reveal animation completed � 'this' is the opened ul 
				onHide:        function(){}        // callback function fires after a sub-menu has closed � 'this' is the ul that just closed 
			});
		}); 
		
	</script>
	
	<script type="text/javascript">
	
	// SLIDES
	
		$(function(){
			$('#slides').slides({
				preloadImage: 'http://continentalautogroup.com/images/site/loading.gif',
				play: 10000,
				effect: 'fade',
				crossfade: true,
				fadeSpeed: 350,
				hoverPause: true
			});
		});
	</script>

		
	<script type="text/javascript">
		
		// ANYTHING SLIDER
		
	    function formatText(index, panel) {
		  return index + "";
	    }
	
	    $(function () {
	    
	        $('.anythingSlider').anythingSlider({
	            easing: "easeInOutExpo",        // Anything other than "linear" or "swing" requires the easing plugin
	            autoPlay: true,                 // This turns off the entire FUNCTIONALY, not just if it starts running or not.
	            delay: 6000,                    // How long between slide transitions in AutoPlay mode
	            startStopped: false,            // If autoPlay is on, this can force it to start stopped
	            animationTime: 600,             // How long the slide transition takes
	            hashTags: true,                 // Should links change the hashtag in the URL?
	            buildNavigation: true,          // If true, builds and list of anchor links to link to each slide
	    		pauseOnHover: true,             // If true, and autoPlay is enabled, the show will pause on hover
	    		startText: "Go",                // Start text
		        stopText: "Stop",               // Stop text
		        navigationFormatter: formatText // Details at the top of the file on this use (advanced use)
	        });
	        
	        $("#slide-jump").click(function(){$('.anythingSlider').anythingSlider(6);});
	        
	        // adds print page functionality with a button. Just add < d i v id="print_page" >< / d i v >
			//$('#print_page').html('< h 4 > < a href="#print" title="Click to Print">Print Coupon< / a > < / h 4 >');
			$('#print_page a').click(function() {
				window.print();
				return false;
			});
			
	        
	    });

	    
	</script>
	
	<script type="text/javascript">
		var flashvars = {};
		var params = {};
			params.wmode = "transparent";
	        params.base = ".";
		var attributes = {};
		swfobject.embedSWF("http://continentalautogroup.com/flash/continental/slideshow.swf", "flash_shell", "642", "175", "7.0.0", "http://continentalautogroup.com/expressInstall.swf" , flashvars, params, attributes);
	</script>
	
	
	
</head>
<body id="continental">
<script type="text/javascript">var _kiq = _kiq || [];</script>
<script type="text/javascript" src="//s3.amazonaws.com/ki.js/15483/2Um.js" async="true"></script>
<div id="wrapper">
<div id="header">
<h1 id="branding"><a href="http://continentalautogroup.com/" title="return to the home page">Continental Auto Group, Anchorage Alaska's premiere auto dealer</a></h1>
<h1 id="family_owned">Alaskan Family Owned &amp; Operated</h1>

<div id="header_contact">
  <h3>Continental Auto Group</h3>
  <div class="adr">
    <div>Nissan</div>
    <div>Subaru</div>
    <div>Honda / Acura</div>
    <div>Mazda / Suzuki / Volvo</div>
  </div>
  <div id="contact_methods">
    <div>907.562.2427</div>
    <div>907.562.2722</div>
    <div>907.563.3633</div>
    <div>907.561.6686</div>
  </div>
</div>
<div id="primary_sf_nav">
<ul class="sf-menu">

	<li id="home"><a href="http://continentalautogroup.com/"><span>Home</span></a></li>
	
	<li><a href="http://continentalautogroup.com/vehicles/new/continental" ><span>Vehicles</span></a>
		<ul>
			<li><a href="http://continentalautogroup.com/vehicles/new/continental"><span>New Vehicles</span></a></li>
			<li><a href="http://continentalautogroup.com/vehicles/preowned/continental"><span>Preowned Vehicles</span></a></li>
			<li><a href="http://continentalautogroup.com/vehicles/preowned_specials/continental"><span>Preowned Specials</span></a></li>
		</ul>
	</li>
	<li><a href="http://continentalautogroup.com/continental/specials"><span>Specials</span></a>
	
		<ul>
			

			
			
			<li><a href="http://continentalautogroup.com/vehicles/preowned_specials/continental"><span>Preowned Specials</span></a></li>
			
			<li><a href="http://continentalautogroup.com/continental/specials#parts_specials"><span>Parts Specials</span></a></li>
			
			<li><a href="http://continentalautogroup.com/continental/specials#service_specials"><span>Service Specials</span></a></li>
			
			<li><a href="http://continentalautogroup.com/continental/student_car_contest"><span>Student Car Giveaway</span></a></li>
		</ul>
	
	
	</li>
	
	
	<li><a href="https://continentalautogroup.com/continental/finance" ><span>Finance</span></a></li>
	
	<li><a href="http://continentalautogroup.com/continental/service"><span>Service</span></a>
		<ul>
			<li><a href="http://continentalautogroup.com/continental/service"><span>Schedule Service</span></a></li>
			<li><a href="http://continentalautogroup.com/continental/specials#service_specials"><span>Service Specials</span></a></li>
		</ul>
	</li>
	
	<li><a href="http://continentalautogroup.com/continental/parts"><span>Parts</span></a>
	
		<ul>
			<li><a href="http://continentalautogroup.com/continental/parts"><span>Parts Request</span></a></li>
			<li><a href="http://continentalautogroup.com/continental/specials#parts_specials"><span>Parts Specials</span></a></li>
			<li><a href="http://continentalautogroup.com/continental/tires"><span>Tires</span></a></li>
		</ul>
		
	</li>
		
	<li><a href="http://continentalautogroup.com/continental/map_locations" ><span>Contact</span></a>
		<ul>
			<li><a href="http://continentalautogroup.com/continental/map_locations"><span>Hours &amp; Locations</span></a>
			<li><a href="http://continentalautogroup.com/continental/contact_us"><span>Contact Us</span></a>
			<li><a href="http://continentalautogroup.com/continental/careers"><span>Careers</span></a>
		</ul>
	</li>

</ul>
</div>
</div>
<div id="dealerships">
<h1 id="dealerships_arrow">Our Family of Dealerships</h1>
<ul>
<li id="acura" class="Tips1"><a href="http://continentalautogroup.com/acura" title="Visit Continental Acura">Acura</a></li>
<li id="honda" class="tooltip"><a href="http://continentalautogroup.com/honda" title="Visit Continental Honda">Honda</a></li>
<li id="mazda" class="tooltip"><a href="http://continentalautogroup.com/mazda" title="Visit Continental Mazda">Mazda</a></li>
<li id="nissan" class="tooltip"><a href="http://continentalautogroup.com/nissan" title="Visit Continental Nissan">Nissan</a></li>
<li id="subaru" class="tooltip"><a href="http://continentalautogroup.com/subaru" title="Visit Continental Subaru">Subaru</a></li>
<li id="suzuki" class="tooltip"><a href="http://continentalautogroup.com/suzuki" title="Visit Continental Suzuki">Suzuki</a></li>
<li id="volvo" class="tooltip"><a href="http://continentalautogroup.com/volvo" title="Visit Continental Volvo">Volvo</a></li>
</ul>
</div>

<div id="content">
	<div id="two_column_layout">
	
		<div id="left_column">
			
			<div id="new_con_vehicle_search">

	<h4><a href="http://continentalautogroup.com/vehicles/new/continental" title="Search All New Vehicles" onClick="javascript: pageTracker._trackPageview('/vehicle_quick_search/all_vehicles_click')">New Vehicle Quick Search</a></h4>
	<p>click to search</p>
	<div id="new_car_search_acura"><a href="http://continentalautogroup.com/vehicles/new/acura" title="Search for new Acuras">Search for new Acuras </a></div>
	
	<div id="new_car_search_honda"><a href="http://continentalautogroup.com/vehicles/new/honda" title="Search for new Hondas">Search for new Hondas</a></div>
	
	<div id="new_car_search_mazda"><a href="http://continentalautogroup.com/vehicles/new/mazda" title="Search for new Mazdas">Search for new Mazdas</a></div>
	
	<div id="new_car_search_nissan"><a href="http://continentalautogroup.com/vehicles/new/nissan" title="Search for new Nissans">Search for new Nissans</a></div>
	
	<div id="new_car_search_subaru"><a href="http://continentalautogroup.com/vehicles/new/subaru" title="Search for new Subarus">Search for new Subarus</a></div>
	
	<div id="new_car_search_suzuki"><a href="http://continentalautogroup.com/vehicles/new/suzuki" title="Search for new Suzukis">Search for new Suzukis</a></div>
	
	<div id="new_car_search_volvo" ><a href="http://continentalautogroup.com/vehicles/new/volvo" title="Search for new Volvos">Search for new Volvos</a></div>
	
</div>
	
<div id="used_inventory_btn">
	<a href="http://continentalautogroup.com/vehicles/preowned/continental" title="Search Preowned Vehicles">Search Preowned Inventory</a>
</div>

<div id="used_inventory_btn_10k">
	<a href="http://continentalautogroup.com/vehicles/preowned/continental?make=any&model=any&max_price=10000&min_price=any&max_year=any&min_year=any&per_page=10&keyword=&submit=search" title="Search Preowned Under 10K">Search Preowned Under 10K</a>
</div>

<div id="schedule_service_btn">
	<a href="http://continentalautogroup.com/continental/service" title="Schedule Your Service Appointment">Schedule Your Service Appointment</a>
</div>

<div id="preowned_specials_btn">
	<a href="http://continentalautogroup.com/vehicles/preowned_specials/continental" title="Preowned Specials">Preowned Specials</a>
</div>	



			
		</div>
		
		
		
		<div id="right_column">
		
			<div id="news_events">
			
				<h4 class="section_header">News &amp; Events</h4>
		
				<div id="slides">
					<div class="slides_container">
																							
	
						<a href="https://american.redcross.org/site/Donation2?idb=0&5052.donation=form1&df_id=5052" title="Continental Auto Group / Japan / Donate to American Red Cross" target="_blank"><img src="http://continentalautogroup.com/images/slideshows/continental/japan_redcross.gif" width="639" height="175" alt="Continental Auto Group / Japan / Donate to American Red Cross"></a>
	
						<a href="http://continentalautogroup.com/continental/service" title="Express Service Oil Change - Only $37.95"><img src="http://continentalautogroup.com/images/slideshows/continental/express_service.gif" width="639" height="175" alt="Express Service Oil Change - Only $37.95"></a>
						
						<a href="http://continentalautogroup.com/continental/tires" title="Spring Tire Sale"><img src="http://continentalautogroup.com/images/slideshows/continental/spring_tire_sale.gif" width="639" height="175" alt="Spring Tire Sale"></a>

						<a href="http://continentalautogroup.com/continental/student_car_contest" title="Continental Subaru Student Car Giveaway"><img src="http://continentalautogroup.com/flash/continental/gallery/album1/large/student_car_giveaway.jpg" width="639" height="175" alt="Nissan Holiday Specials"></a>

						<a href="http://www.kikkan.com" title="kikkan.com" target="_blank"><img src="http://continentalautogroup.com/images/slideshows/continental/kikkan.jpg" width="639" height="175" alt="Continental Auto Group Supports Kikkan Randall. Way To Go Kikkan!"></a>
						
						<img src="http://continentalautogroup.com/flash/continental/gallery/album1/large/history.jpg" width="639" height="175" alt="History of Continental Auto Group">
						
					</div>
				</div>
				<img src="http://continentalautogroup.com/images/site/con_news_events_bg.gif" width="641" height="225" id="frame">
				
			
				<!--<div id="feedback_btn">
					<h4><a href="#">Send Feedback</a></h4>
				</div>-->
			</div>

			<div class="anythingSlider">
	        
	        	<div class="wrapper">

	          		<ul>
	          				
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2009</span>
						<span class="car_make">Jeep</span>
						<span class="car_model">Patriot</span>
						<span class="car_model">Limited</span>					</h5>
					<p class="car_price">$21,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1473-2/used/2009/Jeep/Patriot/special"><img src="http://images.continentalautogroup.com/used/sm/U1473-2_1.jpg" height="100" alt="Continental Jeep of Anchorage Alaska is proud to present this 2009 Jeep Patriot" title="Continental Jeep of Anchorage Alaska is proud to present this 2009 Jeep Patriot" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>29,666</li>
						<li><strong>Transmission: </strong>Manual</li>
						<li><strong>Engine:</strong> 2.4 liter 4 Cylinder Engine</li>
						<li><strong>Drive:</strong> 4-Wheel Drive</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1473-2</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1473-2/used/2009/Jeep/Patriot/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2010</span>
						<span class="car_make">Nissan</span>
						<span class="car_model">Titan</span>
											</h5>
					<p class="car_price">$29,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1497/used/2010/Nissan/Titan/special"><img src="http://images.continentalautogroup.com/used/sm/U1497_1.jpg" height="100" alt="Continental Nissan of Anchorage Alaska is proud to present this 2010 Nissan Titan" title="Continental Nissan of Anchorage Alaska is proud to present this 2010 Nissan Titan" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>25,450</li>
						<li><strong>Transmission: </strong>Automatic w/OD</li>
						<li><strong>Engine:</strong> 5.6 liter 8 Cylinder Engine</li>
						<li><strong>Drive:</strong> 4-Wheel Drive</li>
						
						<li><strong>Color:</strong> Blizzard White</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1497</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1497/used/2010/Nissan/Titan/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2007</span>
						<span class="car_make">Nissan</span>
						<span class="car_model">Frontier</span>
											</h5>
					<p class="car_price">$21,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1500/used/2007/Nissan/Frontier/special"><img src="http://images.continentalautogroup.com/used/sm/U1500_1.jpg" height="100" alt="Continental Nissan of Anchorage Alaska is proud to present this 2007 Nissan Frontier" title="Continental Nissan of Anchorage Alaska is proud to present this 2007 Nissan Frontier" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>67,092</li>
						<li><strong>Transmission: </strong>Automatic</li>
						<li><strong>Engine:</strong> 4 liter V6 Cylinder Engine</li>
						<li><strong>Drive:</strong> 4-Wheel Drive</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1500</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1500/used/2007/Nissan/Frontier/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2010</span>
						<span class="car_make">Nissan</span>
						<span class="car_model">Murano</span>
											</h5>
					<p class="car_price">$29,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1504/used/2010/Nissan/Murano/special"><img src="http://images.continentalautogroup.com/used/sm/U1504_1.jpg" height="100" alt="Continental Nissan of Anchorage Alaska is proud to present this 2010 Nissan Murano" title="Continental Nissan of Anchorage Alaska is proud to present this 2010 Nissan Murano" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>31,775</li>
						<li><strong>Transmission: </strong>Continuously Variable</li>
						<li><strong>Engine:</strong> 3.5 liter V6 Cylinder Engine</li>
						<li><strong>Drive:</strong> All Wheel Drive</li>
						
						<li><strong>Color:</strong> Saharan Stone</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1504</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1504/used/2010/Nissan/Murano/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2008</span>
						<span class="car_make">Nissan</span>
						<span class="car_model">Frontier</span>
											</h5>
					<p class="car_price">$25,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1505/used/2008/Nissan/Frontier/special"><img src="http://images.continentalautogroup.com/used/sm/U1505_1.jpg" height="100" alt="Continental Nissan of Anchorage Alaska is proud to present this 2008 Nissan Frontier" title="Continental Nissan of Anchorage Alaska is proud to present this 2008 Nissan Frontier" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>48,877</li>
						<li><strong>Transmission: </strong>Automatic</li>
						<li><strong>Engine:</strong> 4 liter V6 Cylinder Engine</li>
						<li><strong>Drive:</strong> 4-Wheel Drive</li>
						
						<li><strong>Color:</strong> Super Black</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1505</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1505/used/2008/Nissan/Frontier/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2010</span>
						<span class="car_make">Nissan</span>
						<span class="car_model">Armada</span>
											</h5>
					<p class="car_price">$35,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1506/used/2010/Nissan/Armada/special"><img src="http://images.continentalautogroup.com/used/sm/U1506_1.jpg" height="100" alt="Continental Nissan of Anchorage Alaska is proud to present this 2010 Nissan Armada" title="Continental Nissan of Anchorage Alaska is proud to present this 2010 Nissan Armada" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>21,330</li>
						<li><strong>Transmission: </strong>Automatic w/OD</li>
						<li><strong>Engine:</strong> 5.6 liter 8 Cylinder Engine</li>
						<li><strong>Drive:</strong> 4-Wheel Drive</li>
						
						<li><strong>Color:</strong> Blue</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1506</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1506/used/2010/Nissan/Armada/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2008</span>
						<span class="car_make">Infiniti</span>
						<span class="car_model">EX35</span>
											</h5>
					<p class="car_price">$32,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1507/used/2008/Infiniti/EX35/special"><img src="http://images.continentalautogroup.com/used/sm/U1507_1.jpg" height="100" alt="Continental Infiniti of Anchorage Alaska is proud to present this 2008 Infiniti EX35" title="Continental Infiniti of Anchorage Alaska is proud to present this 2008 Infiniti EX35" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>29,698</li>
						<li><strong>Transmission: </strong>Automatic w/OD</li>
						<li><strong>Engine:</strong> 3.5 liter V6 Cylinder Engine</li>
						<li><strong>Drive:</strong> All Wheel Drive</li>
						
						<li><strong>Color:</strong> Maroon</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1507</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1507/used/2008/Infiniti/EX35/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2010</span>
						<span class="car_make">Toyota</span>
						<span class="car_model">Venza</span>
											</h5>
					<p class="car_price">$28,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1508/used/2010/Toyota/Venza/special"><img src="http://images.continentalautogroup.com/used/sm/U1508_1.jpg" height="100" alt="Continental Toyota of Anchorage Alaska is proud to present this 2010 Toyota Venza" title="Continental Toyota of Anchorage Alaska is proud to present this 2010 Toyota Venza" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>21,174</li>
						<li><strong>Transmission: </strong>Automatic</li>
						<li><strong>Engine:</strong> 2.7 liter 4 Cylinder Engine</li>
						<li><strong>Drive:</strong> All Wheel Drive</li>
						
						<li><strong>Color:</strong> Classic Silver Metallic</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1508</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1508/used/2010/Toyota/Venza/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2010</span>
						<span class="car_make">Chevrolet</span>
						<span class="car_model">Impala</span>
						<span class="car_model">LT</span>					</h5>
					<p class="car_price">$18,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1509/used/2010/Chevrolet/Impala/special"><img src="http://images.continentalautogroup.com/used/sm/U1509_1.jpg" height="100" alt="Continental Chevrolet of Anchorage Alaska is proud to present this 2010 Chevrolet Impala" title="Continental Chevrolet of Anchorage Alaska is proud to present this 2010 Chevrolet Impala" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>37,029</li>
						<li><strong>Transmission: </strong>Automatic w/OD</li>
						<li><strong>Engine:</strong> 3.5 liter V6 Cylinder Engine</li>
						<li><strong>Drive:</strong> Front Wheel Drive</li>
						
						<li><strong>Color:</strong> Silver Ice Metallic</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1509</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1509/used/2010/Chevrolet/Impala/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2010</span>
						<span class="car_make">Chevrolet</span>
						<span class="car_model">Malibu</span>
						<span class="car_model">LS w/1FL</span>					</h5>
					<p class="car_price">$18,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1510/used/2010/Chevrolet/Malibu/special"><img src="http://images.continentalautogroup.com/used/sm/U1510_1.jpg" height="100" alt="Continental Chevrolet of Anchorage Alaska is proud to present this 2010 Chevrolet Malibu" title="Continental Chevrolet of Anchorage Alaska is proud to present this 2010 Chevrolet Malibu" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>32,580</li>
						<li><strong>Transmission: </strong>Automatic w/OD</li>
						<li><strong>Engine:</strong> 2.4 liter 4 Cylinder Engine</li>
						<li><strong>Drive:</strong> Front Wheel Drive</li>
						
						<li><strong>Color:</strong> Silver Ice Metallic</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1510</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U1510/used/2010/Chevrolet/Malibu/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2009</span>
						<span class="car_make">Nissan</span>
						<span class="car_model">Armada</span>
											</h5>
					<p class="car_price">$34,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1512/used/2009/Nissan/Armada/special"><img src="http://images.continentalautogroup.com/used/sm/U1512_1.jpg" height="100" alt="Continental Nissan of Anchorage Alaska is proud to present this 2009 Nissan Armada" title="Continental Nissan of Anchorage Alaska is proud to present this 2009 Nissan Armada" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>38,002</li>
						<li><strong>Transmission: </strong>Automatic w/OD</li>
						<li><strong>Engine:</strong> 5.6 liter 8 Cylinder Engine</li>
						<li><strong>Drive:</strong> 4-Wheel Drive</li>
						
						<li><strong>Color:</strong> Majestic Blue</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1512</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1512/used/2009/Nissan/Armada/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2008</span>
						<span class="car_make">Nissan</span>
						<span class="car_model">Pathfinder</span>
											</h5>
					<p class="car_price">$31,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1516/used/2008/Nissan/Pathfinder/special"><img src="http://images.continentalautogroup.com/used/sm/U1516_1.jpg" height="100" alt="Continental Nissan of Anchorage Alaska is proud to present this 2008 Nissan Pathfinder" title="Continental Nissan of Anchorage Alaska is proud to present this 2008 Nissan Pathfinder" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>21,011</li>
						<li><strong>Transmission: </strong>Automatic</li>
						<li><strong>Engine:</strong> 5.6 liter 8 Cylinder Engine</li>
						<li><strong>Drive:</strong> 4-Wheel Drive</li>
						
						<li><strong>Color:</strong> Desert Stone Metallic</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U1516</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/nissan/U1516/used/2008/Nissan/Pathfinder/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2007</span>
						<span class="car_make">Chevrolet</span>
						<span class="car_model">TrailBlazer</span>
											</h5>
					<p class="car_price">$18,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U4362-1/used/2007/Chevrolet/TrailBlazer/special"><img src="http://images.continentalautogroup.com/used/sm/U4362-1_1.jpg" height="100" alt="Continental Chevrolet of Anchorage Alaska is proud to present this 2007 Chevrolet TrailBlazer" title="Continental Chevrolet of Anchorage Alaska is proud to present this 2007 Chevrolet TrailBlazer" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>48,248</li>
						<li><strong>Transmission: </strong>Automatic w/OD</li>
						<li><strong>Engine:</strong> 4.2 liter Straight 6 Cylinder </li>
						<li><strong>Drive:</strong> 4-Wheel Drive</li>
						
						<li><strong>Color:</strong> Black</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U4362-1</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U4362-1/used/2007/Chevrolet/TrailBlazer/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
		
		
		
		<li>
			<div class='slideshow_promo'>
				
				<div class='slideshow_promo_top'>
					<h5>
						<span class="car_year">2002</span>
						<span class="car_make">Ford</span>
						<span class="car_model">Ranger</span>
											</h5>
					<p class="car_price">$7,995</p>
				</div>
				
				<div class="slideshow_promo_img">
					<span>
						<a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U4380-2/used/2002/Ford/Ranger/special"><img src="http://images.continentalautogroup.com/used/sm/U4380-2_1.jpg" height="100" alt="Continental Ford of Anchorage Alaska is proud to present this 2002 Ford Ranger" title="Continental Ford of Anchorage Alaska is proud to present this 2002 Ford Ranger" /></a>
					</span>
				</div>
			
			
				<div class='slideshow_promo_info'>
			
					<ul class='car_highlights'>
												<li><strong>Odometer: </strong>109,811</li>
						<li><strong>Transmission: </strong>Manual</li>
						<li><strong>Engine:</strong> 2.3 liter 4 Cylinder Engine</li>
						<li><strong>Drive:</strong> Rear Wheel Drive</li>
						
						<li><strong>Color:</strong> Black</li>
						
						</li>
						
						
					</ul>
					
					<p class='stock_number'>stock # U4380-2</p>
					<p class='link'><a href="http://continentalautogroup.com/vehicles/vehicle_details/continental/U4380-2/used/2002/Ford/Ranger/special">vehicle details</a></p>
					
				</div>
					
				<div class='slideshow_promo_cornertag_used'>
		
				</div>
		
			</div>
			
		</li>
			
					</ul>
					
				</div> <!-- END wrapper -->
				
				
			</div> <!-- END AnythingSlider -->
	       
		</div><!-- END right_column -->
	</div><!-- END two_column layout	-->
	
	<div id="news_promo">

		<div id="news">
		
		
			
			<a href="http://continentalautogroup.com/continental/tires" title="Continental Auto - Your Source For High-Quality Tires"><img src="http://continentalautogroup.com/images/adverts/left_col_advert_summer_tires.gif" alt="Continental Auto - Your Source For High-Quality Tires" title="Continental Auto - Your Source For High-Quality Tires" height="200" width="260"/></a>

			
						
		</div><!-- END news -->
		
		
		
		<div id="promos">
		
		<h4>Service &amp; Parts <span class="cag_blue"> /// </span><span class="weight_normal"> Special Offers</span></h4>
		
			
						
				<div class="coupon_620x225_main">
				
					<a href="http://continentalautogroup.com/images/uploads/coupons/subaru_wild_card_coupon1.pdf"><img src="http://continentalautogroup.com/images/uploads/coupons/subaru_wild_card_coupon1.gif" alt="Continental Subaru Service Coupon - Wild Card Parts &amp; Service Special | Click to Download &amp; Print This Coupon" title="Continental Subaru Service Coupon - Wild Card Parts &amp; Service Special | Click to Download &amp; Print This Coupon" /></a>		
			
					<div class="coupon_footer">
					
						<h3><span class="cag_blue">
							
							<a href="#" title="SCHEDULE APPOINTMENT">SCHEDULE APPOINTMENT </a>
							
							
														|
							<a href="http://continentalautogroup.com/images/uploads/coupons/subaru_wild_card_coupon1.pdf" title="DOWNLOAD &amp; PRINT THIS COUPON"> DOWNLOAD COUPON </a>

							
							
						 	| 
						 	
							<a href="http://continentalautogroup.com/continental/specials" title="SEE MORE SPECIAL OFFERS"> MORE SPECIAL OFFERS</a>
							
						</span></h3>
					</div>
				
				</div>
											
			
						
		</div><!-- END promos -->
		
	</div><!-- END news_promo -->
	
</div><!-- END content -->

<div id="footer">
<div id="footer_links">
<ul>
<li><a href="http://continentalautogroup.com/">Home</a><span> | </span></li>
<li><a href="http://continentalautogroup.com/vehicles/new/continental">Vehicles</a><span> | </span></li>
<li><a href="http://continentalautogroup.com/continental/specials">Specials</a><span> | </span></li>
<li><a href="http://continentalautogroup.com/continental/finance">Finance</a><span> | </span></li>
<li><a href="http://continentalautogroup.com/continental/service">Service</a><span> | </span></li>
<li><a href="http://continentalautogroup.com/continental/contact">Contact</a><span> | </span></li>
<li><a href="http://continentalautogroup.com/continental/careers">Careers</a><span> | </span></li>
<li><a href="http://continentalautogroup.com/continental/privacy_policy">Privacy Policy</a></li>
</ul>
</div>
</div>

</div>
<div id="tagline">
<h5>Continental Auto Group</h5>
<p>We are looking out for you.</p>
<ul>
<li><a href="http://continentalautogroup.com/nissan">Nissan</a></li>
<li><a href="http://continentalautogroup.com/honda">Honda</a></li>
<li><a href="http://continentalautogroup.com/subaru">Subaru</a></li>
<li><a href="http://continentalautogroup.com/acura">Acura</a></li>
<li><a href="http://continentalautogroup.com/mazda">Mazda</a></li>
<li><a href="http://continentalautogroup.com/volvo">Volvo</a></li>
<li class="last_item"><a href="http://continentalautogroup.com/suzuki">Suzuki</a></li>
</ul>
</div><!-- end tagline -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4892957-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4892957-9");
pageTracker._trackPageview();
} catch(err) {}

</script>
</body>
</html>