jQuery(window).load(function(){ 
//jQuery(window).load() must be used instead of jQuery(document).ready() because of Webkit compatibility				
// Photo slider > Minimal
jQuery(".photoslider-mini").sliderkit({
auto:true,
panelbtnshover:true,
circular:true
});
});
