$(document).ready(function() {
	
	
	
			

		 Cufon.replace('h1', { fontFamily: 'cufon_regular' });
		Cufon.replace('.titelelement .text', { fontFamily: 'cufon_light' });



	


$("div.scrollable").scrollable({ size: 1, 
								loop:true,
								horizontal:false,
								speed:1,
								onStart:function(e,i){
									var all=this.getItems();
									var index=this.getIndex();												
								},
								onBeforeSeek:function(){ this.getItems().fadeOut(3)},	
								onSeek:function(){ this.getItems().fadeIn(200)}
								}).navigator(".navi");
								
								
								
		
	$("a[rel=pic_group]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'changeSpeed'		:0,
				'overlayOpacity'	:'.9',
				'overlayColor'		: '#fff',
				'showCloseButton'	:false,
				'padding'			:'0',
				'cyclic'			:true,
				'titlePosition' 	: 'outside',
				///'autoDimensions'	:true,
				'titleFormat': function(title, currentArray, currentIndex) {
            return '<span id="fancybox-title-over">'+ (title.length ? ' &nbsp; ' + title : '') +
            '</span>';
         },
		});
		
		

		
			$('#myTable').dataTable({
				"bJQueryUI": true,
				"sPaginationType": "full_numbers",
				"iDisplayLength": 25,
				
				"oLanguage": {
			"sLengthMenu": "_MENU_  pro Seite",
			"sSearch":"Suche:", 
			"sZeroRecords": "Keine Suchergebnisse",
			"sInfo": "_START_ bis _END_ von _TOTAL_ Einträgen",
			"sInfoEmpty": "0 bis 0 von 0 Einträgen",
			"sInfoFiltered": "(filtered from _MAX_ total records)",
			"oPaginate": {
			"sFirst":"",
			"sPrevious":"",	
			"sNext": "",
			"sLast":"",
			}
			},
			"aoColumnDefs": [{ "bSortable": false, "aTargets": [ 0 ] }] //bilder nicht sortierbar macahen
		});
		$("SELECT").selectBox();
		
		
});

	
