$(document).ready(function() {
	$('.kwicks').kwicks({
		maxWidth : 300,  // required attribute
		spacing : 0
	});
	
	$('.kwicks_parent:first').css('background','none');
	
	$('#banner-footer .ad_box').cycle({
		fx: 'scrollUp', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout : 6000,
		pause: true
	}).css('height','75px');
	$('#main-left > div > .ad_box').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout : 8000,
		pause: true
	});
});
