
body.gallery {
margin : 1.5em;
padding : 0;
font-family : "Lucida Grande", Verdana, Arial, sans-serif;
font-size : small;
background :transparent url(img/bg.png) no-repeat fixed;

color : #333;
text-align : center;
}
a {
color : #38c;
text-decoration : none;
}
a:hover {
color : #05a;
text-decoration : underline;
}
.clear {
clear : both;
}
.breadcrumb {
float : right;
color : #333;
font-size : 0.9em;
}
.breadcrumb a {
color : #00a3ed;
font-size : 1.1em;
text-decoration : none;
}
.breadcrumb a:hover {
color : #05a;
font-size : 1.1em;
text-decoration : underline;
}

.content {
clear : both;
margin : 0 auto;
text-align : left;
}
.footer {
font-size : 0.8em;
color : #999;
margin-top : 0;
padding-top : 10px;
border-top : 1px solid #ddd;
}
.gallery h2 {
clear : both;
margin : 1.5em 0;
padding-bottom : 0;
font-size : 1.5em;
}
.gallery h3 {
clear : both;
margin : 1.5em 0 1em 0;
font-size : 1.2em;
}
.gallery-thumb {
margin : 5px;
float : left;
text-align : center;
}
.gallery-thumb img {
background-color : #f3f3f3;
border : 1px solid #ddd;
padding : 7px;
margin : 1px;
}
.gallery-thumb a img {
border-color : #ccc;
}
.gallery-thumb a:hover img {
border-width : 2px;
border-color : #38c;
margin : 0;
}
.gallery-albums {
clear : both;
}
.gallery-albums h4 {
margin : 10px 0 0 0;
font-size : 1.1em;
}
.gallery-albums .gallery-thumb {
margin-right : 5px !important;
}
.gallery-album {
width : 46%;
padding-right : 3%;
display : block;
float : left;
overflow : hidden;
}
.gallery-album p {
font-size : 1em;
}
.gallery-album .meta {
margin-top : 3px;
color : #999;
font-size : 0.9em;
}
.thumbnail {
position : relative;
z-index : 0;
}
.thumbnail:hover {
background-color : transparent;
z-index : 50;
}

.thumbnail span {
position : absolute;
padding : 5px;
background-color: #ADD8E6;
border : 1px #DDDDDD;
visibility : hidden;
color : black;
text-decoration : none;
}
.thumbnail:hover span {
visibility : visible;
top : -120px;
left : 0;
}

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}


