ul#gallery, ul#gallery li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#gallery{
		margin:0 auto;
			width:600px;
			height:600px;
			position:relative;
			background:#fff url(images/toy_house.jpg) no-repeat 50% 40%;
			}			
		ul#gallery li{
			float:left;
			display:inline;
			margin-left:5px;
			}	
			ul#gallery li.firstline{margin-top:460px; }

										
		ul#gallery a span{ text-decoration:none;
			display:none;
			}
		ul#gallery a:hover{
			background:none;
			z-index:100;text-decoration:none;
			}	
		ul#gallery a:hover span{
			position:absolute;
			width:600px;
			height:450px;
			float:left;
			top:0;
			left:0;
			display:block;text-decoration:none;
			}			

ul#gallery li a span em {
	display:none;text-decoration:none;
}
ul#gallery li a:hover span em {
	position:absolute;
	width:350px;
	min-height:300px;
	height:auto !important;/**Min height hack for IE**/
	height:300px;/*Needs to match min-height pixels above*/
	top:5px;
	left:50px;
	display:block;
	color:#ee2224; font-style:normal; font-weight:bold;
	text-decoration:none;
}