I work with Jplayer(jquery video player plugin). i custom control box(play/pause ...) for show when mouse rollover in \[code\]jp-jplayer div\[/code\] with this: \[code\]autohide: { restored: true, fadeIn:500,},\[/code\]this worked and when i mouse over in \[code\]jp-jplayer div\[/code\], control box show in Outside of this div(bottom). now i need to show control box into \[code\]jp-jplayer div\[/code\], not outside this div. How to show control box into \[code\]div\[/code\]?Online Example HERE (\[code\]in example control box is hide and after mouseover u see panel outside div\[/code\])