
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Language" content="ru" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google-site-verification" content="SW6Rw2HAtzhivXH2kaBdulzdEheeBdyjW8rb4sxXtOA" />
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<meta http-equiv="imagetoolbar" content="no" />
<meta name="y_key" content="b0dda126a0eb475a" />
<meta name="msvalidate.01" content="35F2D728B094C5F5333E771972171DCC" />
<meta name="doc-class" content="completed" />

<meta name="Robots" content="index,follow" />

<meta name="Allow-search" content="Yes" />
<meta name="Revisit-After" content="7 Days" />
<meta name="rating" content="General" />
<meta name="Publisher" content="Riviera Invest" />
<meta name="Owner" content="Riviera Invest - www.rivierainvest.com" />
<meta name="Copyright" content="Riviera Invest" />
<meta name="rating" content="safe for kids" />
<meta name="contact_addr" content="info@rivierainvest.ru" />
<meta name="distribution" content="global" />
<meta name="audience" content="All" />

<link rel="stylesheet" type="text/css" href="scripts/sayfa.css" />
<link rel="shortcut icon" href="images/favicon.ico" />
<script type="text/javascript" src="scripts/stil.js"></script>
<script type="text/javascript" src="scripts/jquery142.js"></script>
<script type="text/javascript" src="scripts/ajax.js"></script>
<script type="text/javascript" src="scripts/ddaccordion.js"></script>
<script type="text/javascript" src="scripts/accordion.js"></script>
<script type="text/javascript" src="scripts/easing13.js"></script>
<script type="text/javascript" src="scripts/jcarousellite.js"></script>
<script type="text/javascript" src="scripts/prettyPhoto/js/jquery.prettyPhoto.js"></script>	
<script type='text/javascript' src='scripts/jquery.aviaSlider.js'></script>
<script type='text/javascript' src='scripts/custom.min.js'></script>
<script type="text/javascript">
	$(function() {
	    $(".newsticker-jcarousellite").jCarouselLite({
        vertical: true,
		speed: 800,
        auto: 5000,
		
	    });
	});
</script>
<script type="text/javascript">
$(document).ready(function(){  
  //To switch directions up/down and left/right just place a "-" in front of the top/left attribute  
     //Vertical Sliding  
     $('.boxgrid.slidedown').hover(function(){  
         $(".cover", this).stop().animate({top:'-260px'},{queue:false,duration:300});  
     }, function() {  
         $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300});  
     });  
     //Horizontal Sliding  
     $('.boxgrid.slideright').hover(function(){  
         $(".cover", this).stop().animate({left:'325px'},{queue:false,duration:300});  
     }, function() {  
         $(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});  
     });  
     //Diagnal Sliding  
     $('.boxgrid.thecombo').hover(function(){  
         $(".cover", this).stop().animate({top:'260px', left:'325px'},{queue:false,duration:300});  
     }, function() {  
         $(".cover", this).stop().animate({top:'0px', left:'0px'},{queue:false,duration:300});  
     });  
     //Partial Sliding (Only show some of background)  
     $('.boxgrid.peek').hover(function(){  
         $(".cover", this).stop().animate({top:'90px'},{queue:false,duration:160});  
     }, function() {  
         $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:160});  
     });  
     //Full Caption Sliding (Hidden to Visible)  
     $('.boxgrid.captionfull').hover(function(){  
         $(".cover", this).stop().animate({top:'160px'},{queue:false,duration:160});  
     }, function() {  
         $(".cover", this).stop().animate({top:'260px'},{queue:false,duration:160});  
     });  
     //Caption Sliding (Partially Hidden to Visible)  
     $('.boxgrid.caption').hover(function(){  
         $(".cover", this).stop().animate({top:'20px'},{queue:false,duration:160});  
     }, function() {  
         $(".cover", this).stop().animate({top:'90px'},{queue:false,duration:160});  
     });  
 });  </script>
     
    <script src="popup.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
centerPopup();
loadPopup();
});
</script>

<link href="popup.css" rel="stylesheet" type="text/css" />

 </head>
<body >
    <script src="popup.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
centerPopup();
loadPopup();
});
</script>

  
  <div id="popupContact">
    <a id="popupContactClose" href="#">X</a>
        <h1>Ищем региональных представителей !!!!</h1>
<p id="contactArea">
            Приглашаем к сотрудничеству предприимчивых и энергичных людей для организации работы региональных представительств нашей компании.<br /><br />
            
Вы можете связаться с нами по e-mail: <a href="mailto:info@rivierainvest.com"> info@rivierainvest.com</a> <br />
<br />
или по телефону +90 242 522 32 26

            <br /><br /><br />
        <a href="http://www.rivierainvest.ru/Annonces/turtsiya/3-Сотрудничай_с_Ривьера_Инвест.html">Пожалуйста заполните форму</a></p>
</div>
        </p>
</div>
    <div id="backgroundPopup"></div>
    <script language='JavaScript' type='text/javascript'>

