/* 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 */
#album {
float:none;
margin:0;
width:530px;
height:300px;
padding-left:50px;
vertical-align:middle;
}
/* 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:0px 0 0px 0; 
list-style-type:none; 
position:relative; 
width:530px;
}
/* remove the default image border */
.gallery img {
border:0;
}
.gallery li {
float:left;
margin-top:0px;
margin-bottom:0px;
right:25px;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center;
padding-left:2px;
padding-right:2px;
line-height:20px;
border:1px solid #444;
vertical-align:top;
margin-right:5px;
margin-top:2px;
}
.gallery li a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
float:left; 
text-decoration:none; 
color:#ddd; 
background:#fff; 
text-align:center;
padding-left:2px;
padding-right:2px;
line-height:20px; 
border:1px solid #444;
margin-right:5px;
margin-top:2px;
vertical-align:top;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:0px; 
left:50; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:0px;
left:50;
}
/* 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:active img, .gallery li a:focus img {
visibility:visible;
position:absolute;
left:0px;
bottom:0px;
top:0px;
right:0px;

}
.contenttypeimage{
font-size:10px;
width:5px;}

