/*
 *dollarConflict Replaced -> $j
 */

/* Configuration for extended Dom-Slider */
var adviseConfig = {
    listObj: {
		adviseClass: '.advise-list-output-finder',
		infotext: {
			wrapper: '.nfcadviser_adviselist_infotext',
			inactive: '.nfcadviser_adviselist_infotext-inactive',
			active: '.nfcadviser_adviselist_infotext-active'
		},
		display: {
			contentClass: '.nfcadviser_adviselist_infowrapper',
			mode:'siblings',
			hideonload:true,
			button: {
				position: 'into',
				type: 'div',
				classes:['slider-inactive','slider-active']
			}
		},
		tipClass: '.tip-list-output-finder',
		infotextTip: {
			wrapper: '.nfcadviser_adviselist_tip_infotext',
			inactive: '.nfcadviser_adviselist_tip_infotext-inactive',
			active: '.nfcadviser_adviselist_tip_infotext-active'
		},
		displayTip: {
			contentClass: '.nfcadviser_adviselist_tipwrapper_text',
			mode:'siblings',
			hideonload:true,
			button: {
				position: 'into',
				type: 'div',
				classes:['slider-inactive','slider-active']
			}
		}
	},
	navObj: {
		adviseClass: '.advise-nav-output-finder',
		tipWrapper: '.nfcadviser_adviselistnav_infowrapper',
		tipClass: '.tip-nav-output-finder',
		highlightClass: '.tip-nav-highlight'
	},
	searchObj: {
		wrapper: '#advise-search-wrapper',
		mode: '#advise-search-wrapper-mode',
		advisesAndTips: '#advise-search-wrapper-advises-tips'
	}
}

/* new extended Dom-Slider */
$j(document).ready(function(){
	try {
		var adviserDomSlider = new domSliderExtended(adviseConfig);
	} catch(err) {
		
	}
});
