jQuery.noConflict();
jQuery(document).ready(function(){
	getdatos();
	jQuery('.ritLists .dfwp-list').removeClass('dfwp-list');
	jQuery('.ritLists .dfwp-column').removeClass('dfwp-column').addClass('lof-navigator');
	jQuery('.dfwp-item').removeClass('dfwp-item');
	jQuery('#lofslide').lofJSidernews({interval:10000,direction:'opacity',duration:300});

	jQuery('.srchTxtBox').each(function() {
		var default_value = this.value;
		jQuery(this).focus(function() {
			if(this.value == default_value) {
				this.value = '';
			}
		});
		jQuery(this).blur(function() {
			if(this.value == '') {
				this.value = default_value;
			}
		});
	});
	jQuery('.viewport').children().find('.dfwp-column').addClass('overview');
	jQuery('.faqHome').children().find('.dfwp-column').attr('id','vertical-ticker');
	
	jQuery('.investmentBod').children().find('.dfwp-column').attr('class','vertical-ticker2');
	jQuery('.rot').children().find('ul.dfwp-list').addClass('jcarousel-skin-tango').attr('id','mycarousel');
	//jQuery('#slider1').tinycarousel();
	jQuery('#mycarousel').jcarousel({
    	wrap: 'circular'
    });


		jQuery('#accordion li:first').children('ul').show();
		jQuery('#accordion li:first').children('a').addClass('popularOver');
		jQuery('.ss').click(function (e) {
		e.preventDefault();
			//slideup or hide all the Submenu
			jQuery('#accordion li').children('ul').slideUp('fast');	
			
			//remove all the "Over" class, so that the arrow reset to default
			jQuery('#accordion li > a').each(function () {
				if (jQuery(this).attr('rel')!='') {
					jQuery(this).removeClass(jQuery(this).attr('rel') + 'Over');	
				}
			});
			//show the selected submenu
			jQuery(this).parent().children('ul').slideDown('fast');
			//add "Over" class, so that the arrow pointing down
			jQuery(this).addClass(jQuery(this).attr('rel') + 'Over');			
		});

	jQuery("#GlobalNav").dropmenu();
	jQuery('#games').coinslider({ hoverPause: true });
	/*jQuery('#FAQHome').bxSlider({
            mode: 'vertical'
    });*/

});
jQuery(function(){

			jQuery('#vertical-ticker').totemticker({
				row_height	:	'15px',
				next		:	'#ticker-next',
				previous	:	'#ticker-previous',
				stop		:	'#stop',
				start		:	'#start',
				mousestop	:	true
			});
	
		});
jQuery(function(){

			jQuery('.vertical-ticker2').totemticker({
				row_height	:	'66px',
				next		:	'',
				previous	:	'',
				stop		:	'#stop',
				start		:	'#start',
				mousestop	:	true
			});
	
		});
jQuery(function MoreClass(){
	if(jQuery('.MoreMenuLeft')){
	//jQuery(this).parent().css('background','black none');
	jQuery('.MoreMenuLeft').parent().addClass('MoreMenuNobg');
	}
});
