#tooltip { 
    display:none; 
    background:transparent url(../../../../include/files/system/images/site/tooltip/black_arrow.png) no-repeat; 
    font-size:12px; 
    height:90px;
    width:150px; 

	padding:25px;
	padding-top: 13px;
	padding-left: 33px;
	
	margin-top: -66px;
	margin-left: -12px;
/*
    margin-left: -190px;
    margin-top: -155px;
*/
    color:#fff;     
}

/*
#tooltip { 
    display:none; 
    font-size:12px;
    padding:25px;
    margin-left: -190px;
    margin-top: -155px;
    color:#fff;
}

#tooltip #tooltip_left{
	width:33px;
	height:122px;
    background:transparent url(../../../../include/files/system/images/site/tooltip/arrowl.png) no-repeat;
}

#tooltip #tooltip_content{
	height:122px;	
    background:transparent url(../../../../include/files/system/images/site/black_arrow.png) repeat-x;
}

#tooltip #tooltip_right{
	width:33px;
	height:122px;
    background:transparent url(../../../../include/files/system/images/site/tooltip/arrowr.png) no-repeat;
}
*/
