		.trigger{
			cursor:pointer;
			margin-left:-7px;
			background-color:#fff7b2;
		}		
		.trigger img{
		margin: 7px 5px 0 0;
		display: inline;
		
		}
		.trigger:hover{
			cursor:pointer;
			text-decoration: none;
		}		
		.expanded{
			cursor:pointer;
			margin-left:-7px;
			background-color:#fff7b2;
		}
		.expanded img{
		margin: 7px 5px 0 0;
		display: inline;
		
		}

		.expanded:hover{
			cursor:pointer;
			text-decoration: none;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}

