#pscroller2
{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 750px;
	height: 23px;
	border: 0px solid black;
	
	position: absolute;
    	top: 	118px;
    	left:	20%;
    	transform: translateX(-20%) translateY(-20%);	
}
#pscroller2 > div.innerDiv
{
	padding: 4px;
}
#pscroller2 a
{
	text-decoration: none;
}