// <![CDATA[
$(function() {
		   
	// radius Box
	$('.slider').css({"border-radius":"5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
	
	// wrap 'span' to nav page link
	$('.topnav ul').children('li').each(function() {
		$(this).children('a').html('<span>'+$(this).children('a').text()+'</span>'); // add tags span to a href
	});
	
	// Slider
	$('#coin-slider').coinslider({width:940,height:300,opacity:1});
	

});


// ]]>
