// JavaScript Document


// For special offer box
$(document).ready(function() {
						   
	$('.offerBox').cycle({ 
	fx: 'scrollUp',
    speed: 300, 
    timeout: 8000,
	pause: true
	});

});