// JavaScript Document
$(document).ready(function(){ 
	//jSCROLLPANE (SCROLL BARS CUSTOM LOOK
	$('#scroll').jScrollPane({showArrows:true,scrollbarWidth:6});
	
	if($('.rotation').length > 0){
		$('.rotation').cycle();
	}

});