$(document).ready(	
function() {
$(".container").wtRotator({
width:960,
height:300,
button_width:12,
button_height:12,
button_margin:5,
auto_start:true,
delay:6000,
play_once:false,
transition:"block.fade",
transition_speed:400,
auto_center:true,
easing:"",
cpanel_position:"inside",
cpanel_align:"br",
timer_align:"bottom",
display_thumbs:true,
display_dbuttons:false,
display_playbutton:false,
display_numbers:false,
display_timer:true,
mouseover_pause:false,
cpanel_mouseover:false,
text_mouseover:false,
text_effect:"fade",
text_sync:true,
tooltip_type:"none",
lock_tooltip:true,
shuffle:false,
block_size:100,
vert_size:55,
horz_size:50,
block_delay:10,
vstripe_delay:75,
hstripe_delay:180,			
});
}
);
