function IeCssFix() {
	var CSS;
	if (document.all) {
		CSS=document.createStyleSheet();
		CSS.addRule("#slideshow","height:290px");
		CSS.addRule("#slideshow","overflow:hidden");
	}
};
IeCssFix();
$(function() {
	$('#slideshow').cycle({ timeout: 14000, speed: 400, next: '.next' });
});
$(document).ready(function(){
	$(".next").css('visibility', 'visible');
});