.photo_album_menu a	{
display: block;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
color: #000000;
padding-left: 30px;
text-decoration: none;
background: url(/images/bullet.gif) no-repeat;
}

.photo_album_menu a:hover	{
display: block;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
color: #000000;
padding-left: 30px;
text-decoration: none;
background: url(/images/bullet-over.gif) no-repeat;
}

.photo_album_menu a#current	{
display: block;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
color: #000000;
padding-left: 30px;
text-decoration: none;
background: url(/images/bullet-over.gif) no-repeat;
}

#text_id	{
font-family: Verdana, Arial, Sans-Serif;
font-size: 12px;
font-weight: normal;
color: #A21E05;
text-align: left;
}

a.photo	{
display: block;
width: 101px;
height: 70px;
border: solid 1px #cccccc;
background: #ffffff;
/* Opacity in IE */ filter: alpha(opacity=30);
/* Opacity in Mozilla */opacity: 0.3;
}

a.photo:hover	{
display: block;
width: 101px;
height: 70px;
border: solid 1px #777777;
background: #ffffff;
/* Opacity in IE */ filter: alpha(opacity=0);
/* Opacity in Mozilla */opacity: 0;
}

a.photocurrent	{
display: block;
width: 101px;
height: 70px;
border: solid 1px #777777;
background: #ffffff;
/* Opacity in IE */ filter: alpha(opacity=0);
/* Opacity in Mozilla */opacity: 0;
}