$(document).ready(function(){
	$("#sidebar").corner("round tr tl 5px");
	$("#mySlideshowBox").corner("round tr tl 5px");
	$("#mySlideLinks").corner("round br bl 5px");	
	$("div.btmDivs").corner("round 5px");
	$("div.formstcl").corner("round 10px");
	$("div.titleh1").corner("round 5px");
	$("div.team").corner("round 5px");
	$("#phpage ").corner("round 5px");
	
	$('#hideSlider').hide();
	$('#mySlideshow').show();
	$('#mySlideshow').cycle({
           prev:   '#prev',
           next:   '#next',
           timeout: 3000
	});
});

