.branches_container{
	width:950px;
	height:700px;
	position: relative;
	text-align: center;
	background-image:url(../images/map.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:0px 0px 30px 75px;
	border:1px #CCCCCC solid;
	
	-webkit-box-shadow: 0px 0px 10px 0px #C9C9C9;
	-moz-box-shadow: 0px 0px 10px 0px #C9C9C9;
	-webkit-box-shadow: 0px 0px 10px 0px #C9C9C9;
	box-shadow: 0px 0px 10px 0px #C9C9C9;
	border-radius:15px;
}

#poin1 { width:20px; height:20px; float:right; margin:255px 150px 0px 0px; }
#poin2 { width:20px; height:20px; float:right; margin: 132px 10px 0px 0px; }
#poin3 { width:20px; height:20px; float:right; margin: 135px 0px 0px 0px; }
#poin4 { width:20px; height:20px; float:right; margin: 122px -4px 0px 0px; }
#poin5 { width:20px; height:20px; float:right; margin: 95px 2px 0px 0px; }
#poin6 { width:20px; height:20px; float:right; margin: 111px -9px 0px 0px; }
#poin7 { width:20px; height:20px; float:right; margin: 78px -5px 0px 0px; }
#poin8 { width:20px; height:20px; float:right; margin: 20px 15px 0px 0px; }
#poin9 { width:20px; height:20px; float:right; margin: 180px -26px 0px 0px; }
#poin10 { width:20px; height:20px; float:left; margin: 487px 0px 0px 142px; }
#poin11 { width:20px; height:20px; float:right; margin: 170px -150px 0px 300px; }
#poin12 { width:20px; height:20px; float:right; margin: 85px -240px 0px 0px; }

.tt-wrapper{
	padding: 0;
	width: 950px;
	height: 520px;
	margin: 145px auto 30px auto;
	float: left;

}

.tt-wrapper  a{
	display: block;
	width: 20px;
	height:20px;
	margin: 0 2px;
	outline: none;
	text-indent: -9000px;
	position: relative;
}

.tt-wrapper .tt-1{
    background-position: 0px 0px;
	background: transparent url(../images/place1.png) no-repeat top left;

}
.tt-wrapper   .tt-2{
    background-position: -143px 0px;
	background: transparent url(../images/place1.png) no-repeat top left;

}



.tt-wrapper a span{
	width: 320px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left:-215px;
	margin-left:50px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-weight: 400;	
	font-size: 14px;
	color: #383838;
	border: 4px solid #fff;
	background:#EBEBEB;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	bottom:35px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
	-webkit-transform: translate(35px) rotate(25deg) scale(1.5);
	-moz-transform: translate(35px) rotate(25deg) scale(1.5);
	-o-transform: translate(35px) rotate(25deg) scale(1.5);
	-ms-transform: translate(35px) rotate(25deg) scale(1.5);
	transform: translate(35px) rotate(25deg) scale(1.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:1000;
}
 
.tt-wrapper   a:hover span{
	visibility: visible;
	opacity: 0.9;
	-webkit-transform: translate(0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px) rotate(0deg) scale(1);
	-o-transform: translate(0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px) rotate(0deg) scale(1);
	transform: translate(0px) rotate(0deg) scale(1);
}




.tt-wrapper  a span:before,
.tt-wrapper  a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper  a span:after{
	bottom: -28px;
	margin-left: -10px;
	border-top: 25px solid #fff;
}