// Rotate Initiate Script
$(document).ready(function (){
	$('#rotate').PikaChoose({
		auto_play:true,
		show_captions:false,
		show_prev_next: false,
		thumb_width:79,
		thumb_height:55
		});
});
