jQuery(function(){
	jQuery(".linkvel").hover(function () {
			jQuery(this).stop().animate({
				'padding-right' : '5px'
				}, 200 );
		    }, function () {
			jQuery(this).stop().animate({
				'padding-right' : '0px'
				}, 200 )
		    });
			
	jQuery(".latestPostli a").hover(function () {
			jQuery(this).stop().animate({
				'padding-right' : '16px'
				}, 200 );
		    }, function () {
			jQuery(this).stop().animate({
				'padding-right' : '12px'
				}, 200 )
		    });		
			
	jQuery(".RecommendedPostli a").hover(function () {
			jQuery(this).stop().animate({
				'padding-right' : '16px'
				}, 200 );
		    }, function () {
			jQuery(this).stop().animate({
				'padding-right' : '12px'
				}, 200 )
		    });	
			
	jQuery("a.ico-google, a.ico-net, a.ico-opera, a.ico-safari, a.ico-net, a.ico-explorer, a.ico-firefox").hover(function () {
			jQuery(this).stop().animate({
				'margin-top' : '-4px'
				}, 200 );
		    }, function () {
			jQuery(this).stop().animate({
				'margin-top' : '0px'
				}, 100 )
		    });		
			
			$("#slider2").easySlider({
				controlsBefore:	'<p id="controls2">',
				controlsAfter:	'</p>',		
				prevId: 'prevBtn2',
				nextId: 'nextBtn2'	
			});	
			
});

$(document).ready(function() {
	$('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#featuredvid > ul').tabs();
});

