function selected(id)
{$.each($('#hotspot_form .panel'),function(index,obj){$(obj).hide();});$('div#'+id+'.panel.panel_hotspot').show();}
function gotonext(reload)
{if(reload==1){setTimeout("gotonext(1)",7000);}$('.li_list:eq('+($('.filmstrip').children().size()-1)+')').after('<li class="li_list">'+$('.li_list:eq(0)').html()+'</li>');$('.li_list:eq(0)').remove();selected($('.li_list:eq(0)').find('img').attr('id'));}
function gotoprev()
{$('.li_list:eq(0)').before('<li class="li_list">'+$('.li_list:eq('+($('.filmstrip').children().size()-1)+')').html()+'</li>');$('.li_list:eq('+($('.filmstrip').children().size()-1)+')').remove();selected($('.li_list:eq(0)').find('img').attr('id'));}
$(document).ready(function(){$('#hotspot_value .widget-inner').css('display','block');$('div#0.panel.panel_hotspot').show();setTimeout("gotonext(1)",7000);$(".nav-next").live("click",function(){gotonext();});$(".nav-prev").live("click",function(){gotoprev();});$(".li_list").live("click",function(){if($(this).position().left==87)
{gotonext();}else if($(this).position().left==173)
{gotonext();gotonext();}else if($(this).position().left==259)
{gotonext();gotonext();gotonext();}});});
