// BUILT ON TOP OF JQUERY /////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
/*************************************************************************************************/

$(document).ready(function() {
						   
	$("ul li:first-child").addClass("first-child");
	$(".maincol p:first-child").addClass("first-child");
	
	//$('.xcol').gradient({ from: 'FFFFFF', to: 'ededed' });
	
});
