#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:523px;
	text-align:right;
}

#listing a img {
	float:left;
	margin-right: 4px;
	border: 0px;
}

#listing a strong {
	width: 220px;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

#listing a em {
	float: left;
	width: 75px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#templates a {
	font-size: 10px;
	text-align: left;
}

#templates a span {
	position: absolute;
	margin-top: 5px;
	left: 250px;
}

#templates a span img {
	width: 300px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#templates a:hover span img {
	border: 1px solid #000;
	visibility: visible;
}
