#rotator{
	width: 364px;
	height: 300px;
	overflow: hidden;
}

	#viewercontrolcontainer{
		position: absolute;
		width: 364px;
		height: 300px;
		overflow: hidden;
	}

	#viewercontrol{
		position: absolute;
		z-index: 10;
		font-size: 12px;
		font-family: verdana, arial, helvetica, sans-serif;
		top: 300px;
		height: 50px;
		color: #008bcf;
		z-index: 10;
	}

	#viewerbg{
		position: absolute;
		z-index: 10;
		height: 50px;
		width: 364px;
		background: #ffffff;
	}

	#viewerlinks{
		position: absolute;
		margin-top: 7px;
		margin-left: 355px;
		color: #008bcf;
		text-align: right;
		width: 300px;
		z-index: 15;
	}
	
		.viewerlink{
			float: left;
			height: 16px;
			width: 18px;
			text-align: center;
			z-index: 20;
		}
		
		.viewerlink a{
			display: block;
			padding: 0px 1px 2px 1px;
			margin: 0px 0px 0px 2px;
			text-decoration: none;			
		}
		
		.viewerlink.active a{
			position: relative;
			top: -1px;
			padding: 0px 1px 2px 1px;
			margin: 0px 0px 0px 2px;
			border: 1px solid #96BBCF;
			background: #DAEEF8;
		}

	#viewertext{
		width: 364px;
		position: absolute;
		margin-top: 14px;
		color: #008bcf;
		z-index: 20;
		margin-top: 7px;
		margin-left: 14px;
	}
		
		.viewertext{
			display: none;
		}
		
		#viewertext .active{
			display: block;
		}
		
		.rotator_title{
			text-decoration: none;
			margin: 0px; padding: 0px; font-size: 17px; font-weight: bold; color: #126792;
		}
		
		.rotator_content{
			color: #008bcf;
			text-decoration: none;
		}

#viewer{
	width: 364px;
	height: 300px;
	overflow: hidden;
	font-size: 0px;
}

	#viewercontainer{
		width: 5000px;
		height: 300px;
		z-index: 10;
	}
	
	#viewer img{
		float: left;
	}
