/*

Title: Title MMA CSS for Image Hover technique
Author: Drew Schiller
Copyright ? 2007 Drew Schiller Design

*/

#trailimageid {
	position: absolute;
	display: none;
	width: 350px;
	z-index: 200;
}

#trailimageid h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	margin: 1ex 0 3ex;
}

#trailimageid img {
	padding-bottom: 20px;
}
