//<![CDATA[
$(document).ready(function(){  
						   
	$('#areaBanners').show();
						   
    $('#bannerRandomGrande').slideshow({
        width:530,      // width in px
        height:82,     // height in px
        index:0,        // start from frame number N 
        time:6000,      // time out beetwen slides
        title:false,     // show title
        panel:false,     // show controls panel
        play:true,     // play slideshow
        loop:true,      // looping
        effect:'scrollUp',  // aviable fade, scrollUp/Down/Left/Right, zoom, zoomFade, growX, growY
        effecttime:1000,// aviable fast,slow,normal and any valid fx speed value
        filter:true,    // remove <br/>, empty <div>, <p> and other stuff
        nextclick:false,      // bind content click next slide
        playclick:false,      // bind content click play/stop
        playhover:false,      // bind content hover play/stop
        playhoverr:false,     // bind content hover stop/play (reverse of playhover)
        playframe:false,       // show frame "Play Now!"
        imgresize:false,      // resize image to slideshow window
        imgcenter:true,       // set image to center // TODO
        imgajax:false,         // load images from links
        linkajax:false,       // load html from links
        controls :false        // show/hide controls elements
   
        
    });
	$('#bannerRandomPequeno').slideshow({
        width:265,      // width in px
        height:82,     // height in px
        index:0,        // start from frame number N 
        time:6000,      // time out beetwen slides
        title:false,     // show title
        panel:false,     // show controls panel
        play:true,     // play slideshow
        loop:true,      // looping
        effect:'fade',  // aviable fade, scrollUp/Down/Left/Right, zoom, zoomFade, growX, growY
        effecttime:1000,// aviable fast,slow,normal and any valid fx speed value
        filter:true,    // remove <br/>, empty <div>, <p> and other stuff
        nextclick:false,      // bind content click next slide
        playclick:false,      // bind content click play/stop
        playhover:false,      // bind content hover play/stop
        playhoverr:false,     // bind content hover stop/play (reverse of playhover)
        playframe:false,       // show frame "Play Now!"
        imgresize:false,      // resize image to slideshow window
        imgcenter:true,       // set image to center // TODO
        imgajax:false,         // load images from links
        linkajax:false,       // load html from links
        controls :false        // show/hide controls elements
   
        
    });
});
//]]>
