/***********************************************************************************************************************************
* mindshelf Framework                                                                                                              *
* ================================================================================================================================ *
* http://www.mindshelf.com                                                                                                         *
* Copyright (C) mindshelf - Matt Hallam. All rights reserved.                                                                      *
* The software, this file and its contents are subject to the mindshelf Framework License.                                         *
* Please read the license.txt file before using, installing, copying, modifying or distributing this file or part of its contents. *
* The contents of this file is part of the Source Code of mindshelf Framework.                                                     *
***********************************************************************************************************************************/
modular=function(){$('.slider_item .image').css({opacity:0.2}).closest('.slider_item').hover(function(){$(this).find('.image').stop(false,true).animate({opacity:1},150)},function(){$(this).find('.image').stop(false,true).animate({opacity:0.2},300)}).click(function(){document.location=$(this).find('a').attr('href')})};
