//var jQuery = jQuery.noConflict();

jQuery(document).ready(function(){
var $mask = jQuery('#mask').css({'overflow': 'hidden', 'height': '460px'});
	/*jQuery('.foto_tamano').css({'background': 'url(assets/templates/marketing/css/img/img-bgFotos.png)','height':'115px','width':'115px'});*/
	var $anterior = jQuery('#photosbuttons #button_up img');
	var $siguiente = jQuery('#photosbuttons #button_down img');
	var $paneles = jQuery('.foto');
	var $cuantos = $paneles.length;
	var $tamano = ($cuantos*57.5);
	if ( ( $cuantos % 2 ) != 0 ) $tamano = $tamano + 115;
	
	//jQuery('#content').height($tamano+'px');
	jQuery('#content_fotos').css({'height':$tamano});
	var scrollOptions = {
		target: $mask,
        items: $paneles,
		next: $siguiente,
        prev: $anterior,
		axis: 'y',
		duration: 200,
		easing: 'swing',
		cycle:true
	};
	

	jQuery('#photosgallery').serialScroll(scrollOptions);

});
//Arriba:	15px
//Foto:		115px