

/* Light Gallery styles */

.lgtrigger
{
 color: white;
 background-color: black;
}
.lgtrigger:hover
{
 color: black;
 background-color: #d9d9d9;
} 

.lg_image_foundin         { color: white; text-decoration: none; }
.lg_image_foundin:link    { color: white; text-decoration: none; }
.lg_image_foundin:visited { color: white; text-decoration: none; }  
.lg_image_foundin:hover   { color: black; background-color: #d9d9d9; text-decoration: none !important; } 

.imagecaption 
{
 font-size: 15px;
 font-weight: bold;
}