/* JGI changed minimum height and width of player to 20px to accomodate scaling. 12/23/11
*/
.ui360,
.sm2-360ui {
 min-width:50px; /* should always be at least this. */
 min-height:50px;
}
/*  this is how you shrink the circle - to resize the player, need to do this and to use resized play/pause images. 
.sm2-360ui {
 width:20px;
 height:20px;
}
*/