Naruto_Sennin, вот:
<div id="wrap_new-video-box">
<span id="text_to_video">Тут какой-то текст</span>
<div id="new-video-box"><iframe src="http://vk.com/video_ext.php?oid=-26094363&id=162407905&hash=9e18d0f7017988e9&hd=1" width="607" height="360" frameborder="0"></iframe></div>
</div>
<style type="text/css">
#wrap_new-video-box {width:607px; margin:auto; text-align:center;}
span#text_to_video:hover{color:blue; cursor:pointer;}
</style>
<script type="text/javascript">
$('#wrap_new-video-box span').click(function(){$('#new-video-box ').toggle('show');})
</script>


