$(document).ready(function(){
		
		$(function(){

            $('.work').click(function(event){

                event.preventDefault();

                $('.list_work').toggle('slow');;

                });

            
        });
		
		
		
});
