/* SLIDER + CONTROLLER */
$(document).ready(function(){$('#tabs').tabs('#views > .view',{effect:'fade',fadeOutSpeed:'slow',rotate:true}).slideshow();
var winWidth = window.innerWidth || document.body.clientWidth;
if (winWidth>=1100) {$('#SLIDER').hover(function(){$('.prev').fadeIn(1);$('.next').fadeIn(1);},function(){$('.prev').fadeOut(0);$('.next').fadeOut(0);});}});
/* HOME: clients */
$(document).ready(function(){$('#pages').tabs('#clients > .client', {effect:'fade',fadeOutSpeed:'slow',rotate:true}).slideshow();});
/* SOLUTIONS: solution */
$(document).ready(function(){$('#images').tabs('#previews > .preview', {effect:'fade',fadeOutSpeed:'slow',rotate:true}).slideshow();});
