@charset "UTF-8";
/* CSS Document */
/* Author Ryan Erb and Creative Wildcat */
#fade-slider{
  width:1011px;
  height:144px;
  overflow:hidden;
  margin:0px;
  padding:0px;
  position:relative;
  float: left;
}
#slidertext {	
	text-align: center;
	vertical-align:bottom;
	float: right;
	width: 20%;
	height: 144px;
	font-style: italic;
	font-weight:bold;
}
.position-zero{
	position:absolute;
	top:0px;
	left:0px;
}

#circuut {
	height: 80px;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align:bottom;
}

#masthead #slidertext #circuut{
	float: none;
}

img{
	border:none;
}
