.newswrapper{
	position: relative; /*leave as is*/
	width: 548px;
	height: 38px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	float:left;
}
.newswrapper .newsitem{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	visibility: hidden;
	top:0px;
	visibility:visible;
	padding-left:8px;
	width:580px;
	background:url(../images/bg_glidecontentwrapper.png) left top repeat-x;
}
.newswrapper .newsitem p{padding-top:12px;}
.newswrapper .newsitem p label{ color:#568fbc;}

.pagination{ /*style for DIV used to contain toggler links. */
	width: 25px;
	float:left;
	display:block;
	padding-left:10px;
	padding-right:15px;
	margin-top: 10px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
.pagination img{
	float:left;
	display:block;
	width:12px;
	height:19px;
	outline-style:none;
}