  a:link, a:hover, a:visited {
    color: #999;
    text-decoration: none;
  }
  
  a:hover {
    color: #FFF;
  }  
   
  #foto-container {
/*    background: #3F3F3F;
    width: 528px;
    padding: 10px;
*/
    margin: 0 auto;
    text-align: left;    
  }
    
  div.clearer{ clear:both; }
  
  /* All pages */
  
  #foto-header h1 {
    margin: 0;
  }
  
  #foto-header div.breadcrumb {	
  	margin: 10px 0;
  }        

  #foto-header div.breadcrumb h2 {	
    border:none;
    font-size:0.88em;
    text-transform:uppercase;
  }        

  #foto-header div.breadcrumb h2 a, #foto-header div.breadcrumb h2 a:visited {color:#eee;text-decoration:underline}	
  #foto-header div.breadcrumb h2 a:hover {text-decoration:none;}

  
  /* Galleries list */
  #foto-container div.galleries div.gallery {
    float:left;
    margin-bottom:10px;
    margin-right:1em;
    padding:10px;
  }

  #foto-content div.galleries div.gallery div.thumb {
  	width: 120px;
  	height: 120px;
  	position: relative;
  	float: left;
  	background-color: transparent;
  	background-repeat: no-repeat;
  	background-position: center;
  }

  #foto-content div.galleries div.gallery div.thumb a:link, #foto-content div.galleries div.gallery div.thumb a:visited, #foto-content div.galleries div.gallery div.thumb a:hover {
    text-indent: -9999px;
    background-color: transparent;
    display: block;
    height: 100%;
    -moz-outline: none;
  }

  #foto-content div.galleries div.gallery div.description {
   clear:both;
   width:120px;
  }

  #foto-content div.galleries div.gallery div.description h3{
   font-size:0.9em;
   text-align:center;
  }

  #foto-content div.galleries div.gallery div.description h3 a,
  #foto-content div.galleries div.gallery div.description h3 a:visited {text-decoration:underline;font-size:0.9em;font-weight:normal;text-transform:uppercase;}
  #foto-content div.galleries div.gallery div.description h3 a:hover {text-decoration:none;}

  
  /* Items list */
  #foto-content div.gallery div.container {
  	float: left;
  	width: 120px;
  	height: 120px;
  	margin: 0 10px 10px 0;
  	border: 1px solid #222222;
  	position: relative;
  }

  #foto-content div.gallery div.container div.thumb {
  	background-repeat: no-repeat;
  	background-position: center;
  	width: 100px;      
  	height: 100px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-top: -50px;
  	margin-left: -50px;		
  	text-indent: -9999px;
  }

  #foto-content div.gallery div.container div.thumb a {
    background: transparent;
    display: block;
    height: 100%;	
    -moz-outline: none;
  }
  
  /* item page */

  #foto-content div.item h2 {
  	font-size: 20px;
  	margin-top: 0;
  	text-align: center;
  }

  #foto-content div.item div.navigation {
  	border-bottom: 1px solid #999;
  	padding-bottom: 10px;
  	margin-bottom: 10px;
  }

  #foto-content div.item div.navigation div.prev {
  	float: left;
  	text-align: right;
  }

  #foto-content div.item div.navigation div.next {
  	float: right;
  	text-align: left;
  }

  #foto-content div.item div.navigation div.prev, #foto-content div.item div.navigation div.next {
  	font-size: 20px;
  	width: 49%;
  }

  #foto-content div.item div.navigation div.prev a, #foto-content div.item div.navigation div.next a  {
  	display: block;
  	padding: 0 10px;
  }

  #foto-content div.item div.image {
    text-align: center;
  }

  #foto-content div.item div.image a img{
  	border: none;
  }
  