﻿a.info:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-106px;
	left:11px;
	width:0em;
	z-index:2222;
	
}


a.info{
    position:relative; /*this is the key*/
   z-index:2222;
    color:#333333;
	font-size:11px;
	padding-top: -8px;
	padding-bottom: -8px;
    text-decoration:none}
	
	
a.info:visited{
    position:relative; /*this is the key*/
   z-index:2222;
    color:#333333;
    text-decoration:none}
	
	


a.info span{display: none}.galthumb {
	border: 1px solid #7D7169;
}
.galthumbbox {
	background-color: #B6AA96;
	padding: 15px;
	width: 135px;
}
.galthumbcapbox{
	background-color: #7D7169;
	padding: 4px;
	width: 157px;
	height:31px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	
} 


a.infod{
	position:relative; /*this is the key*/
	z-index:1;
	font-size:14px;
	padding-top: -8px;
	padding-bottom: -8px;
	text-decoration: none;
	color: #FFFFFF;
 }
	
	
a.infod:link{
	position:relative; /*this is the key*/
	z-index:1;
	font-size:14px;
	padding-top: -8px;
	padding-bottom: -8px;
	text-decoration: none;

 }
	
a.infod:visited{
    position:relative; /*this is the key*/
      z-index:2;

  }
	
	
a.infod:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-58px;
	left:-15px;
	width:160px;
	z-index:224;
	background-color: #FFFFFF;
    border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
	
	
}

a.infod:hover { /*the span will display just on :hover state*/
	width:0px;
	height:0px;
color: #772306;
	background-color: #B8AC7B;
	
	
}

a.infod span{display: none}




