jQuery(document).ready(function($) {

 	



if (snazzy_mini)
{ 
	$('.sz_day').hide();
}

if (snazzy_fx==1)
{
	$(".sz_carousel").jCarouselLite({
        btnNext: "#szright",
        btnPrev: "#szleft",
       // mouseWheel: true, // scrolling left - right with mouse wheel. you need to uncomment  mousewheel.js in the code
        visible:4,	// number of visible elements
        circular:false, //is it circular
        def_width:116,	// width + padding width
        def_height:0
    });
    
	$('.sz_month').css('width','100px');
}

if (snazzy_corners)
{
	$('.sz_img').corner();

}





});