$(document).ready(function() {
		$('#coin-slider').coinslider({ width: 655, height: 300, navigation: false, delay: 10000, links: false, effect: 'straight', spw: 1, sph: 1, sDelay: 400});
	});

$(document).ready(function() {
	$('ul li ul li.active').first().parents().addClass('active')
});
