$(document).ready(function(){
			$('#myAccordion').Accordion(
				{
					active: 2,
					headerSelector	: 'dt',
					panelSelector	: 'dd',
					activeClass		: 'myAccordionActive',
					hoverClass		: 'myAccordionHover',
					panelHeight		: 146,
					speed			: 300
				}
			);
		$('#galeriadeimagens').flash(
	    { src: 'flash/rodeiobonito.swf', width: 540, height: 380, wmode: 'transparent' }, 
	    { expressInstall: true }
		);
		$('#atrative2').css({opacity:.7});
		$("#atrative2").hover(function(){
		  $(this).css({opacity:1});
		},function(){
		  $(this).css({opacity:.7});
		});
				$('.sifr').flash(
					{ 
						src: 'flash/garamond.swf',
						wmode: 'transparent',
						flashvars: { 
							css: [
								'* { color: #000000; }',
								'a { color: #0055CC; text-decoration: none; }',
								'a:hover { text-decoration: underline; }'
							].join(' ')
						}
					},
					{ version: 8 },
					function(htmlOptions) {
						htmlOptions.flashvars.txt = this.innerHTML;
						this.innerHTML = '<span>'+this.innerHTML+'</\span>';
						var $alt = $(this.firstChild);
						htmlOptions.height = $alt.height();
						htmlOptions.width = $alt.width();
						$alt.addClass('alt');
						$(this)
							.addClass('flash-replaced')
							.prepend($.fn.flash.transform(htmlOptions));						
					}
				);
			});