div.fadenav { position: absolute; top: 5px; right: 5px; }
div.fadenav a { display: block; background: #ccc; width: 12px; height: 12px; margin: 0 0 0 8px; float: left; overflow: hidden; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #000; }
div.fadenav a:hover { text-decoration: none; }
div.fadenav a.current { background: #c00; }
#transitionEffect{
height:200px;
display:block;
}
.slide{
margin-top:0px;
display:inline;
}



      #one {  width:200px; display:none; text-align:bottom;
      height:40px; float:left;position:relative; }
      #two{ width:150px; display:none; text-align:bottom;
      height:40px; float:left;position:relative; 
	  }
	  #three{ width:200px; display:none; text-align:bottom;
      height:40px; float:left;position:relative; 
	  }
	  #one_text{
	  display:none;
	  position:absolute;
	  bottom:0;
	  }
	  #two_text{
	  display:none;
	  position:absolute;
	  bottom:0;
	  }
	  #three_text{
	  	  position:absolute;
	  bottom:0;
	  display:none;
	  }
    