$(document).ready(function(){
	
$('.SlimboxREN a').slimbox({counterText:'{x}/{y}',easing: "easeOutElastic"});
$(".SlimboxREN a").bind('click',
function(){
	$('html').css("overflow", "hidden");
});
$("#lbOverlay").bind('click',
function(){
	$('html').css("overflow", "scroll");
});
$("a#lbCloseLink").bind('click',
function(){
	$('html').css("overflow", "scroll");
});	
	

});

function OpenHref(elem){
	var target = $(elem).attr("href");
	window.open(target);
}