#galcontainer{
position:relative;
width:700px;
 margin-left:auto;
 margin-right:auto;
}

#galinfo{
 background-color:#000000;
 height:670px;
 font-size:14px;
 color:#FFF;
 padding: 0;
}

.galtooltip span {
	display: none;
}

.galtooltip {
padding: 0 0 0 0;
}

.galtooltip :hover { font-weight:400;
padding: 0;
} /* IE/Win requires some link change on hover in order to show the tooltips */

.galtooltip :hover span { /*the span will display just on :hover state*/
	display: block !important;
	position: absolute;
	width:700px;
	height:670px;
	margin-left:auto;
	margin-right:auto;
	top: 0px; 
	left: 0px; 
	color: #FFF;
	 background-color:#000;
	font-size: 14px;
	padding: 0;
	z-index: 3;
}
