@charset "utf-8";
/* CSS Document */

#arc{
	position: absolute;
	top: -5px;
	left: 0px;
	z-index:1000;
}

#rotatingImagesContainer{
	background-color: black;	
	position: relative;
	width: 899px;
}
	#rotatingImagesFooter{
		background:url(/images/home/footer_bar.jpg) no-repeat;	
		height: 23px;
		position:relative;
	}
		#rotatingImagesControls{
			position: absolute;
			top: 0px;
			right: 0px;
			background:url(/images/home/footer_action_bg.jpg) no-repeat;
			width: 300px;
			height: 21px;
		}
			#rotatingImagesControls p{
				text-align: center;
				margin: 4px 0 0 0;
				font-size:10px;
			}
				#rotatingImagesControls p span{
					margin: 0px 4px;
					cursor:pointer;
				}
	#rotatingImages{
		height: 396px;
	}
		#rotatingImages div{
			display: none;
		}
		#rotatingImages > div:first-child{
			display: block;
		}
		#rotatingImages img.text{
			position: absolute;
		}
		#evolveBeats .text{
			top: 300px;
			left: 40px;
		}
		#neverRots .text{
			top: 300px;
			left: 40px;
		}
		#innovativeSolutions .text{
			top: 300px;
			right: 60px;
		}
		#neverStain .text{
			top: 270px;
			right: 80px;
		}
		#responsiveToMeeting .text{
			top: 280px;
			left: 40px;
		}
		#lifetimeOfBeauty .text{
			top: 300px;
			right: 60px;
		}
		#healthierEnvironment .text{
			top: 50px;
			right: 40px;
		}
		
#home_wrapper #featured_project{
	top: 374px;	
}
#home_wrapper #features{
	top: 419px;	
}
