﻿$(document).ready(function(){$("body.home .carousel .jCarouselLite").jCarouselLite({btnNext:".carousel .next",btnPrev:".carousel .prev",visible:3,speed:500,auto:8000});$(".jCarouselLite").width(544);$("body.home #scroller .jCarouselLite2").jCarouselLite({visible:3,vertical:true,speed:500,auto:6000});$("body.page #scroller .jCarouselLite2").jCarouselLite({visible:1,vertical:true,speed:500,auto:12000});$("body:not(.home) #scroller .jCarouselLite2").jCarouselLite({visible:1,vertical:true,speed:500,auto:12000});function mycarousel_initCallback(carousel){jQuery('.jcarousel-control a').bind('click',function(){carousel.scroll(jQuery.jcarousel.intval(jQuery(this).text()));return false;});jQuery('.jcarousel-scroll select').bind('change',function(){carousel.options.scroll=jQuery.jcarousel.intval(this.options[this.selectedIndex].value);return false;});jQuery('#home-physician-right').bind('click',function(){carousel.next();return false;});jQuery('#home-physician-left').bind('click',function(){carousel.prev();return false;});};$("#home-physician-items").jcarousel({scroll:1,initCallback:mycarousel_initCallback,buttonNextHTML:null,buttonPrevHTML:null});$("2body.home #header-picture").cycle({fx:'fade'});$("body:not(.home) #header-picture").cycle({fx:'fade',timeout:50000,delay:50000});$(".content-images").cycle({fx:'fade'});$(".content-imagescontainer").hover(function(){$(".content-imagescontainer").stop(true,true).animate({height:"425px"},"300");$(".content-images").stop(true,true).animate({top:"0px"},"300");},function(){$(".content-imagescontainer").stop(true,true).animate({height:"225px"},"300");$(".content-images").stop(true,true).animate({top:"-100px"},"300");});$(".menu-item").hover(function(){$(".menu-display",this).stop(true,true).slideDown(300);},function(){$(".menu-display").stop(true,true).hide();});Shadowbox.init({handleOversize:"drag",modal:true});$(":submit","form:not(.formgroup)").each(function(index){$(this).after('<button value="submit"  class="'+$(this).attr('class')+' submitBtn"><span>'+$(this).val()+'</span></button>');$(this).hide();});Shadowbox.setup("dt.gallery-icon a",{gallery:"Event Images",autoplayMovies:true,width:500});});
