// JavaScript Document
$(document).ready(function(){
	$(".pirobox_gall").piroBox({
	  my_speed: 400, //animation speed
	  bg_alpha: 0.6, //background opacity
	  radius: 4, //caption rounded corner
	  this_next : 'next', // next button inside or outside the imageBox--> next == inside, next_out == outside
	  this_prev : 'prev' // prev button inside or outside the imageBox--> prev == inside, prev_out == outside
   });
});

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1205289-21']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

