$(document).ready(function(){$("#slideshow").css("overflow","hidden");$("ul#slides").cycle({fx:'fade',pause:5,prev:'#prev',next:'#next'});$("#slideshow").hover(function(){$("ul#nav").fadeIn()},function(){$("ul#nav").fadeOut()});$('.opc').each(function(){$(this).hover(function(){$(this).stop().animate({opacity:1.0},350)},function(){$(this).stop().animate({opacity:.50},350)})});$("a[rel=slideshow]").fancybox({'transitionIn':'none','transitionOut':'none','titlePosition':'none','titleFormat':function(title,currentArray,currentIndex,currentOpts){return''}});$('.scroll-pane').jScrollPane();$('#usa').CreateBubblePopup({position:'top',align:'center',innerHtml:'<b>Ligné Agency - Los Angeles</b><br>947 N. La Cienega Blvd, Suite L<br>Los Angeles, CA. 90069',innerHtmlStyle:{color:'#FFFFFF','text-align':'center'},themeName:'all-grey',themePath:'/images/tooltip'});$('#texas').CreateBubblePopup({position:'top',align:'center',innerHtml:'<b>Ligné Agency - Houston</b><br>5420 B Kansas Street</br>Houston, TX 77007',innerHtmlStyle:{color:'#FFFFFF','text-align':'center'},themeName:'all-grey',themePath:'/images/tooltip'});$('#brazil').CreateBubblePopup({position:'top',align:'center',innerHtml:'<b>Ligné Agency - Brasil</b><br>Alameda Santos 2387<br />Ed. Guanabora Suite 305<br />CEP 01419002<br />Cerqueira Cesar<br />Sao Paulo, Brasil<br />',innerHtmlStyle:{color:'#FFFFFF','text-align':'center'},themeName:'all-grey',themePath:'/images/tooltip'})});
