It's the default WP gallery. You can style it easily, you just need to add this to your functions.php file in your theme.
Code:
add_filter( 'use_default_gallery_style', '__return_false' );
Then add your own CSS to your style sheet. Here is an article on it.
http://logoscreative.co/taking-contr...hout-a-plugin/