﻿#album {
width:500px;  
background: url(/Userfiles/Image/brochure1.png) 0 0px no-repeat;
border: 1px solid #000;
height: 332px;
margin: 0px 0px 80px 0px;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
#album .gallery {
padding:0; 
margin: 342px 0 0 0; 
list-style-type:none; 
position:relative; 
width:500px;
}
/* remove the default image border */
 #album .gallery img {
border:0;
}
/* make the list horizontal */
#album .gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
#album .gallery li a, #album .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-right:4px;
}
/* position the images using an absolute position and hide them from view */
#album .gallery li a img {
position:absolute; 
top:-342px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
#album .gallery li a img.landscape {
top:-342px;
}
/* fix the left position for the portrait images */
#album .gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
#album .gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
#album .gallery li a:active, #album .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
#album .gallery li a:active img, #album .gallery li a:focus img {
visibility:visible;
}




/* ##### ALBUM 2 STARTS HERE #### */





#album2 {
width:500px;  
background: url(/Userfiles/Image/ecommerce1.png) 0 0px no-repeat;
border: 1px solid #000;
height: 332px;
margin: 0px 0px 80px 0px;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
#album2 .gallery {
padding:0; 
margin: 342px 0 0 0; 
list-style-type:none; 
position:relative; 
width:500px;
}
/* remove the default image border */
 #album2 .gallery img {
border:0;
}
/* make the list horizontal */
#album2 .gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
#album2 .gallery li a, #album2 .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-right:4px;
}
/* position the images using an absolute position and hide them from view */
#album2 .gallery li a img {
position:absolute; 
top:-342px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
#album2 .gallery li a img.landscape {
top:-342px;
}
/* fix the left position for the portrait images */
#album2 .gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
#album2 .gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
#album2 .gallery li a:active, #album2 .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
#album2 .gallery li a:active img, #album2 .gallery li a:focus img {
visibility:visible;
}
