How to install this template:

    * First you have to install this template in your blogger account.

    * Go to your blogger layout and click on edit html tab.

    * Now just download your previous template and upload this new template to it.


How to edit Top navigation Menu :

    * Just stay on html page and find these codes with ctrl + F.

    * Just search for

          <div id='menu-wrap'>


    * Exchange your link with # and title with your title


How to edit sidebar ad banner:

    * Go to layout and click on edit html tab

    * Now search for these codes

          <div id='ads-wrap'>


    * Change your sponsors banner with image link and url.


How to change Logo:

    * Go to layout and click on edit html tab

    * Now search for these codes with ctrl + F.

          <div id='header-wrap'>


    * Then Fing Logo URL and Change it.



How to edit Featured slider :



<div id='gallery'>
<!-- Featured Area -->
<div id='featured-area'>
<div class='pics' id='s1'>

<!-- FIRST SLIDE START -->

<div>
<img src='http://2.bp.blogspot.com/_v5Bt2NHC-zQ/TIkwXPp2DII/AAAAAAAAAQw/kNd-_CgaXdM/s1600/slide1.jpg' style='width: 490px; height: 294px;'/>
<div class='excerpt'>
<p><a href='#YOUR LINKS TO THE POSTS HERE'>This is First Slide Title</a></p>
<p class='excerpt-text'>Description of first Slide goes here.Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae...</p>
</div>
<a href='#YOUR LINKS TO THE POSTS HERE'><span class='feat-overlay'/></a>
</div>

<!-- FIRST SLIDE END -->

<!-- SECOND SLIDE START -->

<div>
<img src='http://3.bp.blogspot.com/_v5Bt2NHC-zQ/TIkwXpit5pI/AAAAAAAAAQ4/YOKe4d8XcB4/s1600/slide2.jpg' style='width: 490px; height: 294px;'/>
<div class='excerpt'>
<p><a href='#YOUR LINKS TO THE POSTS HERE'>This is Second Slide Title</a></p>
<p class='excerpt-text'>Description of second Slide goes here.Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae...</p>
</div>
<a href='#YOUR LINKS TO THE POSTS HERE'><span class='feat-overlay'/></a>
</div>

<!-- SECOND SLIDE END -->


<!-- THIRD SLIDE START -->

<div>
<img src='http://3.bp.blogspot.com/_v5Bt2NHC-zQ/TIkwXzmk_LI/AAAAAAAAARA/oHb96lU5x6I/s1600/slide3.jpg' style='width: 490px; height: 294px;'/>
<div class='excerpt'>
<p><a href='#YOUR LINKS TO THE POSTS HERE'>This is Third Slide Title</a></p>
<p class='excerpt-text'>Description of thrid Slide goes here.Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae...</p>
</div>
<a href='#YOUR LINKS TO THE POSTS HERE'><span class='feat-overlay'/></a>
</div>

<!-- THIRD SLIDE END -->

</div>

<div id='slider-control'>
<div class='featitem active'>

<img src='http://2.bp.blogspot.com/_v5Bt2NHC-zQ/TIkwXPp2DII/AAAAAAAAAQw/kNd-_CgaXdM/s1600/slide1.jpg' style='width: 67px; height: 67px;'/>
<span class='order'>1</span></div>


<div class='featitem '>

<img src='http://3.bp.blogspot.com/_v5Bt2NHC-zQ/TIkwXpit5pI/AAAAAAAAAQ4/YOKe4d8XcB4/s1600/slide2.jpg' style='width: 67px; height: 67px;'/>
<span class='order'>2</span></div>


<div class='featitem '>

<img src='http://3.bp.blogspot.com/_v5Bt2NHC-zQ/TIkwXzmk_LI/AAAAAAAAARA/oHb96lU5x6I/s1600/slide3.jpg' style='width: 67px; height: 67px;'/>
<span class='order'>3</span></div>

</div>