@charset "UTF-8";
/* CSS Document */

.galleria{ list-style:none;
           }

.galleria li{  display:block;
               width:60px;
			   height:60px;
			   overflow:hidden;
			   float:left;
               margin:2px 2px;
			   }

.galleria li a{ display:none; 
                }



.galleria li div img{ cursor:pointer;
                      }
                          

.galleria li.active div img,.galleria li.active div{ display:block; 
                                                     }

.galleria li .caption{ display:block;
                       padding-top: .5em;
					   margin-top: 5px;
					   width: 500px;
					   }

.caption { font:.75em georgia,serif;
           color:#000;
           text-align:center;
           border: solid #000 0px;
		   margin-top: 10px;
		   width: 500px;
		   float: right;
		   }


.gallery { position: absolute;
           top: 100px;
           left: 50px; 
		   width: 300px;
		   
		   }
		   


.galleria_container{ margin:20px auto 0px auto;
                     height:410px;
					 top: 40px;
					 right: 60px;
					 position: absolute;
					 padding:10px 20px;
					 border: solid #000 0px;
					 }

* html .galleria li div span{ width:400px; } /* MSIE bug */




#main { position:absolute;
		top:160px;
		width:1000px;
		z-index: 10;
		}		   

#main h3 { float:left;
           font-weight: normal; 
           font-size: 1.2em;
		   letter-spacing: 2px;
           margin-top: 50px;
		   margin-left: 170px;
		   
		   }

#info { width: 270px;
        position: absolute;
		left: 90px;
		top: 400px;
		font-family: Verdana, Geneva, sans-serif; 
		text-align:left;
		font-size: .8em; 
	    border: solid #000 0px;
        }

.caption { font-size: .85em; 
           font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
           }

ul#next-gallery { position:absolute;
                  top: 500px;
				  right: 100px;
				  border: solid #000 0px;
                  list-style-type:none;
                  
                  }

ul#next-gallery li { display:inline;
                     }

ul#next-gallery li a { color: #000;
                       font-family:Verdana, Arial, Helvetica, sans-serif; 
                       font-size: .8em;
                       
                       padding: 3px;
                       text-decoration: none;
                       }

ul#next-gallery li a:hover { color: #FFF; 
                             }

ul#next-gallery li a:active { color: #7E1526; 
                               }

.next { font-size: .75em;
        color: #000;
		
		
         }
