        $(document).ready(function(){
        	$(".jq-showLogin").colorbox({ width:"250px;", inline:true, href:"#show_login" });
        	$(".jq-showLostPass").colorbox({ inline:true, href:"#show_lostpass" });
        	$(".jq-showNewsletter").colorbox({ width:"400px;", inline:true, href:"#show_newsletter" });
        });
