// JavaScript Document

$(function() {

//Initialize photo strip carousel
if($('#photoStrip ul').length > 0){
	$('#photoStrip ul').carouFredSel({
				items       : 5,
				auto: false,
				prev: "#photoStrip .prev",
				next: "#photoStrip .next"
	
		});
}	
});



