.imageBox { position: relative; }
.imageBox a img { border: 0; }

.tooltip
{
	border: 2px #AE9937 solid;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	color: #000;
	padding: 10px;
	background-color: #FFF;
	opacity: 0.95;
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	filter: alpha(opacity=95);
	box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	-moz-box-shadow: 0px 0px 6px #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 11px;
	line-height: 14px;
}



.tooltip .bArrow
{
	background: url(../templates/images/bottomArrowWhite.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	bottom: -21px;
	width: 47px;
	height: 21px;
	margin-left: -24px;
	display: block;
}

.csc-default { float: left; }
