// Created for TMARKS Design by Joel Davis of Yellow Button


// when document is ready
$(function() {

	//setup scroller (need setTimeout to ensure previous step is done)
	$('.maincontent').jScrollPane({scrollbarWidth:6, scrollbarMargin:10});
	
	// work with CSS to initialize some stuff
	$('HTML').addClass('JS');	

});