$(document).ready(	
function() {
$(".container").wtGallery({
num_display:5,
screen_width:400,
screen_height:120,
padding:0,
thumb_width:5,
thumb_height:70,
thumb_margin:5,
text_align:"bottom",
caption_align:"bottom",
auto_rotate:true,
delay:5000,					
rotate_once:false,
auto_center:true,
cont_imgnav:false,
cont_thumbnav:false,
display_play:false,
display_imgnav:false,
display_imgnum:false,
display_timer:false,
display_thumbnav:false,
display_indexes:false,					
display_thumbnum:false,
display_tooltip:false,
display_arrow:false,
mouseover_pause:false,				
mouseover_text:false,
mouseover_info:false,
mouseover_caption:false,
mouseover_buttons:false,
transition:"random",
transition_speed:800,
scroll_speed:600,
vert_size:45,
horz_size:45,					
vstripe_delay:100,
hstripe_delay:100,
move_one:false,
shuffle:false
});
}
);

