/* Versions 7 & 8 of IE were struggling with the transparent PNGs on the homepage. IE 9 already appeared to be fine, but this should be harmless for 9. */
#hp #container #hpInteractive .slider .section .slideImage {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);     
	zoom: 1;
}
#hp #container #hpInteractive .slider .section .sectionBg .sectionBgBubble {background: url(/_files/images/hpIntBubbleBg.jpg) left top no-repeat;}
#hp #container #main #mainLiner #hpLeft .speechBubble h2 {background: url(/_files/images/hpSpeechBubbleH2.jpg) left top no-repeat;}

