/* Home images */
.home_img2{
	background:url(/static/images/en/join.jpg);	
}
.home_img5  {
	background:url(/static/images/en/btn_existing_pin.gif);
}
.home_img6  {
	background:url(/static/images/en/ad_box03nokia.gif);
}

/* WiFi Certificate image */
#wi-ficertificate {
	background:url(/static/images/en/wifi_certified.gif) no-repeat;
}

/* Widgets images */
.myDevices {
background: url(/static/images/en/mymenuicon3_sml.png) no-repeat;
}
.myBuddies {
	background:url(/static/images/en/mymenuicon1_sml.png) no-repeat;
}
.myProfile {
	background:url(/static/images/en/mymenuicon5_sml.png) no-repeat;
}
.myWifi {
	background:url(/static/images/en/mymenuicon2_sml.png) no-repeat;
}
.myHistory {
	background:url(/static/images/en/mymenuicon4_sml.png) no-repeat;
}
.myDevices_txt {
	background:url(/static/images/en/mymenuicon4.gif) no-repeat;	
}
.myBuddies_txt {
	background:url(/static/images/en/mymenuicon2.gif) no-repeat;
}
.myProfile_txt {
	background:url(/static/images/en/mymenuicon5_sml.png) no-repeat;
}
.myWifi_txt {
	background:url(/static/images/en/mymenuicon1.gif) no-repeat;
}
.myHistory_txt {
	background:url(/static/images/en/mymenuicon3.gif) no-repeat;
}
.myAccount_txt {
	background:url(/static/images/en/mymenuicon5.gif) no-repeat;
}
/* Download images */
.deviceDownloadContainer .deviceContainer .txtContainer a.button{
	background:url(/static/images/en/btn_download.gif) top no-repeat;
}