/*
	Scripts used for this theme.
	This file Requires jQuery to opperate.
*/

/* Init Scripts */
$(document).ready(function(){
	// Inits Slider on Home Page
	$("#featRotate").jcarousel({
        vertical: true,
        scroll: 2
    });
});
