$(document).ready(function() {
	if( $('#color-guide img').length ) {
		$("div.PageDetailsText").prepend("<ul class='thumb'></ul>");
		$('#color-guide a').each(function(index) {
			$("<li>").html(this).prependTo("ul.thumb");
		});
	}
	if( $('ul.thumb li').length ) {
		$('ul.thumb li').Zoomer({speedView:350,speedRemove:500,altAnim:true,speedTitle:400,debug:false});
	}

	if( jQuery('#cinema').length ) {
		jQuery('#cinema').cycle({ 
			fx:     'fade', 
			speed:  'slow', 
			timeout: 4000
		});
		//Settings for the slider
		jQuery("a.one").attr("href", "/sportlight-raquel-welch-p-115-c-242.aspx");
		jQuery("a.two").attr("href", "/nyheter-news-c-398-1.aspx");
		jQuery("a.three").attr("href", "/nyheter-news-c-398-1.aspx");
		jQuery("a.four").attr("href", "/nyheter-news-c-398-1.aspx");
		jQuery("a.five").attr("href", "/nyheter-news-c-398-1.aspx");
	}
	
});
