$(document).ready( function() {

	$("#top ul li b, #top ul li i").dropShadow(
  {
		left: 1, top: 1, opacity: 1, blur: 0, color: "#000"
	});

	$(".current i").dropShadow(
	{
		left: 1, top: 1, opacity: 0.9, blur: 0, color: "#FFF"
	});        
	
	$("h2").dropShadow(
	{
		left: 1, top: 1, opacity: 0.7, blur: 0, color: "#000"
	});         

  $('#karuzela').flash( { 
        src: '/_html/monoslideshow/monoslideshow.swf',
        width: 861,
        height: 180,
        quality: 'high',
        wmode: 'transparent',
        flashvars: {
          dataFile: '/_layout/karuzela/karuzela.xml?',
          showVersionInfo: 'false',
          showLogo: 'false'            
        }
      },
      { version: 7 }
  );

});