$(document).ready(function(){
	
	$('div.main_rotational div.slides').cycle({
		fx: 'fade',
		pager:  'div.main_rotational div.pager',
		timeout: 8000
	});
	
	$('div.basi_spotlight div.slides').cycle({
		fx: 'fade',
		pager:  'div.basi_spotlight div.pager',
		timeout: 5000,
		next: '.next',
		cleartypeNoBg: true
	});
	
	$('div.sidebar_wrapper:first-child').addClass('first');

});
