
.glidecontentwrapper {
	position: relative;
	width: 630px;
	height: 230px;
	overflow: hidden;
	margin:10px 0 0 10px;
}

.glidecontent {
	position: absolute;
	background: white;
	visibility: hidden;
	width: 630px;
}

.glidecontenttoggler {
	position:absolute;
	width:60px;
	height:19px;
	z-index:5000;
	bottom:15px;
	left:20px;
}

.new01Banner01 a.prev, .new01Banner01 a.next {
	float:left;
	display:block;
	width:19px;
	height:19px;
	text-indent:-9999px;
	outline:none;
	margin-right:4px;
	background:url(../../CMSTemplates/PCC/images/rotator-previous.gif) no-repeat;
}

.new01Banner01 a.next {
	background:url(../../CMSTemplates/PCC/images/rotator-next.gif) no-repeat;
}

.new01Banner01 a.prev:hover, .new01Banner01 a.next:hover {
	background-position:top right;
}

