/* 
 * Fallback Stylesheet
 * to cover no-javascript animations
 *  
 * for blackcat-medien.de
 * 
 * (c) Frank Sander, Wilder Jaeger Mediengestaltung
 * sander@wilder-jaeger.de
 * 
 */      

xxxul.thumb li img:hover {
			margin-top: -42px; /* The next 4 lines will vertically align this image */ 
			margin-left: -42px;
			top: 50%;
			left: 50%;
			width: 80px; /* Set new width */
			height: 80px; /* Set new height */
			z-index: 99;
}

