$(document).ready(
	function()
	{
		$('#newscontainer').cycle({ 
			fx:'fade',
			timeout:5000,
			speed:500,
			pause:true,
			pager:'#podcounter',
			pagerAnchorBuilder: function(idx, slide) { 
        return '<li><a href="#">screen</a></li>'; 
    	},

			pagerClick: function(idx, slide) { 
        $('#newscontainer').cycle('pause');
    	}
    	 			
		});		
		
$('#specialpod').crossSlide({
  fade: 2
}, [

{
    src:  'slideshow/territori03.jpg',
    href: "territori_2010.asp",
    from: '50% 5% 0.30x',
//		from: '52% 5% 0.70x',
    to:   '52% 5% 0.70x',
    time: 15
  }, 


{
    src:  'slideshow/parma.jpg',
    href: "territori_2010.asp",
    from: '30% 0% 0.65x',
    to:   '100% 0% 1.25x',
    time: 15
  }, 


//{
//    src:  'img/futurmock.jpg',
//    href: "territori_2010.asp",
//    from: '50% 50% 2.5x',
//    to:   '50% 50% 1x',
//    time: 4
//  }, 
{

    src:  'slideshow/mercurio.jpg',
    href: "territori_2010.asp",
    from: '100% 100% 0.9x',
    to:   '0% 0% 1.2x',
    time: 3
  }, {

    src:  'slideshow/festadelluva.jpg',
    href: "territori_2010.asp",
    from: '50% 50% 0.9x',
    to:   '50% 50% 1.2x',
    time: 3
  }, {

    src:  'slideshow/dolomitiesci.jpg',
    href: "territori_2010.asp",
    from: '100% 100% 0.9x',
    to:   '0% 0% 1.2x',
    time: 3
  }, 
{
    src:  'slideshow/corsainsalita.jpg',
    href: "territori_2010.asp",
    from: '0% 0% 0.9x',
    to:   '100% 100% 1.2x',
    time: 3
  }, {
    src:  'slideshow/copertinailtrentino.jpg',
    href: "territori_2010.asp",
    from: '100% 100% 0.9x',
    to:   '0% 0% 1.2x',
    time: 3
  }, 
{
    src:  'slideshow/ciclista.jpg',
    href: "territori_2010.asp",
    from: '50% 50% 2x',
    to:   '50% 50% 0.5x',
    time: 3
  }, 
  {
    src:  'slideshow/chiesadilizzana.jpg',
    href: "territori_2010.asp",
    from: '100% 100% 0.9x',
    to:   '0% 0% 1.2x',
    time: 5
  }, {

    src:  'slideshow/ballerina.jpg',
    href: "territori_2010.asp",
    from: '0% 0% 0.9x',
    to:   '100% 100% 1.2x',
    time: 5
  }, {
    src:  'slideshow/serrada.jpg',
    href: "territori_2010.asp",
    from: '100% 100% 0.9x',
    to:   '0% 0% 1.2x',
    time: 5
  }, {
    src:  'slideshow/mostradelvino.jpg',
    href: "territori_2010.asp",
    from: 'top left 0.9x',
    to:   'bottom right 1.2x',
    time: 5
  }
]);
		
		
		
	}
);
