$('#djevojkadana .imgs a').click( function(){

	if($.browser.msie)
		$('#left-column *').addClass('dimmed');
	else
		$('#left-column > *').addClass('dimmed');
	$('#modalcontainer').html('<div class="imgholder"><p class="closebutton"><a href="#">x</a></p><img src="' + this.href + '" width="448" /><h2><a target="_blank" href="/teleport/' + this.rel + '">' + $(this).attr('title') + '</a></h2></div>').css('top', $(window).scrollTop() + 'px').show();
	$('#modalbackground').show();
	$('#banner728x90 object, #banner728x90 embed, #banner300x250 object, #banner300x250 embed').hide();

	return false;
});

$('#modalbackground, #modalcontainer, body').click( function(){

	if($.browser.msie)
		$('#left-column *').removeClass('dimmed');
	else
		$('#left-column > *').removeClass('dimmed');
	$('#modalcontainer').hide();
	$('#modalbackground').hide();
	$('#banner728x90 object, #banner728x90 embed, #banner300x250 object, #banner300x250 embed').show();
});
