$(document).ready(function(){	$("a[@href$=pdf]").addClass("pdf");$("a[@href$=doc]").addClass("doc");/*$("a:not([@href*=http://www.userinsight.com])").not("[href^=#]").attr({ target: "_blank" }); 																																					*/
	$(".singleimage").wrap("<div align='center'></div>");																																																																																$("#holder ul li:nth-child(1)").addClass("padding");$("#holder ul li:nth-child(2)").addClass("padding");
function onAfter(curr, next, opts) {  var index = $(this).parent().children().index(this); $('#p')[index == 0 ? 'hide' : 'show'](); $('#n')[index == opts.slideCount - 1 ? 'hide' : 'show']();} $('#holder').cycle({   fx:'scrollHorz', speed: 500,	prev:'#p', next:'#n',  after: onAfter,timeout:0});
});


