Is it possible to change image size used for preview thumnail in Add Media popup

From fire bug, you can check where the image is rendered and then you can do it by simple styling.
sample_style.css

div img {
height: 500px;
width: 500px;
}