$(document).ready(function () {
	$('#cycleHolder').append("<img src='cycleimages/banner1.jpg' alt='slide1'  width='870' height='200' /><img src='cycleimages/banner2.jpg' alt='slide2'  width='870' height='200' /><img src='cycleimages/banner3.jpg' alt='slide3'  width='870' height='200' />");
	$('#cycleHolder').css("width","870px");
	
	$('#cycleHolder').css("background","#00578e");
	
	$('#cycleHolder').css("border-style","solid");
	$('#cycleHolder').css("border-bottom-width","3px");
	$('#cycleHolder').css("border-top-width","3px");
	$('#cycleHolder').css("border-bottom-color","#4b96cc");
	$('#cycleHolder').css("border-top-color","#005285");
	
	$('#cycleHolder').css("margin-left","-40px");
	$('#cycleHolder').css("margin-right","-40px");
	$('#cycleHolder').css("margin-top","-5px");
	$('#cycleHolder').css("margin-bottom","36px");
	$('#cycleHolder').cycle({fx:'scrollRight', easing:'easeout', delay:-150000, next: '#cycleHolder', pause: 1});
});
