var total_slides = 0;
var duration = 8000;
var interval = 0;
var current = 0;
var fade_speed = 2000;

$(document).ready(
		function(){
			$('#banner_slides').innerfade({
				animationtype: 'fade',
				speed: 1500,
				timeout: 8000,
				type: 'sequence',
				containerheight: '240px'
			});
		});

