/* ---------------------------------------------------------------
	
	MAIN.JS
		
--------------------------------------------------------------- */

$(function(){
/* config - commentOut to Off */
	cssBrowserSelector();
	initRollOvers();
//	enableFlash();
//	enablePNG ();
//	enableCSSPNG ();
	blankToPop();
	smoothScroll();
	$('.bt-pagetop').hover(
		function(){
			$(this).css("opacity",0.7);
		},
		function(){
			$(this).css("opacity",1);
		}
	);
});
