@charset "utf-8";
/* CSS Document */


div.thumb {
margin: 3px;
border: 1px solid #A0ACC0;
height: auto;
float: left;
text-align: center;
}	
.thumb img{
display: inline;
margin: 5px;
border: 1px solid #A0ACC0;
}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;}
.phototitle {
text-align: center;
font-weight: normal;
width: 120px;
margin: 0 3px 3px 3px;
}


ul, li {
list-style-type:none;
padding:0;
margin:0;
}

#breadcrumb
{
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url('../img/bc_bg.png'); 	
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a
{
    height:30px;
    display:block;
    background-image:url('../img/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

.home
{
    border: none;
    margin: 8px 0px;
}

#breadcrumb a:hover
{
    color:#35acc5;
}

.slideshow { height: 172px; width: 582px; }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

a.imPop {  
   position:relative;  
   z-index:20;  
}  
a.imPop:hover {  
    display:inline;  
    z-index:30;  
}  

a.imPop span {  
    display:none;  
} 

 a.imPop:hover span {  
    display:block;  
    position:absolute;  
    top:1em;  
    left:1em;  
    width:100px;  
    height:132px;  
}  