$(document).ready(
function (){
	//$("#galerija").PikaChoose({show_prev_next:false});
}); 
 
 $(document).ready(function(){
	$("#slider").easySlider({
	auto: true, 
	continuous: true,
	speed: 800,
	pause: 5000,
	controlsBefore:	'<p id="controls">',
	controlsAfter:	'</p>'
	});
	
	$("#galerija").easySlider({
	continuous: true,
	controlsBefore:	'<p id="galcontrols">',
	controlsAfter:	'</p>',
	prevId: 'galprevBtn',
	nextId: 'galnextBtn'
	});


// menu-submenu
$(".menu ul li").hover(function(){
	$(".submenu", $(this)).css("display", "block");
}, function callback(){
	$(".submenu", $(this)).css("display", "none");
});

$(function() {
	$('.media-').media( { width: 450, height: 340, autoplay: false, allowfullscreen: true } ); 
	$('.media-flv').media( { width: 450, height: 340, autoplay: false, allowfullscreen: true } ); 
	$('.media-mp3').media( { width: 450, height: 20, autoplay: false, allowfullscreen: true } ); 
});


});



