// JavaScript Document

//jQuery(document).ready(function() {
jQuery(function() {
	
	jQuery('#slider').nivoSlider({ effect:'fade', pauseTime:6000 });
	jQuery('a.gallery').lightBox();
	jQuery('a.productImage').lightBox();
	jQuery('div.roundeda').corners('25px');
	
	//this does the lightbox init
	
	
	

								
});


 






