var $j = jQuery.noConflict();
$j(document).ready(function(){

//Gobal nav
if ($j.browser.msie && $j.browser.version <= 8) $j('.nav>ul li>ul li:first').css({'margin':'0'})
if ($j.browser.msie && $j.browser.version <= 8) $j('.nav>ul li>ul li:last').css({'border-bottom': '3px solid rgb(229, 229, 229)'});
if ($j.browser.msie && $j.browser.version <= 8) $j('.nav>ul li>ul li:last a').css({'border': '0'});
//Sponsors
if ($j.browser.msie && $j.browser.version <= 8) $j('#sponsors>a:last').css({'margin': '0'});
//feedBox
if ($j.browser.msie && $j.browser.version <= 8) $j('.boxOuter:nth-child(3n)').css({'margin': '0 0 10px 0'});
if ($j.browser.msie && $j.browser.version <= 8) $j('#skiingFeed .boxOuter:nth-child(3n)').css({'margin': '0 10px 10px 0'});
if ($j.browser.msie && $j.browser.version <= 8) $j('#feed .boxOuter:nth-child(3n)').css({'margin': '0 0 10px 0'});

//About Page
if ($j.browser.msie && $j.browser.version <= 8) $j('.profileDetail>ul>li:last').css({'border-bottom':'none'});

//Gallery Page
if ($j.browser.msie && $j.browser.version <= 8) $j('.gallery .thumbs .thumb:nth-child(4n)').css({'margin': '0 0 12px 0'});





});
