/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#B4B48C;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:320px; 
height:240px; 
background:transparent url(../images/bg.jpg) top left no-repeat;
border: 4px solid #B4B48C;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:240px 0 0 0; 
list-style-type:none; 
position:relative; 
width:320px;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:6px 2px 2px 2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-320px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-240px;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
a, a:visited{
color: #B4B48C;
}
/* reception_photo_gallary */
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#reception_album {
width:320px; 
height:240px; 
background:transparent url(../images/reception.jpg) top left no-repeat;
border: 4px solid #B4B48C;
margin:0 auto;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.reception_gallery {
padding:0; 
margin:240px 0 0 0; 
list-style-type:none; 
position:relative; 
width:320px;
}
/* remove the default image border */
.reception_gallery img {
border:0;
}
/* make the list horizontal */
.reception_gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.reception_gallery li a, .reception_gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:6px 2px 2px 2px;
}
/* position the images using an absolute position and hide them from view */
.reception_gallery li a img {
position:absolute; 
top:-320px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.reception_gallery li a img.reception_landscape {
top:-240px;
}
/* style the hover background color for the text boxes */
.reception_gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.reception_gallery li a:active, .reception_gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.reception_gallery li a:active img, .reception_gallery li a:focus img {
visibility:visible;
}