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 navigation bar No 1:

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

    * Just search for

          <div id='pagemenucontainer'>


    * Exchange your link with # and title with your title


How to edit navigation bar No 2:

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

    * Just search for

          <div class='navcontainer'>


    * Exchange your link with # and title with your title


How to edit Twitter Social widget:

    * Go to layout and click on edit html tab

    * Now search for these codes with ctrl + F.

          http://twitter.com/Your Twitter Name


    * Replace Your Twitter Name with your twitter account username.



How to edit Featured slider :


<div id='s3slider'>
<ul id='s3sliderContent'>
<li class='s3sliderImage' style='display: list-item;'>
<a href='#YOUR LINKS TO THE POSTS HERE'><img alt='Imagen 1' src='http://4.bp.blogspot.com/_-oSBOVNdtsg/TNQ5frB3adI/AAAAAAAAAI0/JCU0sdkUhoU/s1600/1.jpg' style='width: 610px; height: 320px;'/></a>
<span style='display: block;'>
<a class='featured-title block' href='#YOUR LINKS TO THE POSTS HERE' rel='bookmark' title='YOUR POST TITLE'>YOUR POST TITLE HERE</a><br/>
SOME DESCRIPTION OF YOUR POST HERE
</span>

</li>
<li class='s3sliderImage' style='display: none;'>
<a href='#YOUR LINKS TO THE POSTS HERE'><img alt='Imagen 2' src='http://4.bp.blogspot.com/_-oSBOVNdtsg/TNQ5f7zGN2I/AAAAAAAAAI8/0EtNG4JD8gI/s1600/2.jpg' style='width: 610px; height: 320px;'/></a>
<span style='display: none;'>
<a class='featured-title block' href='#YOUR LINKS TO THE POSTS HERE' rel='bookmark' title='YOUR POST TITLE HERE'>YOUR POST TITLE HERE</a><br/>

SOME DESCRIPTION OF YOUR POST HERE
</span>
</li>
<li class='s3sliderImage' style='display: none;'>
<a href='#YOUR LINKS TO THE POSTS HERE'><img alt='Imagen 3' src='http://4.bp.blogspot.com/_-oSBOVNdtsg/TNQ5f712dVI/AAAAAAAAAJE/LP1mdDyEAgQ/s1600/3.jpg' style='width: 610px; height: 320px;'/></a>
<span style='display: none;'>
<a class='featured-title block' href='#YOUR LINKS TO THE POSTS HERE' rel='bookmark' title='YOUR POST TITLE HERE'>YOUR POST TITLE HERE</a><br/>
SOME DESCRIPTION OF YOUR POST HERE
</span>

</li>
<li class='s3sliderImage' style='display: none;'>
<a href='#YOUR LINKS TO THE POSTS HERE'><img alt='Imagen 5' src='http://4.bp.blogspot.com/_-oSBOVNdtsg/TNQ5gKhdH1I/AAAAAAAAAJM/vQon_Uu0Ntg/s1600/4.jpg' style='width: 610px; height: 320px;'/></a>
<span style='display: none;'>
<a class='featured-title block' href='#YOUR LINKS TO THE POSTS HERE' rel='bookmark' title='YOUR POST TITLE HERE'>YOUR POST TITLE HERE</a><br/>
SOME DESCRIPTION OF YOUR POST HERE
</span>

</li>
<li class='s3sliderImage' style='display: none;'>
<a href='#YOUR LINKS TO THE POSTS HERE'><img alt='Imagen 5' src='http://2.bp.blogspot.com/_-oSBOVNdtsg/TNQ5gX964cI/AAAAAAAAAJU/QYXE1CBEHhI/s1600/5.jpg' style='width: 610px; height: 320px;'/></a>
<span style='display: none;'>
<a class='featured-title block' href='#YOUR LINKS TO THE POSTS HERE' rel='bookmark' title='YOUR POST TITLE HERE'>YOUR POST TITLE HERE</a><br/>
SOME DESCRIPTION OF YOUR POST HERE
</span>

</li>
<li class='clear s3sliderImage'/>
</ul>

</div> 


