jQuery(document).ready(function($) {
    $('.banner').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});

	$('#photos').galleryView({
		panel_width: 600,
		panel_height: 600,
		frame_width: 34,
		frame_height: 34,
		transition_speed: 1200,
		transition_interval: 999999999,
		background_color: '#222',
		border: 'none',
		easing: 'easeInOutBack',
		pause_on_hover: true,
		nav_theme: 'custom',
		overlay_height: 52,
		filmstrip_position: 'top',
		overlay_position: 'top'
	});

	$('a[rel^=lightbox]').lightBox({
		imageLoading:	'/wp-content/themes/rodeiramar2/js/jquery/jquery-lightbox-0.5/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:	'/wp-content/themes/rodeiramar2/js/jquery/jquery-lightbox-0.5/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:	'/wp-content/themes/rodeiramar2/js/jquery/jquery-lightbox-0.5/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:	'/wp-content/themes/rodeiramar2/js/jquery/jquery-lightbox-0.5/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:		'/wp-content/themes/rodeiramar2/js/jquery/jquery-lightbox-0.5/images/lightbox-blank.gif',			// (string) Path and the name of a blank image (one pixel)
	});


	moverSlider();
	jQuery(".slider-vertical").mouseover(function(){
		verificar = 0;
	});
	jQuery(".slider-vertical").mouseout(function(){
		verificar = 1;
	});


});
