$(function($)
{
	$('.roundedCorners').corner("8px");
	$('.dropdown').corner("5px");
	
	$('#product_images').jcarousel({
		visible: 1,
		scroll: 1,
		auto: 8,
		wrap: "both",
		initCallback: function (carousel, state) {
		},
                itemVisibleInCallback: function(carousel, li, index, state) {
                    $("ul.paging li:eq(" + (index-1) + ")").addClass("active");
                },
                itemVisibleOutCallback: function(carousel, li, index, state) {
                    $("ul.paging li:eq(" + (index-1) + ")").removeClass("active");
                }
	});
	    
	// 	// 
		// $('#uploader').uploadify({ 
		//   'uploader':  '/swf/uploadify.swf', 
		//   'script':    '/admin/images/upload', 
		//   'folder':    'brush', 
		//   'cancelImg': '/img/lib/cancel.png',	
		// 	'folder'         : 'uploads',
		//   'multi': true,
		// 	'auto': true
		// });
	
});
