/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#444444;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#albumT {
width: 574px; 
height:505px; 
background:#eee url(images/deer.jpg) 0 0px no-repeat;
border:1px solid #aaa;
margin:0 auto;z-index:10;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.galleryT {
padding:0; 
margin:1px 0 0 0; 
list-style-type:none; 
position:relative; 
width: 574px;z-index:10;
}
/* remove the default image border */
.galleryT img {
border:0;z-index:10;
}
/* make the list horizontal */
.galleryT li {
float:left;z-index:10;
}
/* style the link text to be central in a surrounding box */
.galleryT li a, .galleryT li a:visited {
font-size:12px;
float:left; 
text-decoration:none; 
color:#444444; 
background:#fff; 
text-align:center; 
width:185px; 
height:37px; 
line-height:17px; 
border:1px solid #444444;
margin:2px;
z-index:10;
}
.galleryT li.gd a, .gallery li.gd a:visited {
	height: 62px; 
	line-height: 1.5em;
}
.galleryT li.pt a, .gallery li.pt a:visited {
	height:22px; 
}
.galleryT li.dc a, .gallery li.dc a:visited {
	position:relative;
	top: -41px;
}
/* position the images using an absolute position and hide them from view */
.galleryT li a img {
position: absolute; 
top:66px; 
left:0; 
visibility:hidden; 
border:0;z-index:10;
}
.galleryT li.dc a img {
position: absolute; 
top:38px; 
left:0; 
visibility:hidden; 
border:0;z-index:10;
}
/* fix the top position for the landscape images */
.galleryT li a img.landscape {
top:-330px;z-index:1000;
}
/* fix the left position for the portrait images */
.galleryT li a img.portrait {
left:1px;
background-color: #eeeeee;z-index:1000;
}
.galleryT li.dc a img.portrait {
left:-1px;
background-color: #eeeeee;z-index:1000;
}
/* style the hover background color for the text boxes */
.galleryT li a:hover {
background:#ddd;
z-index:1000;
}
/* style the active/focus colors for the text boxes (required for IE) */
.galleryT li a:active, .galleryT li a:focus {
background:#444; 
color:#fff;z-index:1000;
}
/* make the images visible on active/focus */
.galleryT li a:active img, .galleryT li a:focus img {
visibility:visible;z-index:1000;
}


#album {
position: relative;
top:-425px;
width:574px; 
height:480px; 
margin:0 auto;
z-index:10;
}
/* 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: 295px 0 0 0px; 
list-style-type:none; 
position:relative; 
width:574px;
z-index:10;
}

/* remove the default image border */
.gallery img{
border:0;z-index:10;
}
/* make the list horizontal */
.gallery li {
float:left;z-index:10;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:12px;
float:left; 
text-decoration:none; 
color:#444444; 
background:#fff; 
text-align:center; 
width:185px; 
height:37px; 
line-height:17px; 
border:1px solid #444444;
margin:2px;
z-index:10;
}

/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top: -318px; 
left:0; 
visibility:hidden; 
border:0;
z-index:1000;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-280px;z-index:1000;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:1px;
background-color: #eeeeee;z-index:1000;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
z-index:1000;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;z-index:1000;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;z-index:1000;
}


