// JavaScript Document
$(document).ready(function() {

	 $('#slider ul').anythingSlider({
		 width : 744,
		 height: 359,
		 theme : 'default',
	     themeDirectory : '../css/anythingslider.css',
		 startPanel          : 1,
		 autoPlay            : true,
	     buildNavigation     : true,
		 enableNavigation    : true,
		 hashTags            : false,
		 stopAtEnd       	: false,
		 delay				:3000,
		 animationTime       : 1200
	 
	 }); // add any non-default options here

	$('ul.anythingBase li.panel .slider-text').css('opacity','0.8');
});
