/*
.photoheading {
   color: #ffffff;
   padding-left: 20px;
   line-height: 23px; 
   /* background: url(../images/photogallery-albumheader.gif) no-repeat; 
   background: #C1D62F url(../images/feature-header.gif) top left no-repeat;
   width: 522px;
   height: 23px;
   padding: 6px 4px 0 6px;
}

.photoheading a:link, .photoheading a:visited {
    background: #C1D62F url(../images/feature-header-arrow.gif) top right no-repeat;
    color: #fff;
    display: block;  
    text-decoration: none;  
    margin: 0 0 0 0;        
}
*/

.photoheading
{
	font-weight: bold;
  /* background: #C1D62F url(../images/feature-header.gif) top left no-repeat; */
	/* background: url(../images/feature-arrow.gif) top right no-repeat; */
	height: 16px;
	display: block;
  color: #C1D62F;
	margin: 0 0 2px 0;
  padding: 0 0 2px 0;
  text-decoration: none;
	border-bottom: solid 1px #A0C115;
}

.photoheading a:link, .photoheading a:visited {   
	/* background: #C1D62F url(../images/feature-header-arrow.gif) top right no-repeat; */
	background: none;   
  text-decoration: none;
    /* display: block; */
  color: #C1D62F;
	font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 2px 0;
}

