

/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:780px; 
height:310px;
margin:10px 0 0 0 ;
background-color: transparent
}
/* 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:0; 
list-style-type:none; 
position:relative; 
width:350px;
}
/* remove the default image border */
.gallery img {
border:0;
}

/* style the link text to be central in a surrounding box */
.gallery li a#link{

color:blue; 
background:#fff;
text-align:center; 
width:200px; 
line-height:18px; 
margin:2px;
font-size: 14px
}
.gallery li a{

color:#000; 
background:#fff;
text-align:left; 
line-height:24px; 
margin:0;padding:2px; 
}
.gallery li p{margin-left:20px}
/* 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:0px;left:370px;
}
/* fix the left position for the portrait images */
.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 */
.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:focus img, .gallery li a:active img, .gallery li a:hover img  {
visibility:visible;
}
#scroll{overflow: auto; height: 380px; width:350px;margin: 0; padding-right: 5px}
#holder{position:absolute; float:left; margin:0 0 0 370px; width:200px;text-align:center;color: #999;; z-index:0; width: 400px; min-height: 300px; height: 300px; background-image: url(../Images/artists/default.jpg)}
