/*////////////////////////////////////////////////////////////////////
 
	Trek Bicycle Corporation
	International Dealer Locator: Screen Styles
	Author: Matthew Litherland
	Updated: 2008-9-16

////////////////////////////////////////////////////////////////////*/

/* IE 6 hacks*/

#modalContainer {
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(15 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#modalContainer a.modalCloseImg {
	background:none; 
	right:-14px; 
	width:22px; 
	height:26px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/basic/x.png',sizingMethod='scale');
}