$(function(){
	
	//$('#div_main_image').center();
		
	//Caption Sliding (Partially Hidden to Visible)
	$('.boxgrid.caption').hover(function(){
		$(".cover", this).stop().animate({top:'349px'},{queue:false,duration:160});
	}, function() {
		$(".cover", this).stop().animate({top:'402px'},{queue:false,duration:160});
	});
	
	$('.single_video')
		.find('a.add_link, a.delete_link, a.edit_link').remove()
		.end().end()
		.find('.single_video')
			.css({'cursor':'default'})
			.css({'margin-top':'30px'})
			.css({'margin-bottom':'20px'})
			.find('h5.source').show();
	
	$('.post_add_btn')
		.css({'margin-top':'10px'})
		.css({'margin-left':'-10px'})
		.css({'margin-bottom':'10px'})
		.find('a:last').remove();
		
	
});
