﻿$(document).ready(function() {
	$('#MainMenu>ul').dropDownMenu();
	$('#Content .listControl .subPageListBox ul.subPageList').vScroller(144);
	$('#Content #ProductControl').productControl();
	//$('a.modal-me').simpleModal();
	$("a.modal-me").colorbox( );
	
	$('#MicroSiteHomeControl #TestimonialsBox #TestimonialsListBox').jCarouselLite({ auto: 4000, speed: 800, visible: 1, circular: true });
	$('#MainHomeControl #TestimonialsBox #TestimonialsListBox').jCarouselLite({ auto: 4000, speed: 800, visible: 1, circular: true });
	$('#MainHomeControl #GalleryBox #GalleryListBox').jCarouselLite({ auto: 4000, speed: 800, visible: 3, circular: true });
	$('#MicroSiteHomeControl #GalleryBox #GalleryListBox').jCarouselLite({ auto: 4000, speed: 800, visible: 3, circular: true });


	// Make our sliding panels slidey
	jQuery(document).ready(function() {
	    $(".homeGalleryControl").slidingPanels({
	        
	    });
	});    

   // $('.homeGalleryControl').mouseover(function() {
   //     $('a.modal-this').simpleModal();
   // });

	
});

