// JavaScript Document
function show_rulesbox(){
	jQuery('#lbRules').show();
	mCustomScrollbars();
}

function hide_rulesbox(){
	jQuery('#lbRules').hide();
}

function mCustomScrollbars(){
	jQuery("#mcs_container").mCustomScrollbar("vertical",300,"easeOutCirc",1.05,"fixed","yes","no",15); 
}

