       		.full-text {
            height:auto;
 						.show-more-img {
    							display:block;
 							}
          }
       			.full-text p {
     						margin-top: -5px;
						} 

          .show-more-summary-text {
  						margin-top:-30px;
            	height:140px;
    					margin-left:120px;
    					//margin-right:20px;
	   						overflow:hidden;
  						p {
     						margin-left:120px;
						 }
  						.show-more-img {
     							display:none;
 							}
         	}
        .show-more-summary-text p {
     						margin-top: -5px;
						} 
          
					.show-more-summary-text a.summary_text,
					.show-more-summary-text a.summary_text:link,
					.show-more-summary-text a.summary_text:visited
					{
    					color:black;
            
          }
					.show-more-summary-text  {
    					color:black;
               a:link { 
                          color:black;
               };
                a:visited{ 
                          color:black;
               };
                a:active { 
                          color:black;
               };					
					}

          .show-more, .link-more{
            margin-top:-80px;
            font-size:90%;
  					text-align: center;
  					color :SlateGrey ;
  					//border: 1px solid LightGray ;
  					border: 0px solid LightGray ;
  					margin-left:120px;
  					border-radius: 2px;
  					
          }
          .show-less {
            display:none;
            font-size:90%;
    				text-align: center;
   					color :SlateGrey ;
    				border: 1px solid LightGray ;
    				border-radius: 2px;
  				}
		.link-more {
  			display:none;
		}

	.homepage_excerpt-list div.link-more {
            //display:inline;
            }

		.homepage_excerpt-list {
          div.link-more {
            display:block;
            }
					div.show-more {
            display:none;
            }
		}

   .fadeout {
    position: relative; 
    bottom: 80px;
    height: 80px;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
  
} 

.show-more-no_image .show-more-summary-text
{
  						margin-top:0px;
    					margin-left:0px;
    					//margin-right:20px;
	   						overflow:hidden;
  						p {
     						margin-left:0px;
						 }
 
}

.show-more-no_image .show-more
{
    	margin-left:0px;
}

.show-more-no_image div.fadeout
{
    	left:0px;
}

