/*
$(document).ready(
	function() {
		$('#slideshow').cycle({ fx: 'fade', speed: 500, timeout: 5000, after: function() {$('.caption').html(this.title)}});
	}
)
*/

$(document).ready(function () {
	$(".container-banner").wtRotator({
		width: 940,
		height: 250,
		button_width:24,
		button_height:24,
		button_margin:4,
		auto_start:true ,
		display_thumbs:false,
		display_timer:false,
		delay:5000
	});

});

