$(function(){
	var domticker;
	domticker = 0.9 * 0.2 * 0.89 * $(document).width();
	$('#domticker').width(domticker);
	if($.browser.opera){
		$('#wrap_affiliatebutton').css('right','-40px');
	}
	$('.checkout_buttons_row1').css('width', '100%');
});