$(roundBg).bind('mouseover', function(){
                        $(roundBg).css('border','1px solid red');
                        $(roundBg).css('z-index','10');
                    });