$(function () {
	$(".opinion").autoScroll({stillTime: 7000});
	$("#opine a.bboxbutton").colorbox({width:"500px", height:"600px", iframe: true});
})