// <![CDATA[
$(document).ready(function() {
	$('#CON').corner('bottom');
	$('#IND IMG').hover( 
		function() { 
		var id = $(this).attr('name') + '_on';
		$(this).css('right','10px');
		}, 
		function(){
		var id = $(this).attr('name') + '_on';
		$(this).css('background-position','auto -90px');
		});
	
	if($('#DSC').size())
		$('#DSC LI').show();
		$('#DSC').easySlider({
		auto: true,
		speed:1250,
		pause:12000,
		continuous:true
	});

	if($('TR').size()) $('TR:even .pre').addClass('fdo');
	if($('A[rel=galeria]').size()) {
		$('#GLR LI:even').addClass('fdo');
		$('A[rel=galeria]').colorbox();
	}

});
// ]]>
