#media-imagemap a.bullet {
    background: url("../i/plus-but.png") no-repeat scroll 0 0 transparent!important;
    height: 35px!important;
    width: 34px!important;
    margin-left: -16px!important;
    margin-top: -16px!important;
}

.plus-but {
	background: url(../i/plus-but.png) no-repeat 0 0;
	width: 34px;
	height: 35px;
	margin-left: 0px!important;
	position: absolute;
	cursor: pointer;
}
.title-bubble {
	background: #f1ecd9;
	width: 222px;
	left: 50%;
	bottom: 62px;
	margin-left: -111px;
	position: absolute;
	cursor: default;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px 2px #430f01;
	-moz-box-shadow: 0 0 5px 2px #430f01;
	-ms-box-shadow: 0 0 5px 2px #430f01;
	box-shadow: 0 0 5px 2px #430f01;
}
.title-bubble-inner {
	padding: 5px 12px;
}
.title-bubble h2 {
	color: #6b0c0f;
	font-size: 18px;
	margin: 7px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #d8c3a4;
}
.title-bubble p {
	font-size: 11px;
	color: #1b0000;
	line-height: 120%;
	font-weight: normal;
	margin: 1em 0;
}
.title-bubble .title-bubble-arrow {
	width: 88px;
	height: 30px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -44px;
	text-align: center;
	overflow: hidden;
}
.title-bubble .title-bubble-arrow i {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	-ms-box-shadow: 0;
	box-shadow: 0;
	behavior: none;
	width: 85px;
	height: 30px;
	background: url(../i/arrow.png) no-repeat center center;
}

#media-imagemap div.plus-but, #media-imagemap div.title-bubble, #media-imagemap div.title-bubble-inner, #media-imagemap div.title-bubble-arrow{
    display: block!important;
}