Need a jquery plugin to display div tags as a slideshow

Need a jquery plugin to display div tags as a slideshow

Hi,
Please help me as I am new in jQuery

I am looking for a plugin or code which can enable me to show my div(text and image) tags as a slide in the slideshow. Please check the div tags which I want to publish. I also need to show the prev and next buttons with balloons to navigate to the slide. All this should be in a 500px height. What I want is in http://www.brets.in/brets/site/ page. 

  
  1. <div class="slideshow">                                           
     <div class="slide">
     <h2>Vision : To be a credible recruitment and training platform for banks and financial institutions</h2>
     <img src="../Images/logo_site_with_tag1.png" alt="logo site with tag1" />
     </div>
     <div class="slide">
     <h2>Mission : To prepare the candidates to be employable in banks through online training and coaching</h2>
     <img src="../Images/logo_site_with_tag1.png" alt="logo site with tag1" />
     </div>
     <div class="slide">
     <h2>Exhaustive Study Material &amp; Question by Question Coaching</h2>
     <img src="../Images/logo_site_with_tag1.png" alt="ecofriendly 4861e" />
     </div>
     <div class="slide">
     <h2>Lecture, Training, Mentoring &amp; Coaching Combinations to build Skills</h2>
     <img src="../Images/logo_site_with_tag1.png" alt="graph 519ca" />
     </div>
     </div>