$(document).ready(function() {
	/*
	 $("#topmenu ul li a").hover(function() {
		$(this).animate({
			height : 48
		}, 200);

	}, function() {
		$(this).animate({
			height : 40
		}, 100);
	});

	 */
	if($('#s3slider').length > 0){
		$('#s3slider').s3Slider({
			timeOut : 4000
		});
	}
});
