// JavaScript Document
//media rotator browser used primarily on the main page	
function mediaRotator(dir){
//agile scroller
$('#media_content').agile_carousel({
  slide_directory: dir,
  transition_type: "fade",
  pause_button: "no",
  hover_next_prev_buttons: "no",
  slide_buttons: "yes",
  pause_button: "yes",
first_last_buttons: "no" ,
timer_length: "4000",
transition_duration: 3000
});
}
