@charset "utf-8";
/* CSS Document */


  /* Photo & Galleries */
  #GalleriesContainer{ 
    margin:10px 0px 10px 10px; 
    padding:0px; 
    max-width:600px; 
    height:auto; 
    text-align: left;}
  
    #Galleries { 
      float:left; 
      padding:0px; 
			width:170px;
			text-align:center;
      margin:10px 10px 10px 10px; 
    }
		
			#Galleries h2 { 
				font:140%/1em "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
				color:#990;
				margin:5px 0px 5px 0px ;
				Padding-left:0px;
				text-align:left;
      }
			#Galleries h2 .img-count{
				float:right;
				font:70%/1em Verdana, Arial, Helvetica, sans-serif ;
				/*font-weight:bold;*/
				color:#333;
			}

			#Gallery {
      Border:1px solid #c60;
			
			}
			#Gallery:hover {
				background-color:#e4cebc; 
			}
      
      #Gallery p {
        margin:0px!important;
        padding:0px !important;
        text-align:center;
        font-size:95%;
      }
      #Gallery img {
        padding:5px;
        margin:5px auto;
        border:none;
      }
  
  /* Photos List */
  #gw-photo-container { 
    margin:10px 0px 10px 20px; 
    padding:0px; 
    max-width:600px; 
    height:auto; 
    text-align:left;
  }
    #gw-photo-thumbs { 
      float:left; 
      padding:0px; 
      margin:10px 10px 10px 10px; 
      Border:1px solid #c60;
      text-align:center;
    	height:150px; 
    }
    #gw-photo-thumbs:hover  { 
      background-color:#cce779;
      background-color:#e4cebc; 
    }
      #gw-photo-thumbs img {
        padding:3px;
        margin:3px;
        border:none;
      }
      #gw-photo-thumbs p {
        margin:0px 0px 5px 5px !important;
        padding:0px !important;
        text-align:left;
        font-size:90%;
      }
      #gw-photo-thumbs a{ 
        text-decoration:underline;
      }

  /* Photos List */
  #gw-photo-detail { 
    margin:0px 0px 0px 20px; 
    padding:0px; 
    
  }

  #gw-photo-detail .Cadre { 
        padding:10px;
        margin:0px;
        border:1px solid #9fd204;
  }

