/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: #372a20;
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 450px;
	height:140px;
	margin-top: -100px; 
	margin-left: 120px;
	-margin-top: 100px; 
	-margin-left: 0px;
	text-align:center;
	padding-top:2px;
}
