jQuery(document).ready(function($) {
	$('#slideshow').cycle({timeout:6000});
	
	
	$("#rssHome").PaRSS(
		"http://recycledplasticpatiofurniture.wordpress.com/feed/",	// rss feed url (required)
		2,		// number of items (optional)
		"M jS g:i a",	// date format (optional)
		"image"         // display format (optional)
	);
	
	$("#rssInner").PaRSS(
		"http://recycledplasticpatiofurniture.wordpress.com/feed/",	// rss feed url (required)
		4,		// number of items (optional)
		"M jS g:i a",	// date format (optional)
		"short"         // display format (optional)
	);
	
	$('#SideCategoryList .SideCategoryListClassic ul:nth-child(18)').after('<h2>Shop Styles</h2>');
	
	$('.banner_home_page_top').before('<img src="/templates/__custom/images/banner_left.png" alt="" style="position:absolute;top:543px;margin-left:-31px;" />');
	$('.banner_home_page_top').after('<img src="/templates/__custom/images/banner_right.png" alt="" style="position:absolute;top:543px;margin-left:952px;" />');

	$('#CategoryHeader').before('<img src="/templates/__custom/images/banner_left.png" alt="" style="position:absolute;top:190px;margin-left:-31px;" />');
	$('#CategoryHeader').after('<img src="/templates/__custom/images/banner_right.png" alt="" style="position:absolute;top:190px;margin-left:952px;" />');	
	
	$('.ProductActionAdd a').addClass('button');
	
	$('#HeaderBreadcrumb ul li').before('<li>></li>');
	
	$('#SideProductRelated .ProductList li:nth-child(5),#SideProductRelated .ProductList li:nth-child(6),#SideProductRelated .ProductList li:nth-child(7),#SideProductRelated .ProductList li:nth-child(8),#SideProductRelated .ProductList li:nth-child(9),#SideProductRelated .ProductList li:nth-child(10)').remove('');
});