function formKontrol(formobj){
	var onerilenAlanlar = Array("isim","mesaj","email","capca","tel");
var alanAciklamasi = Array('Ваше имя','Ваше сообщение','E-mail','Пожалуйста, введите защитный код','Телефон');
var uyariMsj = 'Пожалуйста, заполните поля ниже :\n';

	var l_Msj = uyariMsj.length;
	for (var i = 0; i < onerilenAlanlar.length; i++){
		var obj = formobj.elements[onerilenAlanlar[i]];
		if (obj){
			switch(obj.type){
			case "select-one":
if (obj.selectedIndex == -1 || obj.options[obj.selectedIndex].text == ''){

					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
				break;
			case "select-multiple":
				if (obj.selectedIndex == -1){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
				break;
			case "text":
			case "textarea":
			case "password":
				if (obj.value == "" || obj.value == null){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
				break;
			default:
			}
			if (obj.type == undefined){
				var blnchecked = 0;
				for (var j = 0; j < obj.length; j++){
					if (obj[j].checked){
						blnchecked = 1;
					}
				}
				if (!blnchecked){
					uyariMsj += " - " + alanAciklamasi[i] + "\n";
				}
			}
		}
	}

	if (uyariMsj.length == l_Msj){
		formobj.submit();
	}else{
		alert(uyariMsj);
		return false;
	}
}
</script>
<meta name="Keywords" content="Недвижимость, в, Турции, от, Riviera, Invest, Турция, Алания, Квартиры, в, Турции, Дома, в, Турции, Виллы, в, Турции, купить Недвижимость в Турции от застройщика, Турция Алания, Квартиры в Турции, апартаменты в турции, Виллы в Турции, Дома в Турции, Квартиры в Алании, недвижимость в турции продажа, Недвижимость в Алании, купить квартиру в турции у моря" />
<meta name="Description" content="купить Недвижимость в Турции от застройщика, Турция Алания, Квартиры в Турции, апартаменты в турции, Виллы в Турции, Дома в Турции, Квартиры в Алании, недвижимость в турции продажа, Недвижимость в Алании, купить квартиру в турции у моря" />
<meta name="Updowner-verification" content="15ad23bba5379a32a88b99c5dbfb8dc5" />
<title>Недвижимость в Турции от Riviera Invest Турция Алания Квартиры в Турции Дома в Турции Виллы в Турции</title>
<style type="text/css">

#divana {
	margin:0 auto;
	
	background-color:#C0DEEF;
	}
	
</style>
</head>
<body>
<div id="divana">
<table class="anatablo">
	<tr>
		<td>&nbsp;</td>
		<td class="kucuktablo">
		<table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
        <td>
        <table width="100%" height="100%" ">
  <tr>
    <td id="logo" width="220">
    
    <a href="http://www.rivierainvest.ru"><img border="0" src="http://www.rivierainvest.ru/resimler/logo/alanya-property-real-estate.gif" alt="Riviera Invest" title="Riviera Invest" /></a>
</td>
    <td rowspan="2"><table width="100%" border="0">
      <tr>
        <td align="right">
        
        
        <table style="text-align: right; font-size: 11px; font-family: Verdana; color: #016591;"><tr><td rowspan="2" align="center" style="padding: 0px 60px 0px 0px">
        <table border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td>
			<img src="http://www.rivierainvest.ru/images/ara_01.jpg" width="12" height="15" alt="" /></td>
		<td background="http://www.rivierainvest.ru/images/ara_02.jpg" align="center"><b>Быстрый поиск</b></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/ara_03.jpg" width="12" height="15" alt="" /></td>
	</tr>
	<tr>
		<td>
			<img src="http://www.rivierainvest.ru/images/ara_04.jpg" width="12" height="18" alt="" /></td>
            <form method="post" action="http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya">
		<td bgcolor="#effafe" align="center"><input type="text" name="sorgu" style="width: 400px;font-size: 9px" /><input type="hidden" name="ara" value="evet" /></td></form>
		<td>
			<img src="http://www.rivierainvest.ru/images/ara_06.jpg" width="12" height="18" alt="" /></td>
	</tr>
	<tr>
		<td>
			<img src="http://www.rivierainvest.ru/images/ara_07.jpg" width="12" height="7" alt="" /></td>
		<td background="http://www.rivierainvest.ru/images/ara_08.jpg" style="font-size: 2px">&nbsp;</td>
		<td>
			<img src="http://www.rivierainvest.ru/images/ara_09.jpg" width="12" height="7" alt="" /></td>
</tr>
</table>
        
        </td><td align="right"><img src="http://www.rivierainvest.ru/images/tel.jpg" alt="" /></td><td>+90 242 522 32 26</td></tr>
        <tr><td><img src="http://www.rivierainvest.ru/images/mail.jpg" alt="" /></td><td><a href="mailto:info@rivierainvest.ru"><font color="#016591">info@rivierainvest.ru</font></a></td></tr></table>
        
         </td>
        </tr>
      <tr>
        <td id="slogan" align="right"><img border="0" src="http://www.rivierainvest.ru/resimler/slogan/9/sloganru.gif" alt="" />
</td>
        </tr>
    </table></td>
    </tr>
  <tr>
    <td id="diller" align="center"></td>
    </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td><style type="text/css">
body {
	background-image: url();
}
</style>
<table background="http://www.rivierainvest.ru/images/mavizem2.jpg" width="969" border="0" height="25px" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center">
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.com" title="Properties in Turkey"><img src="http://www.rivierainvest.ru/resimler/diller/1/riviera_invest_english.gif" border="0" width='17' alt="Properties in Turkey" title="Properties in Turkey" />&nbsp;English</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.de" title="Immobilien in der Türkei"><img src="http://www.rivierainvest.ru/resimler/diller/2/riviera_invest_deutschland.gif" border="0" width='17' alt="Immobilien in der Türkei" title="Immobilien in der Türkei" />&nbsp;Deutsch</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.nl" title="Vastgoed in Turkije"><img src="http://www.rivierainvest.ru/resimler/diller/4/riviera_invest_holland.gif" border="0" width='17' alt="Vastgoed in Turkije" title="Vastgoed in Turkije" />&nbsp;Nederlands</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.no" title="Eiendom i Tyrkia"><img src="http://www.rivierainvest.ru/resimler/diller/5/riviera_invest_norsk.gif" border="0" width='17' alt="Eiendom i Tyrkia" title="Eiendom i Tyrkia" />&nbsp;Norsk</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.dk" title="Ejendom i Tyrkiet"><img src="http://www.rivierainvest.ru/resimler/diller/6/riviera_invest_dansk.gif" border="0" width='17' alt="Ejendom i Tyrkiet" title="Ejendom i Tyrkiet" />&nbsp;Dansk</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.se" title="Fastigheter i Turkiet"><img src="http://www.rivierainvest.ru/resimler/diller/7/riviera_invest_sverige.gif" border="0" width='17' alt="Fastigheter i Turkiet" title="Fastigheter i Turkiet" />&nbsp;Svenska</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.net" title="Turkki myytävät kohteet"><img src="http://www.rivierainvest.ru/resimler/diller/8/riviera_invest_suomi.gif" border="0" width='17' alt="Turkki myytävät kohteet" title="Turkki myytävät kohteet" />&nbsp;Suomi</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.com.tr" title="Türkiye Satılık Emlaklar"><img src="http://www.rivierainvest.ru/resimler/diller/3/riviera_invest_turkiye.gif" border="0" width='17' alt="Türkiye Satılık Emlaklar" title="Türkiye Satılık Emlaklar" />&nbsp;Türkçe</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.ru" title="Недвижимость в Турции"><img src="http://www.rivierainvest.ru/resimler/diller/9/riviera_invest_rus.gif" border="0" width='21' alt="Недвижимость в Турции" title="Недвижимость в Турции" />&nbsp;Русский</a>
    
&nbsp;&nbsp;<a style="color:#FFFFFF; font-size:11px;" href="http://www.rivierainvest.pl" title="Nieruchomości w Turcji"><img src="http://www.rivierainvest.ru/resimler/diller/10/10.gif" border="0" width='17' alt="Nieruchomości w Turcji" title="Nieruchomości w Turcji" />&nbsp;Polski</a>
    </td>
  </tr>
</table>
</td>
  </tr>
</table>
        </td>
        </tr><tr><td><table width="100%" border="0">
  <tr>
    <td id="menuler" width="220" style="border-right: 1px solid #CCCCCC; vertical-align: top">
	
	<table style="width: 98%; font-size: 12px; font-family: Verdana; color: #016591">
    
<tr><td class="menu1" onmouseover="degis(this,'menu2')" onmouseout="degis(this,'menu1')" onclick="window.location.href='http://www.rivierainvest.ru'" title="Главная">Главная</td>
</tr>

<tr><td></td></tr>
</table><table style="width: 98%; font-size: 12px; font-family: Verdana; color: #016591">
<tr><td class="menu1" onmouseover="degis(this,'menu2')" onmouseout="degis(this,'menu1')" onclick="window.location.href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya'" title="Недвижимость в Турции">Недвижимость в Турции</td></tr>  
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Kvartiry_na_prodazhu'" title="Квартиры в Турции">Квартиры в Турции</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Villy_na_prodazhu'" title="Виллы в Турции">Виллы в Турции</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Penthaus_na_prodazhu'" title="Пентхаусы в Турции">Пентхаусы в Турции</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Prodazha_zemli'" title="Земля в Турции">Земля в Турции</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Proekti_dlya_investorov'" title="Недвижимость План-Проект">Недвижимость План-Проект</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/investirovat__Realty'" title="Инвестиционная Недвижимость">Инвестиционная Недвижимость</td>
</tr>
    
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Kommercheskaya_Realty'" title="Коммерческая Недвижимость">Коммерческая Недвижимость</td>
</tr>

<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/Stroitel_stvo_Proekty/turtsiya'" title="Проект будущей Недвижимости в Турции">Проект будущей Недвижимости в Турции</td>
</tr>
 
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/New_Realty/turtsiya'" title="Новая Недвижимость в Tурции">Новая Недвижимость в Tурции</td>
</tr>
<tr><td class="menu3" onmouseover="degis(this,'menu4')" onmouseout="degis(this,'menu3')" onclick="window.location.href='http://www.rivierainvest.ru/Izbrannoe/turtsiya'" title="Избранное"><img src="http://www.rivierainvest.ru/images/yildiz.png" align="left" style="padding-right: 10px" alt="" />Избранное</td>
</tr>

</table>
<table width="213" border="0" cellspacing="0" cellpadding="0">
  <tr>
   <td valign="bottom" title="Alanya" background="http://www.rivierainvest.ru/images/alanya_info.png" onclick="window.open('http://alanya.rivierainvest.ru','_blank')" style="  padding-left:30px; cursor:pointer; color:#045ECA; font-size:15px;" width="213" height="193"></td>
  </tr>
</table>

<table style="width: 215px; font-size: 12px; font-family: Verdana; color: #016591">
    

<tr>
<td height="54" valign="top" class="menub2" onmouseover="degis(this,'menub21')" onmouseout="degis(this,'menub2')" title="Ривьера Инвест" onclick="window.location.href='http://www.rivierainvest.ru/informatsiya/turtsiya/2-Ривьера_Инвест.html'" onmouseover="degis(this,'menub21')"  onmouseout="degis(this,'menub2')">
<div style="margin-top:8px; margin-left:5px; position:absolute;">
Ривьера Инвест</div>
</td>
</tr>
    

<tr>
<td height="54" valign="top" class="menub4" onmouseover="degis(this,'menub41')" onmouseout="degis(this,'menub4')" title="Контакты" onclick="window.location.href='http://www.rivierainvest.ru/Kontakty/turtsiya'" onmouseover="degis(this,'menub41')"  onmouseout="degis(this,'menub4')">
<div style="margin-top:8px; margin-left:5px; position:absolute;">
Контакты</div>
</td>
</tr>

</table>
<table style="width: 215px; font-size: 12px; font-family: Verdana; color: #016591">
    
<tr><td height="54" class="menub8" title="Сервис" onclick="window.location.href='http://www.rivierainvest.ru/обслуживание/turtsiya'" onmouseover="degis(this,'menub81')" onmouseout="degis(this,'menub8')">Сервис</td>
</tr>
<tr>
<td height="54" class="menub23" title="Статья" onclick="window.location.href='http://www.rivierainvest.ru/Новости-Статьи/turtsiya'" onmouseover="degis(this,'menub231')" onmouseout="degis(this,'menub23')">Статья
 </td>
</tr>
<tr>
<td><a href="http://customer.rivierainvest.com" target="_blank"><img src="http://www.rivierainvest.ru/images/Customer_Login.jpg" border="0" /></a></td>
</tr>

</table>
<span style="font-size: 3px">&nbsp;</span><br />

<div id="cigCjt" style="z-index:100;position:absolute; padding: 0px 0px 0px 2px"></div><div id="scgCjt" style="display:inline; padding: 0px 0px 0px 2px;"></div><div id="sdgCjt" style="display:none; padding: 0px 0px 0px 2px;"></div><script type="text/javascript">var segCjt=document.createElement("script");segCjt.type="text/javascript";var segCjts=(location.protocol.indexOf("https")==0?"https":"http")+"://image.providesupport.com/js/rivierainvest/safe-standard.js?ps_h=gCjt&ps_t="+new Date().getTime()+"&online-image=http://www.rivierainvest.com.tr/images/chat-konsol1.jpg&offline-image=http://www.rivierainvest.com.tr/images/chat-konsol1.jpg";setTimeout("segCjt.src=segCjts;document.getElementById('sdgCjt').appendChild(segCjt)",1)</script><noscript><div style="display:inline"><a href="http://www.providesupport.com?messenger=rivierainvest">Customer Service</a></div></noscript>
<span style="font-size: 3px">&nbsp;</span>

<div id="cigCjt" style="z-index:100;position:absolute; padding: 0px 0px 0px 2px"></div><div id="scgCjt" style="display:inline; padding: 0px 0px 0px 2px;"></div><div id="sdgCjt" style="display:none; padding: 0px 0px 0px 2px;"></div><script type="text/javascript">var segCjt=document.createElement("script");segCjt.type="text/javascript";var segCjts=(location.protocol.indexOf("https")==0?"https":"http")+"://image.providesupport.com/js/rivierainvest/safe-standard.js?ps_h=gCjt&ps_t="+new Date().getTime()+"&online-image=http://www.rivierainvest.com.tr/images/chat-konsol1.jpg&offline-image=http://www.rivierainvest.com.tr/images/chat-konsol1.jpg";setTimeout("segCjt.src=segCjts;document.getElementById('sdgCjt').appendChild(segCjt)",1)</script><noscript><div style="display:inline"><a href="http://www.providesupport.com?messenger=rivierainvest">Customer Service</a></div></noscript>

<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<body ><font style="font-size: 5px;">&nbsp;</font>
<table style=" margin: 0px 0px 0px 2px;" cellpadding="0" cellspacing="0" width="211">
  <tr><td>
  <a href="http://www.rivierainvest.ru/Annonces/turtsiya/3-Сотрудничай_с_Ривьера_Инвест.html" ><div style="position:absolute; width:120px; font-size:11px; margin-top:10px;" class="spotlar_menu">Сотрудничай с Ривьера Инвест</div><img src="http://www.rivierainvest.ru/images/s3.png" name="Image1" width="211" height="75" border="0" id="Image1" /></a>
    </td></tr>
</table>

<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<body ><font style="font-size: 5px;">&nbsp;</font>
<table style=" margin: 0px 0px 0px 2px;" cellpadding="0" cellspacing="0" width="211">
  <tr><td>
  <a href="http://www.rivierainvest.ru/Annonces/turtsiya/4-Ознакомительная_поездка_в_Турцию.html" ><div style="position:absolute; width:120px; font-size:11px; margin-top:10px;" class="spotlar_menu">Ознакомительная поездка в Турцию!</div><img src="http://www.rivierainvest.ru/images/s4.png" name="Image1" width="211" height="75" border="0" id="Image1" /></a>
    </td></tr>
</table>

<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
<body ><font style="font-size: 5px;">&nbsp;</font>
<table style=" margin: 0px 0px 0px 2px;" cellpadding="0" cellspacing="0" width="211">
  <tr><td>
  <a href="http://www.rivierainvest.ru/Annonces/turtsiya/7-Камера_в_Алании.html" ><div style="position:absolute; width:120px; font-size:11px; margin-top:10px;" class="spotlar_menu">Камера в Алании </div><img src="http://www.rivierainvest.ru/images/s7.png" name="Image1" width="211" height="75" border="0" id="Image1" /></a>
    </td></tr>
</table>
<br>

<a href="http://www.rivierainvest.ru/Новости-Алания/turtsiya"><img src="http://www.rivierainvest.ru/images/local_news_9.png" border="0"></a><br>
<br>

         <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FRiviera-Invest%2F116884228455486&amp;width=220&amp;height=288&amp;show_faces=true&amp;colorscheme=light&amp;stream=true&amp;border_color&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:220px; height:288px;" allowTransparency="true"></iframe>  
	        
    
    </td>
    <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td style="padding: 4px 0px 4px 4px;">
       
<script type="text/javascript" src="scripts/mhrotator.js"></script>
<script type="text/javascript" src="scripts/initrotator.js"></script>
<link rel="stylesheet" href="scripts/mhrotator.css" type="text/css" />
<div id="mhrotator" style="margin-top:15px; margin-bottom:5px;">
  <style type="text/css"> 
#mhrotator img { display:none; } 
</style>
  
        
        
       <a href='http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Kargicak/Penthaus_na_prodazhu/858-Sea_View_2_Residence_Penthouse_in_Alanya_Kargicak.html'><img src="http://www.rivierainvest.ru/resimler/5lrq40irg4/banner/SeaView2ResidencePenthouseinAlanyaKargicakModernfurnished3bedroompenthousewithseaviewincharmingresidenceinnaturallocation_2988.jpg" alt="<table width='180' height='245'>
    <tr>
    <td style='pading: 10px;' align='center'>
    <font size='2' face='Verdana'><b>Sea View 2 Residence Penthouse in Alanya Kargicak -   новый меблированный пентхаус с 3 спальными комнатами в продаже  в  комплексе с видом на море</b></font><br />

    </td>
    </tr>
    <tr>
    <td align='left'><b>Цена </b><font size='5' color='#990000' face='Verdana'><b>121 000</b></font>&nbsp;<font size='3' color='#990000' face='Verdana'><b>EUR</b></font><br />

</td>
    </tr>
    <tr>
    <td>
    <a href='http://www.rivierainvest.ru/Dom/turtsiya/Каргыджак/Penthaus na prodazhu/858-Sea_View_2_Residence_Penthouse_in_Alanya_Kargicak.html'>Подробнее ►</a></font>
    </td>
    </tr>
    <tr>
    <td></td>
    </tr>
    </table>" width="744" height="260" /></a>


        
        
       <a href='http://www.rivierainvest.ru/Dom/turtsiya/Alanya/Villy_na_prodazhu/24-Alanya_Villa_Mamadi.html'><img src="http://www.rivierainvest.ru/resimler/bjeiwigtloi9/banner/_1566.jpg" alt="<table width='180' height='245'>
    <tr>
    <td style='pading: 10px;' align='center'>
    <font size='2' face='Verdana'><b>Alanya Villa Mamadi - Продается вилла в алании</b></font><br />

    </td>
    </tr>
    <tr>
    <td align='left'><b>Цена </b><font size='5' color='#990000' face='Verdana'><b>290 000</b></font>&nbsp;<font size='3' color='#990000' face='Verdana'><b>EUR</b></font><br />

</td>
    </tr>
    <tr>
    <td>
    <a href='http://www.rivierainvest.ru/Dom/turtsiya/Алания/Villy na prodazhu/24-Alanya_Villa_Mamadi.html'>Подробнее ►</a></font>
    </td>
    </tr>
    <tr>
    <td></td>
    </tr>
    </table>" width="744" height="260" /></a>


        
        
       <a href='http://www.rivierainvest.ru/Dom/turtsiya/Alanya/Penthaus_na_prodazhu/785-City_Lights_Penthouse_in_Alanya_Centre.html'><img src="http://www.rivierainvest.ru/resimler/63w1e4q3zl/banner/CityLightsPenthouseinAlanyaCentreLightfloodedpenthousepropertyinAlanyacitywithcastleviewpoolfitnesssauna_3200.jpg" alt="<table width='180' height='245'>
    <tr>
    <td style='pading: 10px;' align='center'>
    <font size='2' face='Verdana'><b>City Lights Penthouse in Alanya Centre - Новый  Роскошный  Пентхаус в центре Алании  с видом на море и стринного замка Алании.</b></font><br />

    </td>
    </tr>
    <tr>
    <td align='left'><b>Цена </b><font size='5' color='#990000' face='Verdana'><b>140 000</b></font>&nbsp;<font size='3' color='#990000' face='Verdana'><b>EUR</b></font><br />

</td>
    </tr>
    <tr>
    <td>
    <a href='http://www.rivierainvest.ru/Dom/turtsiya/Алания/Penthaus na prodazhu/785-City_Lights_Penthouse_in_Alanya_Centre.html'>Подробнее ►</a></font>
    </td>
    </tr>
    <tr>
    <td></td>
    </tr>
    </table>" width="744" height="260" /></a>


        
        
       <a href='http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Kargicak/Prodazha_zemli/703-Продажа_земельного__участка__в_Каргыджак.html'><img src="http://www.rivierainvest.ru/resimler/i4fkbee70u/banner/PlotoflandforbuildingasinglevillawithaprivateswimmingpoolinAlanya_7637.jpg" alt="<table width='180' height='245'>
    <tr>
    <td style='pading: 10px;' align='center'>
    <font size='2' face='Verdana'><b>Продажа земельного  участка  в Каргыджак-под строительство  виллы  с частным бассейном в Алании.</b></font><br />

    </td>
    </tr>
    <tr>
    <td align='left'><b>Цена </b><font size='5' color='#990000' face='Verdana'><b>125 000</b></font>&nbsp;<font size='3' color='#990000' face='Verdana'><b>EUR</b></font><br />

</td>
    </tr>
    <tr>
    <td>
    <a href='http://www.rivierainvest.ru/Dom/turtsiya/Каргыджак/Prodazha zemli/703-Продажа_земельного__участка__в_Каргыджак.html'>Подробнее ►</a></font>
    </td>
    </tr>
    <tr>
    <td></td>
    </tr>
    </table>" width="744" height="260" /></a>


        
        
       <a href='http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Avsallar/Kvartiry_na_prodazhu/798-«Gold_Residence_VIP»_Авсаллар_Апартаменты.html'><img src="http://www.rivierainvest.ru/resimler/vluh12fa0h/banner/GoldResidenceVIPAvsallarApartmentsOurnewprojectwithapartmentspenthousesinAvsallarinquietbutcentrallylocationforsale_8947.jpg" alt="<table width='180' height='245'>
    <tr>
    <td style='pading: 10px;' align='center'>
    <font size='2' face='Verdana'><b> «Gold Residence VIP» Авсаллар Апартаменты - наш новый проект с прекрасными квартирами и пентхаусами с панорамным видом на Средиземное море </b></font><br />

    </td>
    </tr>
    <tr>
    <td align='left'><b>Цена </b><font size='5' color='#990000' face='Verdana'><b>56 000</b></font>&nbsp;<font size='3' color='#990000' face='Verdana'><b>EUR</b></font><br />

</td>
    </tr>
    <tr>
    <td>
    <a href='http://www.rivierainvest.ru/Dom/turtsiya/Авсаллар/Kvartiry na prodazhu/798-«Gold_Residence_VIP»_Авсаллар_Апартаменты.html'>Подробнее ►</a></font>
    </td>
    </tr>
    <tr>
    <td></td>
    </tr>
    </table>" width="744" height="260" /></a>


</div>

        <font style="font-size: 3px;"></font>
		<script type="text/javascript">

function goster()
{

$("div#panel").show(100); 

}

function gizle()
{

$("div#panel").hide(100); 

}

function gostergizle()
{

$("div#panel").toggle(100); 

}

</script><a name="yazi" id="yazi"></a>
<table style="border: 1px solid #CCCCCC; width: 744px;" cellpadding="0" cellspacing="0">
  <tr><td style="height: 100%; font-size: 12px; text-align: justify; padding: 8px; border-top: 4px solid #27b3e6; vertical-align:top">
	<span style="font-size: small"><strong><span style="color: rgb(0,153,255); font-size: medium">Агенство недвижимости Ривьера Инвест в Аланье приветствует Вас!</span></strong></span><br />
	( Недвижимость в Турции от застройщика или частных лиц )</p>

	&nbsp;</p>

	<span style="font-size: 13px"><span lang="EN">Покупка <strong>недвижимости за рубежом </strong>&ndash; серьезный и ответственный шаг, поэтому очень важно правильно выбрать риэлтора, который профессионально подойдет к делу и будет сопровождать Вас на всех этапах совершения сделки.</span></span></p>

      <a href="#yazi" onclick="gostergizle()">Подробнее ►</a><div id="panel" style="display:none;">
	  
	&nbsp;</p>

	<span style="font-size: 13px"><span lang="EN">На рынке недвижимости существует большое количество продавцов, некоторые из которых зарекомендовали себя с положительной стороны.</span></span></p>

	&nbsp;</p>

	<span style="font-size: 13px"><span lang="EN">Вот некоторые причины, по которым, как мы думаем, стоит обратить внимание на нашу компанию, Вашего надежного помощника в приобретении </span></span><a href="http://www.rivierainvest.ru" title="Недвижимость в Турции" type="Недвижимость в Турции"><strong>Недвижимость в Турции</strong></a><span style="font-size: 13px"><span lang="EN"><span style="color: #000000"> :</span></span></span></p>

	&nbsp;</p>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">В первую очередь, наша компания имеет собственные объекты, являясь застройщиком,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">Все наши объекты подвергаются тщательной проверке, мы работаем только с крупными строительными компаниями,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">К Вашим услугам компетентные сотрудники, владеющие многими иностранными языками и готовые отдать все свое рабочее время на выполнение своих обязательств перед Вами,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">Предоставление Вам всей необходимой информации о <strong>Турции</strong>, местных законах, культуре, школах, нравах и обычаях, т.к. все наши сотрудники проживают на территории Турции уже много лет,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">Наша база имеет большое количество объектов и обновляется ежедневно,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">&laquo;Сопровождаем&raquo; наших клиентов на протяжении всего их проживания в Турции,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">Компания предоставляет услуги постпродажного сервиса по желанию клиента: оплата коммунальных счетов, проверка помещения, уборка и т. д.,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">По Вашему желанию, мы можем сдать Вашу недвижимость в аренду,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">Последующая перепродажа Вашей собственности,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">Ривьера Инвест дает &laquo;Банковскую гарантию&raquo; на все объекты в нашем каталоге,</span></span></li>
</ul>
<ul style="margin-left: 40px">
	<li>
		<span style="font-size: 13px"><span lang="EN">Организует бесплатную ознакомительную поездку.</span></span></li>
</ul>

	&nbsp;</p>

	<span style="font-size: 13px"><span lang="EN">Ривьера Инвест работает на рынке недвижимости более 40 лет. Мы работаем с удовольствием и станем Вашим надежным партнером и окажем Вам поддержку на всех этапах совершения сделки!</span></span></p>

	&nbsp;</p>

	<span style="font-size: 13px"><span lang="EN">Звоните нам в &laquo;Ривьера Инвест&raquo; : <strong>+90 242 522 32 26</strong> и <strong>+90 242 522 23 70</strong></span></span></p>

	&nbsp;</p>

	<span style="font-size: 13px"><span lang="EN">Электронная почта : <strong>info@rivierainvest.ru</strong></span></span><br />
	<br />
	&nbsp;</p>

	<span style="background-color:yellow;"><strong><span style="color: rgb(255, 160, 122);">Эти разделы могут быть полезны:</span></strong><br />
	<strong><a href="http://www.rivierainvest.ru/prodaja_kvartiry_v_turcii.html" title="купить квартиру в турции" type="купить квартиру в турции"><span style="color: rgb(255, 160, 122);">купить квартиру в турции</span></a></strong>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.rivierainvest.ru" title="апартаменты в алании" type="апартаменты в алании"><span style="color: rgb(255, 160, 122);"><strong>апартаменты в алании</strong></span></a><br />
	<strong><a href="http://www.rivierainvest.ru" title="купить квартиру в турции у моря" type="купить квартиру в турции у моря"><span style="color: rgb(255, 160, 122);">купить квартиру в турции у моря</span></a></strong></span></p>

	<span style="font-size:8px;"><strong>WICHTIG!&nbsp; Riviera Invest bietet Ihnen w&auml;hrend der Kaufabwicklung eine Bankgarantie f&uuml;r alle eigenen <a href="http://alanya-immobilien.rivierainvest.com/" title="immobilien in alanya"><span style="color: rgb(0, 0, 0);">Immobilien in Alanya</span></a> !</strong></span></p>
</div>
</table>
<br>
    



         <font style="font-size: 5px;">&nbsp;</font><br>
         <table id="Table_01" width="745" height="251" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td rowspan="2">
			<img src="http://www.rivierainvest.ru/GoldBanner/images/index_01.gif" width="421" height="138" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/GoldBanner/images/index_02.gif" width="324" height="80" alt=""></td>
	</tr>
	<tr>
		<td>
			<iframe allowtransparency="true" frameborder="0" width="324" height="58"  scrolling="no"src="count/bos.html"></iframe></td>
	</tr>
	<tr>
		<td colspan="2">
			<a href="http://projects.rivierainvest.ru/Stroitel_stvo_Proekty/Vvedenie/Alanya-Avsallar/798-%C2%ABGold_Residence_VIP%C2%BB_%D0%90%D0%B2%D1%81%D0%B0%D0%BB%D0%BB%D0%B0%D1%80_%D0%90%D0%BF%D0%B0%D1%80%D1%82%D0%B0%D0%BC%D0%B5%D0%BD%D1%82%D1%8B.html"><img src="http://www.rivierainvest.ru/GoldBanner/images/index_04.gif" width="745" height="113" alt="" border="0"></a></td>
	</tr>
</table>
                 <br><br>
         
                   <a href="http://granadaresidence.rivierainvest.ru" title="Granada Residence" target="_blank"><img title="Granada Residence" src="http://www.rivierainvest.ru/images/granadason.jpg" border="0"></a>  
		<font style="font-size: 5px;"><br><br><br>
</font><br><br>
         <a href="http://goldresidence.rivierainvest.ru" title="Gold Residence" target="_blank"><img title="Gold Residence" src="http://www.rivierainvest.ru/images/Gold_Residence.jpg" border="0"></a>  
		<font style="font-size: 5px;"><br><br></font>
        <font style="font-size: 5px;"><br><br></font>
               
        <font style="font-size: 5px;"><br><br></font>
		<table width="744" height="120" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td rowspan="2" width="233" height="120">
			<img src="http://www.rivierainvest.ru/images/enyeni_01.jpg"  alt=""></td>
		<td style="background: url(http://www.rivierainvest.ru/images/enyeni_02.jpg); text-align: right; height: 33px; width: 511px"><a style="padding-right: 18px; color: #FFFFFF; font-size: 13px; font-family: Verdana" href="http://www.rivierainvest.ru/New_Realty/turtsiya"><b>Новая Недвижимость в Tурции</b></a></td>
	</tr>
	<tr>
		<td style="background: url(http://www.rivierainvest.ru/images/enyeni_03.jpg); text-align: right; width: 511px; height: 87px">
        
        <table align="right"><tr>

		<td><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Avsallar/Kvartiry_na_prodazhu/798-«Gold_Residence_VIP»_Авсаллар_Апартаменты.html" title=" «Gold Residence VIP» Авсаллар Апартаменты - наш новый проект с прекрасными квартирами и пентхаусами с панорамным видом на Средиземное море " ><img src="http://www.rivierainvest.ru/resimler/vluh12fa0h/kucuk/ndhqtv4ow3.jpg" width="94" height="70" style="border: 1px solid #FFFFFF" /></a></td><td width="12">&nbsp;</td>

		<td><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya/Penthaus_na_prodazhu/785-City_Lights_Penthouse_in_Alanya_Centre.html" title="City Lights Penthouse in Alanya Centre - Новый  Роскошный  Пентхаус в центре Алании  с видом на море и стринного замка Алании." ><img src="http://www.rivierainvest.ru/resimler/63w1e4q3zl/kucuk/d77drisr2p.jpg" width="94" height="70" style="border: 1px solid #FFFFFF" /></a></td><td width="12">&nbsp;</td>

		<td><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Kargicak/Prodazha_zemli/703-Продажа_земельного__участка__в_Каргыджак.html" title="Продажа земельного  участка  в Каргыджак-под строительство  виллы  с частным бассейном в Алании." ><img src="http://www.rivierainvest.ru/resimler/i4fkbee70u/kucuk/uf5gu0iqn2.jpg" width="94" height="70" style="border: 1px solid #FFFFFF" /></a></td><td width="12">&nbsp;</td>

		<td><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Mahmutlar/Penthaus_na_prodazhu/821-Euro_Residence_7_пентхаус_в_Махмутларе.html" title="Euro Residence 7 пентхаус в Махмутларе, Алания - пентхаус с панорамным видом на море в ухоженном комплексе всего в 150 м от моря!!!" ><img src="http://www.rivierainvest.ru/resimler/ms3fonndru/kucuk/toy4n1vqc7.jpg" width="94" height="70" style="border: 1px solid #FFFFFF" /></a></td><td width="12">&nbsp;</td>
        
        </tr></table>
</td>
</tr>
</table>
        <font style="font-size: 5px;"><br></font>
		
        <font style="font-size: 5px;"><br></font>
		<table style="border: 1px solid #CCCCCC; width: 744px;" cellpadding="0" cellspacing="0">
  <tr><td style="border-top: 4px solid #27b3e6">
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya/Kvartiry_na_prodazhu/834-Granada_City_Residence_Апартаменты_в_Алании.html"><img src="http://www.rivierainvest.ru/resimler/zry5dfyndl/kucuk/z3am8nuyfo.jpg" width="150" style="border: 1px solid #cccccc" alt="Granada City Residence Апартаменты в Алании" title="Granada City Residence Апартаменты в Алании" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya/Kvartiry_na_prodazhu/834-Granada_City_Residence_Апартаменты_в_Алании.html" title="Granada City Residence Апартаменты в Алании">
      <font style="font-size: 11px"><b>Granada City Residence Апартаменты в Алании -  роскошные апартаменты и пентхаусы в 5-звездочной резиденции  в центре Алании рядом с пляжем Клеопатры</b></font>
    </a><br /><br />Эта роскошная  5-звездочная резиденция с <b>квартира</b>ми и пентхаусами расположена в центре <b>Алании</b> и в 800 метрах от знаменитого пляжа Клеопатры. На продажу предлагаются три различных типов квартир. <b>Квартиры</b> продаются полностью меблированные с бытовой техникой и кондиционерами
</td>
  </tr>
  <tr><td align="right"><b>Цена : 49 500,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya/Penthaus_na_prodazhu/785-City_Lights_Penthouse_in_Alanya_Centre.html"><img src="http://www.rivierainvest.ru/images/stamp.png" style="position: absolute; border: 0" alt="" /><img src="http://www.rivierainvest.ru/resimler/63w1e4q3zl/kucuk/d77drisr2p.jpg" width="150" style="border: 1px solid #cccccc" alt="City Lights Penthouse in Alanya Centre" title="City Lights Penthouse in Alanya Centre" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya/Penthaus_na_prodazhu/785-City_Lights_Penthouse_in_Alanya_Centre.html" title="City Lights Penthouse in Alanya Centre">
      <font style="font-size: 11px"><b>City Lights Penthouse in Alanya Centre - Новый  Роскошный  Пентхаус в центре Алании  с видом на море и стринного замка Алании.</b></font>
    </a><br /><br />Абсолютный хит недвижимости в <b>Турции</b>.Новый,современный комплекс "City Lights" - с высоким качеством строительства в самом центре <b>Алании</b>.Тщательно продуманный роскошный дизайн.Новые <b>апартаменты</b> строятся в центре <b>Алании</b>.Пентхаус с жилой площадью 108 кв.м. с планировкой гостиная с американской кухней, 2 спальни, 2 ванные комнаты, холл, балкон и терраса на крыше.</td>
  </tr>
  <tr><td align="right"><b>Цена : 140 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://projects.rivierainvest.ru/Stroitel_stvo_Proekty/Vvedenie/Alanya-Avsallar/773-«Gold_Residence_VIP»__Авсаллар_апартаменты.html"><img src="http://www.rivierainvest.ru/resimler/gvwgq5dufi/kucuk/2qo43gi4ql.jpg" width="150" style="border: 1px solid #cccccc" alt="«Gold Residence VIP»  Авсаллар апартаменты" title="«Gold Residence VIP»  Авсаллар апартаменты" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://projects.rivierainvest.ru/Stroitel_stvo_Proekty/Vvedenie/Alanya-Avsallar/773-«Gold_Residence_VIP»__Авсаллар_апартаменты.html" title="«Gold Residence VIP»  Авсаллар апартаменты">
      <font style="font-size: 11px"><b>«Gold Residence VIP»  Авсаллар апартаменты – наш  новый проект с апартаментами с 2 и 3 спальнями и пентхаусы с 3 спальнями в центре Авсаллар</b></font>
    </a><br /><br />Мы с гордостью представляем вам наш новый проект в <b>Авсаллар</b>,<b>Алания</b>. Оригинальные здания с эксклюзивными и максимально комфортными планировками.Наш 40-ка летний опыт в строительстве позволяет нам находить оригинальные идеи и создавать индивидуальные инженерные разработки в любых сложных условиях.<b>Проект</b> «Gold Residence VIP» в <b>Авсаллар</b> - еще один из достоинств наших работ с приемлемыми  ценами для наших покупателей.</td>
  </tr>
  <tr><td align="right"><b>Цена : 56 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Oba/Penthaus_na_prodazhu/768-Oba_Crown_Пентхаус_в_Алании.html"><img src="http://www.rivierainvest.ru/images/stamp.png" style="position: absolute; border: 0" alt="" /><img src="http://www.rivierainvest.ru/resimler/zqais47et6/kucuk/jq5jarfke7.jpg" width="150" style="border: 1px solid #cccccc" alt="Oba Crown Пентхаус в Алании" title="Oba Crown Пентхаус в Алании" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Oba/Penthaus_na_prodazhu/768-Oba_Crown_Пентхаус_в_Алании.html" title="Oba Crown Пентхаус в Алании">
      <font style="font-size: 11px"><b>Oba Crown Пентхаус в Алании  – меблированная квартира пентхаус в Оба Алании</b></font>
    </a><br /><br />Этот Двухэтажный Пентхаус в <b>Алании</b> расположен в районе  <b>Оба</b>, с жилой площадью 295 кв.м. <b>Квартира</b> недавно   отремонтировано и полностью меблировано.Пентхаус продается с полной  бытовой техникой,включая кондиционера.На территории комплекса:большой плавательный бассейн, детский бассейн с горками,а также крытый бассейн,фитнес-центр,теннисный корт.</td>
  </tr>
  <tr><td align="right"><b>Цена : 220 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Mahmutlar/Kvartiry_na_prodazhu/762-Happy_Marmara_Residence_Апартамент_в_Алании.html"><img src="http://www.rivierainvest.ru/images/stamp.png" style="position: absolute; border: 0" alt="" /><img src="http://www.rivierainvest.ru/resimler/h2ukgnknl9/kucuk/4dhn909g2k.jpg" width="150" style="border: 1px solid #cccccc" alt="Happy Marmara Residence Апартамент в Алании" title="Happy Marmara Residence Апартамент в Алании" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Mahmutlar/Kvartiry_na_prodazhu/762-Happy_Marmara_Residence_Апартамент_в_Алании.html" title="Happy Marmara Residence Апартамент в Алании">
      <font style="font-size: 11px"><b>Happy Marmara Residence Апартамент в Алании  - Полностью меблированная квартира в Махмутларе Алания </b></font>
    </a><br /><br />Трехкомнатная полностью меблированная <b>квартира</b> в шаговой доступности до моря в хорошем комплексе. Здание недалеко от центра <b>Махмутлар</b>а с ресторанами, кафе, магазинами. </td>
  </tr>
  <tr><td align="right"><b>Цена : 79 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://projects.rivierainvest.ru/Stroitel_stvo_Proekty/Vvedenie/Alanya-Avsallar/752-Эмеральд_парк_в_Алании.html"><img src="http://www.rivierainvest.ru/resimler/u8o33ll4wg/kucuk/1q6d18fs6s.jpg" width="150" style="border: 1px solid #cccccc" alt="Эмеральд парк в Алании" title="Эмеральд парк в Алании" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://projects.rivierainvest.ru/Stroitel_stvo_Proekty/Vvedenie/Alanya-Avsallar/752-Эмеральд_парк_в_Алании.html" title="Эмеральд парк в Алании">
      <font style="font-size: 11px"><b>Эмеральд парк в Алании - прекрасная возможность осуществить мечту о своем доме на берегу Cредиземного моря по низким ценам</b></font>
    </a><br /><br />Эмеральд парк в <b>Авсаллар</b>е - новый строительный проект. Комплекс из 4 зданий с полной инфраструктурой. <b>Квартиры</b> разных типов по низким ценам на этапе строительства. Строительная компания предлагает рассрочку. </td>
  </tr>
  <tr><td align="right"><b>Цена : 34 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Kargicak/Prodazha_zemli/703-Продажа_земельного__участка__в_Каргыджак.html"><img src="http://www.rivierainvest.ru/images/stamp.png" style="position: absolute; border: 0" alt="" /><img src="http://www.rivierainvest.ru/resimler/i4fkbee70u/kucuk/uf5gu0iqn2.jpg" width="150" style="border: 1px solid #cccccc" alt="Продажа земельного  участка  в Каргыджак" title="Продажа земельного  участка  в Каргыджак" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Kargicak/Prodazha_zemli/703-Продажа_земельного__участка__в_Каргыджак.html" title="Продажа земельного  участка  в Каргыджак">
      <font style="font-size: 11px"><b>Продажа земельного  участка  в Каргыджак-под строительство  виллы  с частным бассейном в Алании.</b></font>
    </a><br /><br />Земельный  участок 1000 m2 находиться в Kargicak в <b>Алании</b>, ря<b>дом</b>  известного проекта строительства с <b>вилла</b>ми и жилыми <b>дом</b>ами под названием Гранада. Это  - идеальное место для строительство  виллы с  частным бассейном в прекрасным пейзажем. ( земля турции )</td>
  </tr>
  <tr><td align="right"><b>Цена : 125 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Kargicak/Kvartiry_na_prodazhu/693-Альпарслан_Резиденция_квартиры_в_Алании.html"><img src="http://www.rivierainvest.ru/resimler/i49r48udv1/kucuk/ul7hyd1syv.jpg" width="150" style="border: 1px solid #cccccc" alt="Альпарслан Резиденция квартиры в Алании" title="Альпарслан Резиденция квартиры в Алании" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Kargicak/Kvartiry_na_prodazhu/693-Альпарслан_Резиденция_квартиры_в_Алании.html" title="Альпарслан Резиденция квартиры в Алании">
      <font style="font-size: 11px"><b>Альпарслан Резиденция квартиры в Алании - новые квартиры высокого качества в Алании в Каргыджаке </b></font>
    </a><br /><br />Эти квартиры находятся в <b>Каргыджак</b>е всего в 250 метрах до моря. Даже из квартир на первом этаже открывается панорамный вид на море и красивейшие окрестности. <b>Квартира</b> для показа будет скоро готова. </td>
  </tr>
  <tr><td align="right"><b>Цена : 98 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
  <table width="100%" border="0" class="t1" onmouseover="degis(this,'t2')" onmouseout="degis(this,'t1')"><tr>
    <td style="padding: 3px; vertical-align: top; width: 154px"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Kargicak/Villy_na_prodazhu/683-Gold_Residence_5_Villa_Alanya.html"><img src="http://www.rivierainvest.ru/resimler/a0awk1pyvy/kucuk/96mrazcg7s.jpg" width="150" style="border: 1px solid #cccccc" alt="Gold Residence 5 Villa Alanya" title="Gold Residence 5 Villa Alanya" /></a>
	</td>
    <td valign="top">
<table style="width: 100%; font-size: 10px; font-family: Verdana;">
  <tr>
    <td style="border-top: 2px solid #27b3e6"><a href="http://www.rivierainvest.ru/Dom/turtsiya/Alanya-Kargicak/Villy_na_prodazhu/683-Gold_Residence_5_Villa_Alanya.html" title="Gold Residence 5 Villa Alanya">
      <font style="font-size: 11px"><b>Gold Residence 5 Villa Alanya - Голд Резиденция Вилла в Испанском Стиле с Собственным Бассейном с Шикарной Панорамой</b></font>
    </a><br /><br />Здесь мы можем предложить Вам очень хороший <b>дом</b> в <b>Вилла</b> Парке с землей больше чем 600 кв.м., частным бассейном и гаражом за очень благоприятную цену. Отсюда у Вас есть фантастический вид на море и представление о горах. При необходимости чтобы мы могли помочь Вам меблировать эту виллу Аланьи.</td>
  </tr>
  <tr><td align="right"><b>Цена : 255 000,- EUR</b></td></tr>
</table>
    </td>
  </tr></table>
  
</td></tr></table></td>
  </tr>
</table></td></tr>
        </table>
		<table width="100%"><tr><td align="center">
<table width="970" height="196" style="border: 0px solid #016591" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="19">
			<img src="http://www.rivierainvest.ru/images/altmap_01.jpg" width="970" height="12" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="12" alt=""></td>
	</tr>
	<tr>
		<td colspan="10" rowspan="2" style="background: url(http://www.rivierainvest.ru/images/altmap_02.jpg); font-weight: bold; color: #016591; font-size: 18px; font-family:'Times New Roman'; padding-left: 20px; text-align: left">
			<i>Нажмите, чтобы карта для списка по регионам</i></td>
		<td colspan="2">
			<img src="http://www.rivierainvest.ru/images/altmap_03.jpg" width="67" height="24" alt=""></td>
		<td colspan="7" rowspan="2">
			<img src="http://www.rivierainvest.ru/images/altmap_04.jpg" width="336" height="41" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="24" alt=""></td>
	</tr>
	<tr>
		<td colspan="2">
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Cikcilli'><img src="http://www.rivierainvest.ru/images/altmap_05.jpg" width="67" height="17" alt="Cikcilli" title="nedvizhimosti dlya prodazhi в Cikcilli" border="0"></a></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="17" alt=""></td>
	</tr>
	<tr>
		<td colspan="8" rowspan="3">
			<img src="http://www.rivierainvest.ru/images/altmap_06.jpg" width="517" height="53" alt=""></td>
		<td colspan="2">
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Tepe-Bektas'><img src="http://www.rivierainvest.ru/images/altmap_07.jpg" width="50" height="16" alt="Tepe-Bektas" title="nedvizhimosti dlya prodazhi в Tepe-Bektas" border="0"></a></td>
		<td rowspan="2">
			<img src="http://www.rivierainvest.ru/images/altmap_08.jpg" width="30" height="35" alt=""></td>
		<td colspan="2">
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Tosmur'><img src="http://www.rivierainvest.ru/images/altmap_09.jpg" width="73" height="16" alt="Tosmur" title="nedvizhimosti dlya prodazhi в Tosmur" border="0"></a></td>
		<td colspan="6" rowspan="2">
			<img src="http://www.rivierainvest.ru/images/altmap_10.jpg" width="300" height="35" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="16" alt=""></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="http://www.rivierainvest.ru/images/altmap_11.jpg" width="50" height="19" alt=""></td>
		<td colspan="2">
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Oba'><img src="http://www.rivierainvest.ru/images/altmap_12.jpg" width="73" height="19" alt="Oba" title="nedvizhimosti dlya prodazhi в Oba" border="0"></a></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="19" alt=""></td>
	</tr>
	<tr>
		<td rowspan="6">
			<img src="http://www.rivierainvest.ru/images/altmap_13.jpg" width="27" height="107" alt=""></td>
		<td colspan="2" rowspan="2">
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya'><img src="http://www.rivierainvest.ru/images/altmap_14.jpg" width="53" height="46" alt="Alanya" title="nedvizhimosti dlya prodazhi в Alanya" border="0"></a></td>
		<td colspan="2" rowspan="6">
			<img src="http://www.rivierainvest.ru/images/altmap_15.jpg" width="73" height="107" alt=""></td>
		<td>
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Kestel'><img src="http://www.rivierainvest.ru/images/altmap_16.jpg" width="53" height="18" alt="Kestel" title="nedvizhimosti dlya prodazhi в Kestel" border="0"></a></td>
		<td colspan="5">
			<img src="http://www.rivierainvest.ru/images/altmap_17.jpg" width="247" height="18" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="18" alt=""></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="http://www.rivierainvest.ru/images/altmap_18.jpg" width="90" height="28" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/altmap_19.jpg" width="59" height="28" alt=""></td>
		<td colspan="2">
			<img src="http://www.rivierainvest.ru/images/altmap_20.jpg" width="117" height="28" alt=""></td>
		<td>
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Payallar'><img src="http://www.rivierainvest.ru/images/altmap_21.jpg" width="70" height="28" alt="Payallar" title="nedvizhimosti dlya prodazhi в Payallar" border="0"></a></td>
		<td>
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Konakli'><img src="http://www.rivierainvest.ru/images/altmap_22.jpg" width="75" height="28" alt="Konakli" title="nedvizhimosti dlya prodazhi в Konakli" border="0"></a></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/altmap_23.jpg" width="106" height="28" alt=""></td>
		<td rowspan="5">
			<img src="http://www.rivierainvest.ru/images/altmap_24.jpg" width="53" height="89" alt=""></td>
		<td>
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Mahmutlar'><img src="http://www.rivierainvest.ru/images/altmap_25.jpg" width="59" height="28" alt="Mahmutlar" title="nedvizhimosti dlya prodazhi в Mahmutlar" border="0"></a></td>
		<td colspan="4">
			<img src="http://www.rivierainvest.ru/images/altmap_26.jpg" width="188" height="28" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="28" alt=""></td>
	</tr>
	<tr>
		<td rowspan="4">
			<img src="http://www.rivierainvest.ru/images/altmap_27.jpg" width="29" height="61" alt=""></td>
		<td rowspan="2">
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Okurcalar'><img src="http://www.rivierainvest.ru/images/altmap_28.jpg" width="61" height="24" alt="Okurcalar" title="nedvizhimosti dlya prodazhi в Okurcalar" border="0"></a></td>
		<td rowspan="4">
			<img src="http://www.rivierainvest.ru/images/altmap_29.jpg" width="59" height="61" alt=""></td>
		<td rowspan="2">
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Avsallar'><img src="http://www.rivierainvest.ru/images/altmap_30.jpg" width="52" height="24" alt="Avsallar" title="nedvizhimosti dlya prodazhi в Avsallar" border="0"></a></td>
		<td rowspan="2">
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Turkler'><img src="http://www.rivierainvest.ru/images/altmap_31.jpg" width="65" height="24" alt="Turkler" title="nedvizhimosti dlya prodazhi в Turkler" border="0"></a></td>
		<td colspan="3" rowspan="4">
			<img src="http://www.rivierainvest.ru/images/altmap_32.jpg" width="251" height="61" alt=""></td>
		<td colspan="2" rowspan="4">
			<img src="http://www.rivierainvest.ru/images/altmap_33.jpg" width="53" height="61" alt=""></td>
		<td rowspan="4">
			<img src="http://www.rivierainvest.ru/images/altmap_34.jpg" width="59" height="61" alt=""></td>
		<td>
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Kargicak'><img src="http://www.rivierainvest.ru/images/altmap_35.jpg" width="56" height="20" alt="Kargicak" title="nedvizhimosti dlya prodazhi в Kargicak" border="0"></a></td>
		<td colspan="3" rowspan="3">
			<img src="http://www.rivierainvest.ru/images/altmap_36.jpg" width="132" height="37" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="20" alt=""></td>
	</tr>
	<tr>
		<td rowspan="3">
			<img src="http://www.rivierainvest.ru/images/altmap_37.jpg" width="56" height="41" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="4" alt=""></td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="http://www.rivierainvest.ru/images/altmap_38.jpg" width="61" height="37" alt=""></td>
		<td colspan="2" rowspan="2">
			<img src="http://www.rivierainvest.ru/images/altmap_39.jpg" width="117" height="37" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="13" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="http://www.rivierainvest.ru/images/altmap_40.jpg" width="42" height="24" alt=""></td>
		<td>
<a href='http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/turtsiya/Alanya-Demirtas'><img src="http://www.rivierainvest.ru/images/altmap_41.jpg" width="52" height="24" alt="Demirtas" title="nedvizhimosti dlya prodazhi в Demirtas" border="0"></a></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/altmap_42.jpg" width="38" height="24" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="1" height="24" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="29" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="61" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="59" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="52" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="65" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="70" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="75" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="106" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="27" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="23" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="30" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="37" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="36" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="53" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="59" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="56" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="42" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="52" height="1" alt=""></td>
		<td>
			<img src="http://www.rivierainvest.ru/images/spacer.gif" width="38" height="1" alt=""></td>
		<td></td>
	</tr>
</table></td></tr></table>
        
        
        </td></tr></table></td>
		<td>&nbsp;</td>
	</tr>
</table>
        

<table align="center" style="width: 990px; text-align: left; background: #ebebeb; border: 1px solid #cccccc; font-size: 9px;"><tr><td width="100%"><table style="width: 100%;"><tr>

<td width="328"></td> <td width="642">&nbsp;</td>
</tr>
                
        <tr>
          <td colspan="2"><a  style="color: #666666" href="http://www.rivierainvest.ru/kvartiry_v_mahmutlar.html" title="Квартиры в Махмутларe">Квартиры в Махмутларe</a>| <a  style="color: #666666" href="http://www.rivierainvest.ru" title="Виллы в Турции">Виллы в Турции</a> | <a  style="color: #666666" href="http://www.rivierainvest.ru" title="Квартиры в Турции">Квартиры в Турции</a> | <a  style="color: #666666" href="http://www.rivierainvest.ru" title="Недвижимость в Турции">Недвижимость в Турции</a> | <a  style="color: #666666" href="http://www.rivierainvest.ru" title="Продажа квартир в Турции">Продажа квартир в Турции</a> | <a  style="color: #666666" href="http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/Turtsiya/Prodazha_zemli" title="Земля в Турции">Земля в Турции</a> | <a  style="color: #666666" href="http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/Turtsiya/Penthaus_na_prodazhu" title="Пентхаус Турции">Пентхаус Турции</a> | <a  style="color: #666666" href="http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/Turtsiya/Kommercheskaya_Realty" title="Коммерческая Недвижимость">Коммерческая Недвижимость</a> | <a  style="color: #666666" href="http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/Turtsiya/Proekti_dlya_investorov" title="Недвижимость План-Проект">Недвижимость План-Проект</a> | <a  style="color: #666666" href="http://www.rivierainvest.ru/nedvizhimosti_dlya_prodazhi/Turtsiya/investirovat__Realty" title="Инвестиционная Недвижимость">Инвестиционная Недвижимость</a> | <a  style="color: #666666" href="http://granadaresidence.rivierainvest.ru" title="Granada Residence">Granada Residence</a></td>
        </tr>
        
        
        <tr>
    <td colspan="2">
	 </td>
    </tr>
</table></td></tr>
  <tr>
    <td></td>
  </tr> 
  </table> 
          
          
<table width="990" align="center">
		  <tr>
		    <td><table width="100%" border="0" style="font-size: 10px">
            <tr>
            <td>Powered by<br>Riviera Invest IT Department<br />
			
			<script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target=_blank><img src='//counter.yadro.ru/hit?t23.2;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random()+
"' alt='' title='LiveInternet: bugün için ziyaretçilerin sayısı' "+
"border='0' width='88' height='15'><\/a>")
//--></script>
<!-- Rating@Mail.ru counter -->
<script type="text/javascript">//<![CDATA[
var a='',js=10;try{a+=';r='+escape(document.referrer);}catch(e){}try{a+=';j='+navigator.javaEnabled();js=11;}catch(e){}
try{s=screen;a+=';s='+s.width+'*'+s.height;a+=';d='+(s.colorDepth?s.colorDepth:s.pixelDepth);js=12;}catch(e){}
try{if(typeof((new Array).push('t'))==="number")js=13;}catch(e){}
try{document.write('<a href="http://top.mail.ru/jump?from=2207168">'+
'<img src="http://dd.ca.b1.a2.top.mail.ru/counter?id=2207168;t=96;js='+js+a+';rand='+Math.random()+
'" alt="Рейтинг@Mail.ru" style="border:0;" height="18" width="88" \/><\/a>');}catch(e){}//]]></script>
<noscript><p><a href="http://top.mail.ru/jump?from=2207168">
<img src="http://dd.ca.b1.a2.top.mail.ru/counter?js=na;id=2207168;t=96" 
style="border:0;" height="18" width="88" alt="Рейтинг@Mail.ru" /></a></p></noscript>
<!-- //Rating@Mail.ru counter -->
<!-- begin of Top100 code -->
<script id="top100Counter" type="text/javascript" src="http://counter.rambler.ru/top100.jcn?2719176"></script> <noscript><a href="http://top100.rambler.ru/navi/2719176/"><img src="http://counter.rambler.ru/top100.cnt?2719176" alt="Rambler's Top100" border="0" /></a></noscript>
<!-- end of Top100 code -->

</td><td align="center">Copyright © Riviera Invest, all rights reserved. 2013</td><td align="right">Riviera Invest is a company of<br><a style="color: #666666" href="http://www.goldresidence.com" target="_blank"><img src="http://www.rivierainvest.ru/images/alparslan.png" align="absmiddle" border="0" alt="Alparslan Construction – Apartments Villas Alanya" title="Alparslan Construction – Apartments Villas Alanya" /></a></td>
            </tr></table>
            </td>
  </tr>
</table>
</div>
</body>
</html>