﻿ /* ALBUMS */
 
  .albums_photo {
   width: 90px;
   padding-top: 60px;
   background-position: 0px 0px;
   background-repeat: no-repeat;	
   cursor: pointer;
  }
  
  .albums_title {
	  width: 700px;
	  height: 14px;
	  border-bottom: 1px solid #008800;
	  font-weight: bold;
   cursor: pointer;
  }
  
  .albums_desc {
	  width: 700px;
	  text-align: left;
   cursor: pointer;
  }
 
 
 /* ALBUM */
  .album_title {
	  width: 800px;
	  height: 16px;
	  clear: both;
 /*  margin-bottom: 20px; */
 /*  border-bottom: 1px solid #008800; */
   color: #000000;
	  font-size: 11pt;
	  font-weight: bold;
	  text-align: center;
  }
  
  .album_photo {
	  width: 80px;
	  margin: 5px;
	  float: left;
	  clear: none;
	  cursor: pointer;
  }
  
  .album_navig {
	  width: 800px;
	  height: 16px;
	  clear: both;
	  border-top: 1px solid #008800;
	  border-bottom: 1px solid #008800;
	  padding-top: 2px;
	  color: #000000;
  }
  
  .album_navig div {
	  width: 33%;
	  float: left;
	  background-position: 0px 0px;
	  background-repeat: repeat-y;
  }
  
  .album_navig a {
 	 text-decoration: none;
 	 color: #000000;
  }
  .album_navig a:hover { text-decoration: underline; }
  
  
 /* PHOTO */
  
  .photo_photo {
	  width: 800px;
	  clear: both;
	  text-align: center;
  }
  
  .photo_desc {
	  width: 800px;
	  clear: both;
	  margin-top: 5px;
	  text-align: center;
  }
