/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(http://www.capestorm.co.za/site/assets/images/jtip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-11px;
	height:22px;
	width:11px;
    top:0px;
}

#JT_arrow_right{
	background-image: url(http://www.capestorm.co.za/site/assets/images//jtip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:22px;
	width:11px;
    top:0px;
	right: -5px !important;
}

#JT {
	display: none;
	position: absolute;
	z-index:100;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color: #999999;
	border: 2px solid #0063b9;
	}

.JT_loader{
	background-image: url(http://www.capestorm.co.za/site/assets/images//jtip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
	}

#JT_close_left{
	background-color: #0063b9;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight:bold !important;
	color: white; font-size: 10px;
	text-transform:uppercase;
}

#JT_close_right{
	background-color: #0063b9;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight:bold !important;
	color: white; font-size: 10px;
	text-transform:uppercase;
}

#JT_copy p{
	margin: 0 0 5px 0;
	}

#JT_copy img{
	padding: 1px;
	border: 1px solid #0063b9;
}

.jTip{ cursor:help; }
