$(function() {
	if($("a.thickbox").length) {
		$("a.thickbox").colorbox();
		$("area.thickbox").colorbox();
		$(".products-video a").colorbox({iframe:true, width:710, height:600});
	}
	$('#cart_quantity #field_country').change(function() {
		$('#cart_quantity').submit();
	});
	if($("#dresdner-cetelem-rates").length) {
		$('#dresdner-cetelem-rates-box').hide();
		$('#dresdner-cetelem-hint').show();
		$('#dresdner-cetelem-rates').addClass('noborder');
		$('a.dresdner-cetelem').colorbox({width:"450px", inline:true, href:"#dresdner-cetelem-rates"});
	}
});

