Dear Stanley Fernandes,
You can see the part
4.2.10 Custom HTML - Top Video Picks in the user guide file again.
There are the full steps to create the Top Video Picks module.
I also explained the steps which you can create this module.
+ create a new custom html module at right position
+ html content
<div class="video-row">
<div class="item-first">{ytpopup type="youtube" content="https://www.youtube.com/v/_Z5-P9v3F8w" width="400" height="300" title="Justin Bieber - Never Say... " }<img src="images/customhtml/video1.png" border="0" alt="normal-view3" />{/ytpopup} <span class="video-title">Justin Bieber sings at UD...</span></div>
<div class="item-last">{ytpopup type="youtube" content="https://www.youtube.com/v/w8Wiq-POmFA" width="400" height="300" title="Sport Science: Dwight Howard Max Vert Reach"}<img src="images/customhtml/video2.png" border="0" alt="normal-view3" />{/ytpopup} <span class="video-title">Sport Science: Dwight (11/17/11)...<br /></span></div>
</div>
<div class="video-row">
<div class="item-first">{ytpopup type="youtube" content="https://www.youtube.com/v/IxXDBDRfIA4" width="400" height="300" title="World Sport TV: Roger Federer on 16 Grand Slams "}<img src="images/customhtml/video3.png" border="0" alt="normal-view3" />{/ytpopup} <span class="video-title">World Sport TV: Roger Federer...</span></div>
<div class="item-last">{ytpopup type="youtube" content="https://www.youtube.com/v/MO4nKF6ehts" width="400" height="300" title="Shooting in Shark River Hills with Facial Hair "}<img src="images/customhtml/video4.png" border="0" alt="normal-view3" />{/ytpopup} <span class="video-title">Shooting in Shark River Hills...</span></div>
</div>
<div class="more-video"><a href="#">More Video</a></div>
+ Module class suffix: " video bgcolor"
Thanks