#volet .shingles { margin: 0 1px; position: relative; overflow: hidden; }
#volet .shingles li { display: block; z-index: 1; width: 100%; }
#volet .shingles img.photo { text-align:center;display: block; margin: 0; border: none; width: 115px; }

#volet .shingles .handle { 
	display: block; 
	height: 30px; 
	
	background: url("../images/volet.gif") -116px 100% no-repeat; 
	overflow: hidden; 
	text-decoration: none;
}

/*#volet .shingles .handle:hover { text-decoration: none; }*/
#volet .shingles .handle strong {height: 20px; font-family: arial, sans serif; font-size: 8pt; display: block; color: #fff; font-weight: bold; height: 18px; white-space: nowrap; overflow: hidden; padding:  5px 2px 4px 3px;}
#volet .shingles .handle .more { font-family: arial, sans serif; font-size: 7pt; color: #333; height: 28px; overflow: hidden; line-height: 14px; }


#volet .shingles li.obscured .handle { background-position: 0 100%; }
#volet .shingles li.obscured .handle .description { color: #666; }

