$(document).ready(function(){

	if($('#productslider').html()){

		$('#productslider').cycle({
			fx:			'fade',
	//		speedIn:	1000,
	//		speedOut:	1500,
			timeout:	3500,
			pager:		'#indicators',
			pagerAnchorBuilder: function(idx, slide) {
				return '<a href="#"></a>';
			}
		});
	
	}
	
	
});
