.iPicture{
	position: absolute;
}
.ip_tooltip {
    padding: 0;
    position: relative;
    text-align: left;
	display:none;
	width:2px;
}
.ip_descr:before{
	width: 0;
	height: 0;
    content: "";
    position: absolute;
}

.bgwhite.rtl-before:before{
	border-top: 12px solid #CCC;
}

.bgwhite.btt-before:before{
	border-top: 8px solid #CCC;
}
.bgblack.btt-before:before{
	border-top: 8px solid rgba(0, 0, 0, 0.8);
}
.ip_descr.ttb-before:before{
    border-right: 12px solid transparent;
	top: -8px;
	left: 16px;
}
.bgwhite.ttb-before:before{
	border-bottom: 8px solid #CCC;
}
.ip_tooltip .ip_descr {
	font-family: Arial,san-serif;
	font-size:11px;
    opacity: 0;
	width:auto;
    position: absolute;
    text-align: center;
	transition: left 0.25s ease-out, opacity 0.25s ease-out, right 0.25s ease-out, bottom 0.25s ease-out, top 0.25s ease-out;
	-moz-transition: left 0.25s ease-out, opacity 0.25s ease-out, right 0.25s ease-out, bottom 0.25s ease-out, top 0.25s ease-out;
	-webkit-transition: left 0.25s ease-out, opacity 0.25s ease-out, right 0.25s ease-out, bottom 0.25s ease-out, top 0.25s ease-out;
	z-index: -10;
    height:auto;
    min-height: 15px;
	padding:5px;
	overflow:hidden
}
.ip_tooltip .ip_descr .titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	width:200px;
}
.ip_tooltip .ltr-before {
	left: -3px;
}
.ip_tooltip .rtl-before {
	right: -60px;
}
.ip_tooltip .ttb-before {
	top: -3px;
}
.ip_tooltip .btt-before {
	bottom: -40px;
}
.ltr-slide {
	opacity: 1 !important;
	left: 45px !important;
	padding: 0;
}
.rtl-slide {
	opacity: 1 !important;
	right: 13px !important;
	padding: 0;
}
.btt-slide {
	opacity: 1 !important;
	bottom: 13px !important;
	padding: 0;
}
.ttb-slide {
	opacity: 1 !important;
	top: 25px !important;
	padding: 0;
}
.ip_tooltip .button{
	float: left!important;
	position: absolute;
	width: 22px;
	height: 22px;
}
.bgwhite{
 	background: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 1px #CCC;
}
.marker{
	position:relative;
	height:22px;
	width:22px;
	line-height:22px;
	border:solid 2px transparent;
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	color:#FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align:center;
	padding:0px;
	margin:0px;
	cursor:pointer;
	display:block;
	background-color: rgba(00, 66, 99, .5);
}

.marker:hover{
	background:#22658b;
	border:solid 2px #EEE;
	color:#FFF;
}

