/***************************************************************************
 * @Copyright: CSSJockey - Unique & Practical Web Presence
 * @Website: http://www.cssjockey.com/
 * @Portfolio: http://www.cssjockey.com/portfolio
 * @Contact: http://www.cssjockey.com/get-in-touch
 * @Privacy Policy & Terms of Use: http://www.cssjockey.com/terms-of-use
 ***************************************************************************/
$(document).ready(function(){
           $('#feat-slideshow').cycle({
            fx:     'fade',
            speed:  500,
            timeout: 0,
            next:   '#next',
            prev:   '#prev'
        });
        $('.gallery-icon a').lightBox({fixedNavigation:true});
});
