.tspctextonbanner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-family: 'Open Sans', serif-serif;
	color: white;
	text-align: center;
	font-size: 32px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.75);
	padding: 20px 0;
}


.tspcnewslink, .tspcnewslink:link, .tspcnewslink:visited, .tspcnewslink:active {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 1px dotted #d3bc4b;
}
.tspcnewslink:hover {
	text-decoration: none;
	color: white;
}


.tspctab, .tspctab:link, .tspctab:visited, .tspctab:active {
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	color: #212121;
	padding: 5px 0;
	margin-top: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans', serif-serif;
}
.tspctab:hover {
	text-decoration: none;
	color: white;
	background-color: #1f3058;
}



#scroller {
	position: relative;
}
#scroller .innerScrollArea {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#scroller ul {
	padding: 0;
	margin: 0;
	position: relative;
}
#scroller li {
	padding: 0 30px;
	margin: 0;
	list-style-type: none;
	position: absolute;
}

