function control_nav_position() {
jQuery("#left_control_box,#right_control_box").css(
"top",
Math.round(jQuery("#show-control .embed-container iframe").height() / 2) - 17
);
}
jQuery(window).load(control_nav_position).smartresize(control_nav_position);