@charset "utf-8";
/* CSS Document */

      .effectContainer { margin:0;}
      #example1 .effectContainer { width:600px; height:561px; overflow: hidden; }
      .slide { position: relative; height:561px; width:600px; background: #fff; text-align: center; }
      .r1 { background: #f41; }
      .r1 p { padding-top: 10px; text-align: center; margin: 0; font-size: 0.6em; }
      .r2 { background: #55a5e0; }
      .r3 { text-align: left; }
      #introslide { background: #000; color: #eee; text-align: center; z-index: 500; }
      #introslide p { padding-top: 50px; font-size: 0.9em; margin: 0;}
      #navigation { height: 15px; background: green; }
      div.circular { width: 128px; height: 128px; background: none; }
      .circular .slide { width: 120px; height: 120px; border: 4px solid #000; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; line-height: 120px; text-align: center; font-size: 22pt; font-weight: bold; }
      
      .s1 {
}
      .s2 {
}
      .s3 {
}
      .s4 {
}
      .s5 {
}
      .s6 {
}
      .s7 { background: url('buzzard.jpg') center no-repeat; }
      
      #example3 {
	margin-top: 2em;
	margin-bottom: 0;
	margin-left: 0;
}
      #example3 > div { float: left; }
      #example3 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border: 1px solid #000;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	display: inline-block;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
      #example3 a:hover { background: #000; color: #fff; }
	  

	  
div.fadenav { position: absolute; bottom:5px; right: 5px; }
div.fadenav a {
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	
}
div.fadenav a:hover { text-decoration: none; }
div.fadenav a.current {
	background-color: #48000E;
	visibility:hidden;
}
