function loadCSS(src, media_css) {
$('head').append(
$(document.createElement('link'))
.attr({
rel: 'stylesheet',
type: 'text/css',
media: media_css || 'screen',
href: www + src 
})
)};

$("#slider").easySlider({

	controlsBefore:	'<p id="controls">',
	controlsAfter:	'</p>',
	auto: true, 
	continuous: true

});	

$('#topo-flash').media({
                width:920,
                height:150,
                autoplay:true,
                src:www+'media/flash/topo.swf',
                params:{bgcolor: '#fff' }
});

/* Player topo Inicio */
	AudioPlayer.setup("http://chicoamadoexodo.com.br/media/flash/player.swf", {  
		   width: 200,  
		   initialvolume: 100,  
		   transparentpagebg: "yes",  
		   left: "000000",  
		   lefticon: "FFFFFF",
		   autostart: "yes"  
	 });  

	 AudioPlayer.embed("audioplayer_1", {  
		   soundFile: "http://chicoamadoexodo.com.br/media/musica-topo/chega.mp3,http://chicoamadoexodo.com.br/media/musica-topo/to-de-bobeira.mp3,http://chicoamadoexodo.com.br/media/musica-topo/tem-alguem-no-seu-lugar.mp3",  
		   titles: "Chega, Tô de bobeira, Tem alguêm no seu lugar",  
		   artists: "Chico Amado e Xodó, Chico Amado e Xodó, Chico Amado e Xodó",
		 width: 400		
	 });
/* Player topo Fim */

$('h1,h3,.erros,.sucesso, .pagination a').jBorderRadius('5px');

$('input, textarea, select').jBorderRadius('5px');

$('input[type=submit],input[type=button],input[type=reset],.botao, button').jBorderRadius('5px');

$('input[type=submit],input[type=button],input[type=reset],.botao,.pagination a, button').jBoxShadow('1px 1px 10px #888');

$('.caixa-index-especifica, .caixa-index-especifica-cycle').jBorderRadius('10px');


$('.cycle-topo').cycle({
        fx:'fade',
        pause: 1,
        autostop: 3
});

$('.cycle-topo img').cycle({
        cleartype: true, 
        cleartypeNoBg: true
});
