

.trum .large {
	border: 0px;
	display: none;
	/*height: 1px;*/
	left: -1px;
	position: absolute;
	top: -1px;
	/*width: 1px;*/
}

.txt_img .trum:hover {
	color: #000000;
	text-decoration: none;
}

.txt_img .trum:hover .large {
	border: 1px solid #000000;
	display: block;
	max-height:none;
	max-width:none;
	left: 100px;
	position: absolute;
	top: -250px;
	z-index: 10;
}
