$(document).ready(function(){
	$("a[rel='external']").attr({
		target: "_blank"
	});
	if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule) {
		document.styleSheets[0].addRule('#phone', 'behavior: url(assets/templates/velme/css/iepngfix.htc)');
		document.styleSheets[0].addRule('#zip', 'behavior: url(assets/templates/velme/css/iepngfix.htc)');
		document.styleSheets[0].addRule('#rightblock .header .bg ul li', 'behavior: url(assets/templates/velme/css/iepngfix.htc)');
		document.styleSheets[0].addRule('#askquest a', 'behavior: url(assets/templates/velme/css/iepngfix.htc)');
		document.styleSheets[0].addRule('#dress', 'behavior: url(assets/templates/velme/css/iepngfix.htc)');
		document.styleSheets[0].addRule('#subscription', 'behavior: url(assets/templates/velme/css/iepngfix.htc)');
		document.styleSheets[0].addRule('#owner', 'behavior: url(assets/templates/velme/css/iepngfix.htc)');
	}

	$('.gallery a').lightBox();
	
		//$('a[@rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel



	
});
