a.trigger{
	position: absolute;
	/*background:#4c86c5 url(../images/plus.png) 6% 55% no-repeat;*/
	background:#4c86c5 url(../../../../img/info_32.png) 6% 55% no-repeat;
    border:2px solid #c0c000;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
	color:#fff;
	padding:8px 24px 8px 48px;
	font-weight: bold;
	
	z-index:2;
}
a.trigger.left {
	left: 0;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
a.trigger.right {
	right: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
a.trigger:hover {
	/*background-color:#59B;*/
	background-color:#c0c000;
}
a.active.trigger {
	/*background:#666 url(../images/minus.png) 6% 55% no-repeat;*/
	background:#666 url(../../../../img/info_close_32.png) 6% 55% no-repeat;
}
.panel {
	color:#000000;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
    border:3px solid #c0c000;
	position: absolute;
	display: none;
	background: #dddddd;
	width: 450px;
	height: auto;
	z-index:3;
}
.panel.left {
	left: 0;
	padding: 20px 30px 20px 100px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.panel.right {
	right: 0;
	padding: 20px 100px 20px 30px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}
.panel p {
	font-size:11px;
}

.panel h1 {
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    font-variant: small-caps;
}
