        $(document).ready(function(){
            $("#myScrollebleItems1").scrollSomething({
                scrollerWidth: 462,
                scrollerHeight: 234,
                scrollInterval: 3000,
                scrollPrefix: "example1_",
                itemsVisable: 1,
                itemsScrolling: 1,
                buttonPosition: "bottomLeft"
            });
 });

	$(document).ready(function(){
		$('.box_skitter_large').skitter({
			velocity: 1,				//Velocity of animation
			interval: 1000,				//Interval between transitions
			numbers: false,				//Numbers display
			navigation: false,			//Navigation display
			label: false,				//Label display
			animateNumberOut: {backgroundColor:'#333', color:'#fff'},			//Animation/style number
			animateNumberOver: {backgroundColor:'#000', color:'#fff'},			//Animation/style hover number
			animateNumberActive: {backgroundColor:'#cc3333', color:'#fff'},		//Animation/style active number
			thumbs: false,				//Navigation with thumbs
			hideTools: false,			//Hide numbers and navigation
			fullscreen: false,			//Fullscreen mode
			xml: false, 				//Loading data from XML file	e.g. {xml: "xml/slides.xml"}
			dots: false 				//Navigation with dots
		});		
		
		
	});

	$(document).ready(function() {
        $('#slider').nivoSlider();
    });

