
img {
  
  /*
   -webkit-transform: rotate(-10deg);
   -moz-transform: rotate(-10deg);
   transform: rotate(-10deg);
   
    border: 1px solid white;
  border-bottom: 8px solid white;
  
       
  border-radius: 8px;
  
  */
}


	
.photo {

    /*
    position: relative;
  top: 20px;
  padding: 1px 8px;
  z-index:0;
      -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);  
  top: 450px;
*/
}

.photo img {    
	
	 border: 1px solid black;
	 margin: 0 40px 5px 0;

	/*
	margin: 0 5px 5px 0;
	*/	
}

.photo:hover {
    /*
border: 1px solid black;
       z-index:50;
  position: fixed;
  top: 50px;
  left: 200px;
   */
   background-color: transparent;
}
 
.photo span {
  position:absolute;
  visibility: hidden;
  left: -1000px;
  border: 1px solid black;
  background-color: transparent;
  color: black;
   /*
 border: 6px solid white;
  border-bottom:  6px solid white; 
  top: 100px;
  left: 100px;
  */
}

.photo span img {
  border-width: 0;
  border: 1px solid black;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
/*
  float: right;
*/
}


.photo:hover span {
 
  visibility: visible;
  z-index:50;
  border:0;
  /*
  text-align: right;
  position:fixed;
  top: 500px;

  positions for side viewing
  top: 70px;
  left: 275px;

  original position for bottom
  top: 240px;
  left: 125px;

  current bottom view position
  top: 240px;
  left: 65px;
  */
  top: 0px;
  left: 275px;
  text-decoration: none;
 
 }

.photo:visited, .photo:link, .photo:active {

  text-decoration: none;
}


.photo_figure {
   width: 242px;
   height: 600px;
   	
}

.photo_featured {
	
    width: 100px;
    height: 100px;	
}


.photo_featured1 {
	
    width: 150px;
    height: 150px;	
}

.photo_info {

    font-size: 14px;

}





