$(document).ready(function() {
   	simpleSlideShow('#features .gallerycontain', 5000, '#features .next', '#features .prev', '#features .thumbnails', '#features .gallery .track');
	simpleSlideShow('#photogallery .gallerycontain', 5000, '#photogallery .next', '#photogallery .prev', '#photogallery .thumbnails', '#photogallery .gallery .track');
});

