$(document).ready(function() {
      $(".searchbar select").uniform({selectClass: 'select'});

      
$("#postorder").fancybox({
	'scrolling'		: 'no',
	'titleShow'		: false,
        onStart		:	function() {$("#frmaskForm-open").attr('value','o');},
});

$(".gallery li a").fancybox();
$(".mainphoto").fancybox();





});


