<?php 
	$galOptions = array(
		'gallery_type'=>$this->galleryType,
		'largeType'=>'large',
		'thumbType'=>$this->imageType,
		'makelinks'=>true,
		'gallery_class' => 'gallery clearfix', 
		'limit'=>$this->galLimit,
		'random'=>$this->galRandom , 
		'clickable'=>true,
		
	);

?>
<section class="galleryBlock gallery">
	<?php echo $this->gallery($this->gallery, $galOptions)?>
</section>
