<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Amazon"  
description="Search Amazon products from your iGoogle homepage. 
Amazon.com - the american Amazon store - provides online shopping from the 
earth's biggest selection of books, magazines, music, DVDs, videos, 
electronics, computers, software, apparel &#38; accessories, shoes, jewelry, tools &#38; hardware, 
housewares, furniture, sporting goods, beauty &#38; personal care, 
broadband &#38; dsl, gourmet food and just about anything else."
author="Martin" 
author_email="miniapps+amazon@gmail.com" 
author_location="Stockholm, Sweden" 
author_affiliation="googleminiapps.com in association with Amazon" 
author_link="http://www.googleminiapps.com/" 
title_url="http://www.amazon.com/"  
thumbnail="http://miniappsteam.googlepages.com/amazon-thumbnail.png" 
screenshot="http://hosting.gmodules.com/ig/gadgets/file/112687370101077356094/amazon-ss.png" 

scrolling="false" 
singleton ="false" 
category="tools" 
category2="lifestyle" 
height="150">
<Require feature="dynamic-height"/> 
<Require feature="analytics"/> 
</ModulePrefs> 
<UserPref name="alignment" 
 display_name="Search box alignment:(default=Center)"
 datatype="enum"
 default_value="none">
 <EnumValue value="left" display_value="Left"/>
 <EnumValue value="none" display_value="Center"/>
 <EnumValue value="right" display_value="Right"/>
</UserPref>
<Content type="html" view="home, canvas"><![CDATA[
<style type="text/css">
body {
overflow:hidden;
text-align:center;
}
#home-wrap {
width:180px;
height:150px;
margin:0 auto;
padding:0;
text-align:center;
float:__UP_alignment__;
clear:__UP_alignment__;
}
</style>
<div id="home-wrap"> 
<iframe src="http://rcm.amazon.com/e/cm?t=associates-tag-goes-here-20&o=1&p=27&l=qs1&f=ifr" width="180" height="150" frameborder="0" scrolling="no"></iframe>
</div>
<script type="text/javascript">
_IG_AdjustIFrameHeight();
_IG_Analytics("UA-2574778-1", "/amazon-gadget/home-and-profile-views");
</script> 
]]></Content>


<Content type="html" view="profile"><![CDATA[
<style type="text/css">
body {
text-align:center;
}
#profile-wrap {
width:180px;
height:150px;
margin:0 auto;
padding:0;
text-align:center;
float:__UP_alignment__;
clear:__UP_alignment__;
}
</style>
<div id="profile-wrap">
<iframe src="http://rcm.amazon.com/e/cm?t=associates-tag-goes-here-20&o=1&p=27&l=qs1&f=ifr" width="180" height="150" frameborder="0" scrolling="no"></iframe>
</div>
<script type="text/javascript">
_IG_AdjustIFrameHeight();
_IG_Analytics("UA-2574778-1", "/amazon-gadget/profile-view");
</script>
]]></Content>
</Module>



































