// <![CDATA[
$(function() {

	// Slider
	$('#coin-slider').coinslider({width:958,height:346,opacity:1});
	
	/*
	$('.topnav ul').children('li').each(function() {
		$(this).children('a').html('<span>'+$(this).children('a').text()+'</span>'); // add tags span to a href
	});
	*/
	
	$('#topnav ul li a,.cs-title,.main_border,.block_bg,#search span,.index-col img,.pic img,.post-leav a,.post-comments a,.popular-post img,.wp-pagenavi a,.wp-pagenavi .current_l span').css({"border-radius": "5px", "-moz-border-radius":"5px", "-webkit-border-radius":"5px"});
	
	
	
});
// ]]>
