﻿

#rotator {
	background: #000 url(../img/rotator/WebcastBG.jpg) no-repeat scroll top left;
	border: solid 1px #223;
	height: 218px;
	overflow: hidden;
}

	#rotator h1, #rotator h2, #rotator h3, #rotator h4, #rotator h5 {
		margin: 0.5em 0;
		color: #fff;
	}

	#rotator .ui-tabs-panel {
		height: 125px;
		padding: 40px 8px 2px 8px;
		color: #fff;
		width: 343px;
	}

	#rotator .ui-tabs-hide {
		display: none;
	}

	#rotator a {
		font-weight: bold;
		color: #fff;
		font-size: 9px;
	}

	#rotator .ui-tabs-nav {
		list-style-type: none;
		height: 33px;
		margin: 8px 0;
	}

		#rotator .ui-tabs-nav a {
			text-decoration: none;
			color: #fff;
		}

	#rotator .ui-tabs-nav-item {
		float: left;
		text-align: center;
		line-height: 33px;
		text-align: center;
		margin: 0 2px;
		border: solid 1px #364852;
		width: 145px;
		overflow: hidden;
	}

		#rotator .ui-tabs-nav-item a {
			margin: 0 2px;
			display: block;
			height: 33px;
			color: #fff;
		}

	#rotator .ui-tabs-selected {
		float: left;
		text-align: center;
		line-height: 33px;
		text-align: center;
		margin: 0 2px;
		border: solid 1px #7499ac;
	}

		#rotator .ui-tabs-selected a {
			display: block;
			height: 33px;
			color: #fff;
			margin: 0 2px;
		}


