/* style the outer cntaining div to fit the landscape, portrait and buttons */
#gallerycontent {
width:508px; 
height:135px; 
background:#ffffff url(images/aliseo.jpg) 0 0 no-repeat;
border:1px solid #aaaaaa;
margin-top:10px;
}

/* 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:135px 0 0 0; 
list-style-type:none; 
position:relative; 
width:508px;
}

/* 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 {
float:left; 
width:84px; 
height:22px;
margin-top:15px;
margin-right:127px;
}

/* style the link text to be central in a surrounding box - Last Box */
.gallery li.last a, .gallery li.last a:visited {
margin-right:0px;
}

/* position the images using an absolute position and hide them from view */
.gallery li a img.big {
position:absolute; 
top:-135px; 
left:0; 
visibility:hidden; 
border:0;
}

/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#707070; 
}

/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}
