$(document).ready(function(){

	$('#start-slideshow').cycle();
    $('a.shopp-thickbox').fancybox();
    $('.post-content p a img').fancybox();
    
    // Border between shopp category-parents
    $('ul.shopp_categories li:first').css('border-bottom', '1px dotted #ddd');
    
    $('big a').addClass('shopp-button');
    
    $('div.xcheckout a').text("CHECKA UT VIA PAYSON  » ");
    
    $('table.cart tr:odd').addClass('cart-odd');
    $('table.cart tr:even').addClass('cart-even');
    
   	$('body#shopcart').find('.shop-left').remove();
   	$('body#shopcart').find('.shop-top').remove();
    $('body#shopcart').find('.shop-large').css('width', '790px');
    $('body#shopcart').find('.shop-large').addClass('cart-large');
    
    $('body#shopcheckout?shopp_xco=PaysonPayson').find('.shop-left').remove();
    $('body#shopcheckout?shopp_xco=PaysonPayson').find('.shop-large').css('width', '790px')
    
    
    var top = $('form table.cart').find('tr.totals')[0];
    $(top).addClass('cart-seperator');
    
    $('<tr><td class="spacer" style="height:15px;"></td></tr><tr class="totals"><td colspan="4"></td></tr>').insertBefore('.cart-seperator');
    

    
});


