/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#marco {
width:496px; 
height:335px;
border:1px solid #666;
background-color:#eee;
margin:30px;
	}
#marco a, #marco a:visited, #marco a:hover, #marco a:active {
font-weight:lighter}
#album {
position:absolute;
width:496px; 
height:335px; 
background-repeat:no-repeat;
background-position:left top;
}
#album.expo1 {
	background-image:url(../img/expos/expo1_01.jpg)
}
.expo2 {
	background-image:url(../img/expos/expo2_01.jpg)
}
.expo3 {
	background-image:url(../img/expos/expo3_01.jpg)
}
.expo4 {
	background-image:url(../img/expos/expo4_01.jpg)
}
.expo5 {
	background-image:url(../img/expos/expo5_01.jpg)
}
.expo6 {
	background-image:url(../img/expos/expo6_01.jpg)
}
.expo7 {
	background-image:url(../img/expos/expo7_01.jpg)
}
.expo8 {
	background-image:url(../img/expos/expo8_01.jpg)
}
.expo9 {
	background-image:url(../img/expos/expo9_01.jpg)
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.galerias {
padding:0; 
margin:340px 0 0 302px; 
list-style-type:none; 
position:relative;
width:200px;
}
/* remove the default image border */
.galerias img {
border:0;
}
/* make the list horizontal */
.galerias li {
float:left;
}
/* style the link text to be central in a surrounding box */
.galerias li a, .galerias li a:visited {
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:9px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:16px; 
height:16px; 
line-height:16px;
font-weight:lighter;
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.galerias li a img {
position:absolute;
z-index:1;
top:-340px; 
left:-302px; 
visibility:hidden; 
border:0;
}
/* style the hover background color for the text boxes */
.galerias li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.galerias li a:active, .galerias li a:focus {
background:#DE1170; 
color:#fff;
}
/* make the images visible on active/focus */
.galerias li a:active img, .galerias li a:focus img {
visibility:visible;
}


