*
body{
    
}
.container{
    width:938px;
    height:351px;
    margin:10px 0px 10px 0px;
    border:1px solid #7a6038;
    -moz-box-shadow:1px 1px 12px #7a6038;
    -webkit-box-shadow:1px 1px 12px #7a6038;
    box-shadow:1px 1px 12px #7a6038;
}
a.back{
    width:484px;
    height:32px;
    position:absolute;
    bottom:10px;
    left:10px;
}
.wrap{
    width:117.2px;
    height:117px;
    margin:0px;
    overflow:hidden;
    position:relative;
    float:left;
}
.wrap a img  {
    border:none;
    position:absolute;   
    top:0px;
    left:0px;
	height:117px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.tooltip { 
display: none;
color:#7a5c38;
	font-size:10px;
	font-weight:3000;
	line-height:20px;
	padding:1px 1px 1px 1px;
}
.wrap:hover .tooltip{
display : block;
	background:rgba(223,212,199,0.8);
	width:117px;
	height:35px;
	position:relative;
	top:96px;
	left:0px;
	-moz-transition:all 0.9s ease-in-out;
	-webkit-transition:all 0.9s ease-in-out;  
}

