//----------------------------------------------------------------------------------------------------
// Videos JavaScript
//----------------------------------------------------------------------------------------------------

// Pagination (http://net.tutsplus.com/articles/news/paginate-anything-with-jquery-new-plus-tutorial/)
$j("#videos-nav ul").paginate({ 
	limit: 6, 
	content: 'li',
	navClass: 'videos-pagination'
});
