﻿#dynatip
{
	display: none;
	background: transparent url(../img/tooltip/white_leftarrow_big.png) no-repeat;
	color: black;
	text-align: left;
	height: 152px;
	width: 361px;
	padding: 32px 20px 32px 70px;
}
#dynatip div
{
	width: 361px;
	height: 156px;
	overflow: auto;
}
span.show-tooltip-text
{
	display: none;
	position: absolute;
}
#dynatip div ul
{
	margin: 3px 0 0 10px;
	padding: 0;
	list-style: circle;
}
#dynatip div li
{
	margin: 0 0 0 10px;
}
#dyna a
{
	border: 0;
	cursor: pointer;
	margin: 0 8px;
}
#demotip
{
	display: none;
	background: transparent url(../images/alpha/black_arrow.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: black;
}
#demo img 
{
	border:0;
	cursor:pointer;
	margin:0 8px;
}

