/*
----------------------------------------------------------------
	B A S E   C S S
---------------------------------------------------------------- */



#rotator_1 {
	background-image: url(images/home_1.jpg);
	background-repeat: no-repeat;
	height: 600px;
}

#rotator_2 {
	background-image: url(images/home_2.jpg);
	background-repeat: no-repeat;
	height: 600px;
}

#rotator_3 {
	background-image: url(images/home_3.jpg);
	background-repeat: no-repeat;
	height: 600px;
}

#rotator_4 {
	background-image: url(images/home_4.jpg);
	background-repeat: no-repeat;
	height: 600px;
}

#rotator_5 {
	background-image: url(images/home_5.jpg);
	background-repeat: no-repeat;
	height: 600px;
}

#home_nav {
	color: #4697E5;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0.1em;
	padding: 10px;
}
