This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Friday, April 19, 2013

$(document).ready(function(){ $("a#show-panel").click(function(){ $("#lightbox, #lightbox-panel").fadeIn(300); }) $("a#close-panel").click(function(){ $("#lightbox, #lightbox-panel").fadeOut(300); }) }) ...