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

      div.rotator {
	position: fixed;
	height: 240px;
	width: 555px;
	padding: 10px;
	background: #fff;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
      div.r1 {
}
      div.r1 p {
	margin-top: 20px;
	text-align: center;
	border: medium solid #A00;
}
      div.area {
	text-align: center;
	height: 240px;
	width: 555px;
	margin-top: 5px;
	margin-bottom: 20px;
}
      div.navigation {
	position: absolute;
	top: 240px;
	right: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #EEE;
	text-decoration: none;
	display: block;
}
      div.navigation div.current, div.navigation a {
	width: 15px;
	height: 17px;
	margin: 0 8px 0 0;
	float: left;
	overflow: hidden;
	color: #010;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}
      div.navigation a:hover { text-decoration: none; }
      div.navigation div.current {
	background: #c00;
	color: #EEE;
	text-decoration: none;
}
      div.navigation a { display: block; background: #ccc; }
      #introslide { background: #000; color: #eee; text-align: center; }

