/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	position:relative;
}
.AccordionPanelContent .hoverbox a {
	cursor: default;
	text-decoration: underline;
}
.hoverbox a .preview {
	display: none;
}
.AccordionPanelContent .hoverbox a:hover {
	color:#7a204a;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox img {
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.hoverbox .preview {
	border-color: #000;
	width: 500px;
	height: 376px;
}
